Hide Comments In Studio 2008?

Jan 6, 2011

How to hide comments in VB 2008 IDE?

I have a lot of comments which are important ones and I wud like them to be hidden when not needed. Something like the #Region function?

View 4 Replies


ADVERTISEMENT

IDE :: Hide Comments In Code Editor?

Apr 12, 2009

Is there a way to hide comments in the code editor?Would have been nice with a button to toggle comments visible or not since I use a lot of comments for my code which makes it hard to read.

View 4 Replies

Visual Studio - XML Comments Not Working?

Aug 11, 2010

Possible Duplicate:I'm having an issue with the XML comments for one of my projects in my solution. I try the whole "'''" trick but the comment doesn't automatically generate into:

''' <summary>
'''
''' </summary>

[code].....

View 1 Replies

Html Links In Visual Studio Comments?

Jun 21, 2010

When investigating effective methods of documenting our VB .NET project, by experimentation I discovered that I can make a comment like'See the file at file://path_to_file and I can then ctrl-click on this link to bring up the file in a new tab. Is this feature and perhaps other capabilities of Visual Studio comments documented anywhere? I would like to make a system of documentation consisting of an html pages that link to code, and vice versa.

View 1 Replies

Multiline XML Comments In .Net And Visual Studio Intellisense?

Aug 15, 2011

I'm trying to put newlines in my XML Comments in VB.Net. I've read two other posts about C#, XML multiline comments in C# - what am I doing wrong? Adding line breaks to comments for Intellisense But the suggested <para> or <br/> tags don't work. This,

''' <summary>
''' <para>Line one</para><br />
''' <para>Line two</para><br />
''' </summary>

[code]....

Still appears like this:How can I make this work?

View 1 Replies

C# - External Comments Are Included In The Reverse Order, .Net Visual Studio

Sep 10, 2011

ETA: Visual Studio 2010 VB Express edition exhibits the same behaviour.
ETA: Visual Studio 2010 C# Express edition does NOT exhibit the same behaviour.

In VisualStudio 2008 VB Express edition, I specify the following comments:

''' <summary>
''' ...
''' </summary>
''' <remarks>

[Code]....

If I compile the file and examine the .xml, I see that the comments are being included in the reverse order to what I specify ie. Part3 appears before Part2 appears before Part1.

Additional behaviour: If inline comments are interspersed between the external includes, they are all written to the xml first and then the includes (in reverse order)!

let there be an option called 'Turn off unintuitive xml comment behaviour'

View 1 Replies

C# - Different Color For Code Comments And XML Comments?

Sep 26, 2011

I've noticed that in C# XML comments and code comments can have different colors by changing the settings in Tools > Options > Environment > Fonts and Colors > Display Items:

- Comment: controls code comments XML comment: controls XML comments

This works well in C# <summary>This XML comment is green</summary>

[Code]...

View 2 Replies

Hide A Control From The Form While Designing In Visual Studio?

Apr 6, 2012

I am designing a settings form for my application as shown below: A tree view with multiple nodes at the left and I want to have one GroupBox for each node to be displayed at the right whenever a node is selected. I have designed my group box with necessary controls for the first node. The question is, how do I design an another group box in the same place when another item is already there. Is there a way to hide a control from a form during design time?

View 2 Replies

Hide Methods/properties Of Class-library (dll) From Visual Studio's IntelliSense?

Mar 3, 2009

I am writing my first class-library in VB.NET. My idea is to distribute this library so others may use it in their applications.However, perhaps due to my lack of experience in writing and structuring the library and the classes therein, I noted that the methods/properties are ALL being shown in the IntelliSense of Visual Studio.

The thing is that many of them are only used within the library itself and should NOT be used by the developers (could create a disaster) when they incorporate my library in their application - only a few should be visibile i.e. the ones which are needed by the developer.Thus, my question is: is there a way to hide certain methods/properties of my library from Visual Studio's IntelliSense? Maybe something similar to REM?

EDIT: as mentioned - this is my first library and I now understand that my question could be intepreted in two ways:

1) how to hide something from IntelliSense

2) how to prevent a developer from using and calling certain methods/properties

Of course, the end-result that I want is that the developer is not able to access AT ALL certain methods/properties i.e. No. 2 above.

View 5 Replies

VS 2008 Intellisense Sensitive Comments For Enum?

Mar 28, 2010

I've found the ability to make meaningful Intellisense-enabled comments on my functions and sub routines absolutely priceless.

I'm wondering if I can do the same when an Enum is defined. I'd like for each Enum highlighted in the drop list to have some information associated with it. Can that be done?

View 3 Replies

VS 2008 Hide The Taskbar O.o And Un-hide It?

Apr 20, 2009

Is there a way to to hide the taskbar o.o and unhide it?

View 1 Replies

VS 2008 Creating An Inherited Form With Comments From The Original?

Oct 25, 2010

This might seem like an odd question, but is there a way to make it so that any form that is created based on another, would have some comments in the code behind of the new form?

For example, i create a form called frmONE, and i put in code like this:

Overridable Sub frmONE_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
'Make sure you call these functions, in this order:

[Code]....

View 4 Replies

VS 2008 - Creating Comments Tags Without Generating XML Documentation File

Jul 6, 2009

When in VS 2008 if a developer hits the ''' it generates the XML comment tags for you, but this only works when the project setting for "Generate XML documentation file" is checked. Is there a way to tell VS to generate the XML Comment tags, regardless of the project setting? I think it is possible that someone may want comments but not create a XML documentation file. In this case I am exceeding the current Team Settings, yet other developers don't want me to change this project setting. This forces me to flip this back before checking in the project. I have the same problem with other Project settings like "code Analysis". This is only a problem for VB.NET projects.

View 4 Replies

Hide/Show Items - Possible To Hide A Group Of Text Boxes From View In A Form

May 5, 2012

I'm curious if it is possible to hide a group of text boxes from view in a form until a particular condition is met, and to have a custom set of text boxes for that condition. To give an example; I want radio buttons offering choices for a manner of searching records, the user selects one and then a specific set of text boxes are displayed for the user to utilize, if a different option is chosen a different set of text boxes will be shown. Is this something that can be done?

View 7 Replies

Hide Any Dotnet Exe Is Hide Into Taskmanager In Windows 7 Using .net?

Mar 5, 2012

how to hide exe into task-manager in windows 7 using vb.net windows application?I want exe is hide into task-manager in windows 7 & windows vista machine using vb.net(windows application)

View 3 Replies

Visual Studio 2008 Sp1 To Visual Studio 2010 Beta Sp2

Feb 17, 2010

Will i be able to successfully install 2010 beta 2 side by side 2008? because i want to test 2010 features and some development toolkits such as silverlight while i don't want to uninstall my visual studio 2008 professional.

View 2 Replies

Visual Studio 2008 Keeps Crashing With "Microsoft Visual Studio Encountered A Problem And Was Shut Down"

Mar 20, 2009

I have a Visual Basic project and when working and modifying code, the compiler will crash and then a message will say something like "Microsoft visual studio encountered a problem and was shut down." I've tried editing code from the solution and the project. Both produce the error. Usually occurs when adding an "IF...Then..." condition. May work for hours but then crash. Solution will compile and build.

View 3 Replies

VS 2008 - Hide IP Over The Internet

Jul 12, 2009

Upon searching and learning more about vb.NET. I developed simple application using webbrowser component. I want to ask if it is possible to hide our IP over the internet using vb.NET?

View 1 Replies

VS 2008 Hide The Row In The DataGridView?

Nov 30, 2010

i am working Hide or Unhide Rows in the DataGridView. When i click RowHeader the corresponding row is hiding. But i don`t want to hide the RowHeader. The RowHeader should be visible when i click RowHeader, the remaining row should be hide. B`se i want to access the RowHeader again for unhide the row.

I am using the below code for Hide the Row.

Private Sub datagridview1_rowheadermouseclick(ByVal sender As Object, ByVal e As DataGridViewCellMouseEventArgs) Handles DataGridView1.RowHeaderMouseClick
Me.DataGridView1.SelectionMode = DataGridViewSelectionMode.RowHeaderSelect

[Code].....

View 1 Replies

VS 2008 How To Hide An Executed Exe

Dec 29, 2010

Basically i know this sounds like its malicious but its not

Im trying to create a GUI for a console application but everytime a process is carried out the CMD window appears directly over then application.

Process.Start(fnvLocation.Text, "push " & recDir.Text & "Data.zip /data/local/rmo.zip")

View 5 Replies

VS 2008 How To Hide Ip To Internet

Mar 8, 2012

How to hide my ip to internet like software "Super Hide IP" [URL]... Principle of operation of what it is! I am using VB.NET.

View 4 Replies

VS 2008 How To Hide The Msn From Taskbar

Nov 16, 2009

How to hide the msn (Bar) from taskbar? NOT ICON ON RIGHT SIDE.

For example Any script / registry will be fine too

View 3 Replies

VS 2008 - Any Way To Hide Icon In Taskbar?

Jun 29, 2010

Is it possible to hide the icon in the taskbar, so only the system tray icon stays?

View 3 Replies

VS 2008 - Hide Progressbar On DocumentCompleted

Jul 29, 2009

Perhaps this is nothing weird, but it is in my eyes. After loading the webpage I want to hide the progressbar on my ParentPage, but it keeps coming back. Here's an example of my

[Code]...

View 3 Replies

VS 2008 : Hide PictureBox If Empty?

Oct 23, 2010

How can i hide a picturebox if it contains NOTHING

Dim a As Integer
Dim PicString(26) As Image
Dim PicBox() As PictureBox = {Box1, Box2, Box3, Box4, Box5, Box6, Box7, Box8, Box9, Box10, Box11, Box12, Box13, Box14, Box15, Box16, Box17, Box18, Box19, Box20, Box21, Box22, Box23, Box24, Box25, Box26}

[code]....

This does not work... The PicBox(c) = Nothing ... is not a valid command.

View 3 Replies

VS 2008 ExpandableObjectConverter - Hide Properties

Aug 21, 2009

My UserControl has a Font property, and the user can edit this property in a Property Grid on the form (just like you as designer can edit font properties in the VS IDE property grid). The property in the grid is expandable (by clicking the [+] expand icon) and shows some sub-properties such as Name, Bold, Size, Italic, etc. It also shows two properties I want to get rid of: GdiCharSet and GdiVerticalFont.

[Code]...

View 10 Replies

[2008] Hide Window From Alt-Tab Display

Jan 26, 2009

Is there anyway to hide your window from the alt-tab window display? I have it set to not show in the taskbar but it still shows up when pressing alt tab and getting the window previews.

View 3 Replies

VS 2008 : Hide The Desktop Icon Then Show It Again?

Apr 21, 2009

is there a way to hide the desktop icon then show it again?

View 1 Replies

VS 2008 Easy Way To 'hide' All Other Open Windows

Feb 2, 2010

I just created an idle lockout screen for my software (it's financial software, so if the program is inactive for 5 minutes, the login screen appears again).My question is... is there an easy way to hide all the other windows in my program that may be open? So let's say they are in frmData, and they have the dlgOptions screen open, with the dlgOptions_SelectItems dialog open from dlgOptions. There are 2 dialogs open on top of frmData. And, they are all opened with .ShowDialog().So, let's say they have that many windows open, and then leave there computer for 10 minutes. After 5 minutes, the login screen appears. But all that other stuff is in the background.Is there an easy way to "hide" all the other open windows, and just show the login screen, and then once login returns DialogResult.Yes, then show the forms/dialogs again? I could do this by delcaring instances of each form in a main module and doing it this way. But that sounds like a pain in the butt. Also, I don't know If I could hide frmMain while a dialog is open from it.

View 3 Replies

VS 2008 Hide A Column In List View?

Apr 8, 2010

is there a way to hide a column i a listview? I know that theres a remove but it would be a pain to remake it when the user wants to bring back the column

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved