VS2013 CE - how to disable from different Menus / Options temporarely unneeded things (VB,C++ etc)

Hello,
I mainly want to use VS2013 for programming things in C# ... In different Menus I get the full Options/Customization for every Language VS2013 supports, that is a bit timeconsuming to sort things out etc. Is there a way to hide these options that I don`t want
at the moment ..
Example:
In TOOLS->Options->Fonts and Colors->Display items Box ... in the listbox exists things like:
C++ Classtemplate
C++ Enumerators
C++....
VB excluded Code
VB XML Attributes
VB .....
Is there a way to disable the things from C++, VB ... thanks in advance ...

Hi schnittm,
As far as I know, we couldn't change it in the default VS IDE, maybe you could submit this feature request:
http://visualstudio.uservoice.com/forums/121579-visual-studio. The Visual Studio product team is listening to
user voice there. You can send your idea there and people can vote.
Best Regards,
Jack
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • How to disable the Language dependent option for 0PROJECT and 0WBS_ELEMT

    Hi Friends,
                Some Info Objects are re installed in latest version that's why DBW and QBW is not sinked. that's why giving transports errors.
               In DBW both Info Objects(0PROJECT and 0WBS_ELEMT) having the option text language dependent is checked. I go for disable that option it is not accepting to disable.
              when i am going to delete the data from both the info objects it's not deleting the data from both the objects. it is giving message some master data is not deleting.
           Please give me solution for this how to disable text language dependent option for both the objects.
       I am waiting for your valuable replies.
    Thanks,
    Guna.

    Hi Rajesh,
              i did that changes in RSD1 but not accepting that change.
    It is showing the error message for The Text Table /BI0/TPROJECT must be converted incompatibly with an activation of characteristic 0PROJECT (changes to the key in the table). Table /BI0/TPROJECT contains data. Parts of this data were lost in the conversion.
    Please give me help for solving this issue.
    Thnaks,
    Guna.
    Edited by: gunasekhar raya on Mar 24, 2009 11:58 AM
    Edited by: gunasekhar raya on Mar 24, 2009 5:42 PM
    Edited by: gunasekhar raya on Mar 24, 2009 5:43 PM

  • UCM - WEBDAV - How to Disable the New Folder option in the action popup

    I am trying to implement WebDav functionality. I don't want the users to create folders in the folder mapped to a security group. As long as the user has privilege to contribute to the security group he/she can checkin documents but they should not be able to create folder under it. I did not find documentation as to how to disable the new folder option in the context action menu that pops up on mouse right click. Is there any way we can do that?
    Thanx.
    Edited by: user10991492 on Nov 1, 2010 11:24 AM

    This is the boilerplate text often used in connection to networks in general. It is impossible to troubleshoot someone else's network remotely, and that's why it's not supported by Adobe:
    If you are opening files over a network or saving them to a network server, please cease and desist immediately in the event you are currently experiencing problems with one or more files.
    Working across a network in general is not supported by Adobe.
    See: 
    http://kb2.adobe.com/cps/406/kb406793.html
      Copy the CLOSED file from your server to your local hard disk, work on it, save it again to your local hard disk, close it, and copy the closed file back to the server.
        Of course, the fact that Adobe does not support working across a network does not necessarily mean it won't work.  It should.
        Adobe's position is that there are too many variables in a network environment for them to guarantee that everything will work correctly in every network, especially given the fact that if something does not work properly, it's probably the network's fault, and Adobe has no way of troubleshooting your network.
      If you can't work locally, you are on your own, and if something happens, you're on your own. If you must work from a server, make sure your network administrator is a competent professional.

  • How to parse from different website??

    i want to write a code so that i can get info from different webapplication and display it on my page.. suppose user enters a name.. i would search that word in a particular page.. mybe on the homepage of sun site.. if that word appears there i would save it in my database.. and display 5 words following that word on my page.. How to do that.. can someone help??

    Just open a java.net.URLConnection and get the content, then treat it as any other string or stream to search through.

  • How to Disable Tools-- Form settings option..

    Hi Experts,
    I have created two users User1 and User 2, i want the form settings option to be disabled for the 2nd user. How to Disable it? Any Inbuilt settings in SAP B1.
    waiting for the earliest reply.
    Regards,
    Magesh.

    Hi magesh,
    You can do it by creating Additional authorization,follow the below path
    Administration>System Initialization> Authorizations-->Additional authorization
    creator.
    Enter authorization id,name,option,Click update.
    Click Add sub-level.
    Enter authorization id,name,option,Click edit button next to form setting,
    Enter form id for Form settings,For ex,63771,Click update,Click update.
    Now click open general authorization>Select required user>User authorization-->
    Set required authorization(Full/Read/No).Click Update.
    Hope above solution will solve the problem.
    With regards,
    Jeyakanthan

  • How to disable the right click options in webdynpro applications

    hi
    i want to disble the right click options in the webdynpro applications.
    kindly help me soon.
    thanks,
    gupta.

    Hi..
    Do u got to know how to disable right click option in Webdynrpo application.
    If so, then kindly help me.
    Regards,
    Yugesh A.

  • How to Disable utils uccx prepend option cli

    IPIVR Version
    Active UCCX Version: 9.0.2.11001-24
    After use utils uccx prepend ???.jar option, there is ICM Server is going parcial service.
    How to disable or unload ???.jar which is load by that option??

    Hi Jonathan.
    I recently discovered that my IPS sensors are listening for and accepting telnet traffic.  I looked at the configuration in the CLI, and it is disabled; however, when looking at the listening services via the Service account, I see that the sensor is indeed listening for telnet; please see below.
    When Telnet is Disabled (which is also the default on modern versions of the sensor software), the sensor's firewall configuration includes a rule for dropping Telnet traffic:
    -bash-2.05b# iptables -L INPUT -nv
    Chain INPUT (policy DROP 0 packets, 0 bytes)
    target     prot opt in     out     source               destination        
    DROP       tcp  --  ma0_0  *       0.0.0.0/0            0.0.0.0/0           tcp dpt:23
    ACCEPT     all  --  ma0_0  *       0.0.0.0/0            0.0.0.0/0          
    ACCEPT     all  --  ma0_0  *       0.0.0.0/0            0.0.0.0/0           state RELATED,ESTABLISHED
    If Telnet is Enabled, then that specific rule is removed (allowing incoming Telnet traffic to reach the daemon):
    -bash-2.05b# iptables -L INPUT -nv
    Chain INPUT (policy DROP 0 packets, 0 bytes)
    target     prot opt in     out     source               destination        
    ACCEPT     all  --  ma0_0  *       0.0.0.0/0            0.0.0.0/0          
    ACCEPT     all  --  ma0_0  *       0.0.0.0/0            0.0.0.0/0           state RELATED,ESTABLISHED
    NOTE: In the above examples, the sensor's configured access-list contained a single entry (access-list 0.0.0.0/0); the above outputs will vary depending on the the sensor's access-list configuration, but the behavior still applies.

  • How to disable home page changing option?

    I want to disable the homepage changing option how can I do that? Once I set the homepage nobody can change it. Please help me

    I have the answer. Even if i have tested the process and got the result also. Its 100% handy. But i have worked very hard on this problem to get the solution. So i cant post it here publicly. If you really want the solution, then call me at : ''deleted by a moderator''
    [https://support.mozilla.com/en-US/kb/Forum+and+chat+rules+and+guidelines Forum Rules]

  • How to disable free hand sql option in deski stanadalone mode

    I have a requirement where in i need to disable free hand sql option in deski standalone mode. Id this possible?
    Regards,
    AK

    Hi Alok,
    Kindly implement the following steps:
    1. Logon to CMC > Applications > Desktop Intelligence > User Security.
    2. Click on Add Principals and add the user account/user group to which you want to restrict the access > Add and Assign Security
    3. If the account/group is already there, Click on Assign Security > Advanced > Add/Remove Rights
    4. Select Advanced tab  and click on 'Add or Remove rights'
    5. Under Application, Click on Desktop Intelligence and deny the following rights.
    Edit Free-hand SQL --> Denied
    Use Free-hand SQL --> Denied
    I hope this helps.
    Regards,
    Nakul Mehta

  • How to print from different wireless connection on same network

    I can print wirelessly when I am in range of the wifi to which my computer and attached printer connect. However, when I go to a different wifi connection within the same network, I cannot print. How can I my wifi connections on same network talk to each other so that I can print from second wifi site on same network?

    The problem is you loaded the printer directly and now do not have it plugged in.. so delete the printer in the control panel.. then setup the printer again.. this time connect to it as network printer. The bonjour should make it available as a network resource..
    Tell me if you still run into trouble doing that. You may need to load the IP of the TC manually..
    Window7 has higher security level than xp.. and that can sometimes also cause issues.
    Are you using SMB compliant names for the TC, wireless and printer??
    Can the windows 7 computer get internet via the TC? Can you ping it?
    Look up how to reduce the security level in windows to match xp.. I don't remember the details but you have to do some nifty footwork.

  • How to switch from different views when a common button is clicked on using View states concept

    Hi
    i have  made a single form for both Login Screen and Registration screen with two states :
    1. BaseState which is the curret state of  state of My application
    2.registrationstate 
    I have a common button for changing from one view to another view .(Not related to any of the state)
    At first the Login screen is loaded , and when the common  button is clicked , i want to switch to Registration Screen .
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
    <mx:Script>
        <![CDATA[
    // Logic for common button needed .
        public function handleMe(event:MouseEvent):void
        ]]>
    </mx:Script>
        <mx:states>
            <mx:State name="registrationstate">
                <mx:SetProperty target="{formitem1}" name="label" value="Email"/>
                <mx:SetProperty target="{button1}" name="label" value="Change state to Login"/>
            </mx:State>
        </mx:states>
        <mx:Form x="248" y="158">
            <mx:FormItem label="User Name" fontWeight="bold" id="formitem1">
                <mx:TextInput/>
            </mx:FormItem>
        </mx:Form>
    <!-- This is my coomon button-->
        <mx:Button
            click="handleMe(event)"  
            x="297" y="261" label="Change state to Registration" id="button1"/>
    </mx:Application>

    Originally I could not get that to work, but now I have it working:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
      <mx:Script>
        <![CDATA[
          import mx.controls.Alert;
          public function handleMe(event:MouseEvent):void{  
            trace(this.currentState); 
            if(currentState=="" || currentState == null){
              mx.controls.Alert.show("base state");
              currentState = "registrationstate"; 
            }else if(currentState=="registrationstate"){
              mx.controls.Alert.show("registrationstate");
              currentState = ""; 
        ]]>
      </mx:Script>
      <mx:states>
        <mx:State name="registrationstate">
          <mx:SetProperty target="{formitem1}" name="label" value="Email"/>
          <mx:SetProperty target="{button1}" name="label" value="Change state to Login"/>
        </mx:State>
      </mx:states>
      <mx:Form x="248" y="158">
        <mx:FormItem label="User Name" fontWeight="bold" id="formitem1">
          <mx:TextInput/>
        </mx:FormItem>
      </mx:Form>
      <mx:Button click="handleMe(event)" x="297" y="261"
        label="Change state to Registration" id="button1"/>
    </mx:Application>
    If this post answers your question or helps, please mark it as such.
    Greg Lafrance - Flex 2 and 3 ACE certified
    www.ChikaraDev.com
    Flex / AIR Development, Training, and Support Services

  • How to disable Show Package Contents option?

    One of the kids at the school I manage figured out how to unlock any program I've disabled via Workgroup Manager by editing a certain string in the info.plist file found within the packages of all applications. So I would like to remove the "Show Package Contents" option from the contextual menu in the Finder on all of the kids' machines. Is there perhaps some terminal command I could push out to the MacBooks via Apple Remote Desktop? Some hidden trick in Workgroup Manager? Any help is greatly appreciated!

    Unfortunately, you can't remove it (However you could rename it to something else). Here is a workaround to your problem.
    1. Make sure all applications you want to manage are in a folder that your users have read only access to (such as /Applications).
    2. By default, any properly installed app will have permissions root:admin rwxrwxr-x. If not, make sure they do.
    3. In the terminal cd into /Applications/___.app/Contents/MacOS
    4. Run the command: sudo chmod o-r _____ (Fill in the blank with the name of the app without the .app extention).
    Here is the logic behind this. As long as the apps are in a folder the users only have read access to, such as /Applications, the only way they can edit that info.plist file is to copy the app to their home directory and then edit it. You are now preventing this by taking away their read (and therefore copy) ability to the most important part of the application, the executable. Now they will still be able to execute the app but not read/copy it. If they try, they will need to provide an admin code.

  • How to disable the FULL SCREEN option in the 'Insert Video and Audio' option

    Hi,
    I've been inserting some MP3's and using an image for pupils to click on to play the sound, the images are 100 pixels by 100 pixels.
    The only issue is that I have the grey rectangle 'Full Screen' box over the picture. This is ideal when I put videos on but not necessary when you have just an MP3. Also I've noticed that the 'Styles' option is greyed out and due to that I can't change the
    colour of the play button.
    I've been inserting MP3's direct from my PC hard drive to the webpage.
    Any help'd be greatly appreciated.

    Hi,
    Per my understanding, you might want to disable the “Full Screen” button and make other customization when there is an audio file in the page.
    By default, when we insert an audio/video file into page via “Insert Video and Audio” button in the ribbon, an OOTB Media Web Part will be added into the page contains
    the file you added, the “Full Screen” button is a part of this Media Web Part.
    In consideration of you might have other requirements on designing the style, I would suggest you create a custom Media Web Part instead which will enable you customize
    the style as you want.
    About creating a custom Media Web Part, you can use the <audio> tag:
    http://www.w3schools.com/html/html5_audio.asp
    http://www.catswhocode.com/blog/mastering-the-html5-audio-property
    http://www.elated.com/articles/html5-audio/
    There are also other powerful JavaScript audio plugins:
    http://kolber.github.io/audiojs/
    http://jplayer.org/
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • How to disable "Tell a Friend" option on Web Gallery

    Is it possible to disable the "Tell a Friend" option in order to prevent visitors from forwarding the web gallery site to others?
    Thanks.

    As far as I know, you cannot disable the ability for a user to view source from any browser without O/S or browser chrome level access. If you are creating screens for an external audience you are out of luck.
    If you are creating screens for use in a controlled internal environment, then the view source option of IE might be controllable using windows registry keys.

  • X2 how to disable nokia store update option?

    I am using nokia x2 android phone.by the way,when i tried to open nokia store it asks me to update it.but i dont want to update my nokia store.im love to stick to factory settings and default versions of apps. How can i open my nokia store without goin for a update ? I cant open my nokia store because of this irritating request for store's update.it does not even have any skip option.what can i do now?

    there is improvement in terms of display and payment option, also some bugs are fixed, i never had any problem of updating the store or os, it is has been ok for me
    posted from my nokia x2

Maybe you are looking for