Click here to Skip to main content
16,007,072 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: accessing buttons in vb 6.0 thru loop Pin
Dave Kreskowiak12-Apr-06 1:19
mveDave Kreskowiak12-Apr-06 1:19 
GeneralRe: accessing buttons in vb 6.0 thru loop Pin
Steve Pullan12-Apr-06 14:21
Steve Pullan12-Apr-06 14:21 
QuestionPlaceHolder web control Pin
uglyeyes11-Apr-06 15:33
uglyeyes11-Apr-06 15:33 
Questionhow to create controls in run time Pin
thruman611-Apr-06 11:56
thruman611-Apr-06 11:56 
AnswerRe: how to create controls in run time Pin
PremalathaP12-Apr-06 0:56
PremalathaP12-Apr-06 0:56 
Questionvs 2003 bold type in 1 column of Datagrid win form Pin
woodsprite11-Apr-06 11:40
woodsprite11-Apr-06 11:40 
QuestionCommenting methods in Class Library Pin
Fragsome11-Apr-06 9:56
Fragsome11-Apr-06 9:56 
AnswerRe: Commenting methods in Class Library Pin
Joshua Quick11-Apr-06 10:23
Joshua Quick11-Apr-06 10:23 
XML comments is the standard code documenting scheme in .NET.

If you're using Visual Studio 2002 or 2003, then you need to install a plugin. This plugin will insert empty XML comments for you and compile them into one XML document to be turned into a help file. See the the below link for more details.
http://www.codeproject.com/vb/net/VbCommenter.asp[^]

If you're using Visual Studio 2005, then it comes with XML comment support for VB.NET.

You can find more information about how to do XML comments from MSDN (below link). It talks of C#, but it applies to VB.NET comments too. There's plenty of information on the Internet on this too.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/vxconCommentingCode.asp[^]

I hope this helps!
GeneralRe: Commenting methods in Class Library Pin
Fragsome11-Apr-06 16:15
Fragsome11-Apr-06 16:15 
GeneralRe: Commenting methods in Class Library Pin
Joshua Quick11-Apr-06 18:24
Joshua Quick11-Apr-06 18:24 
QuestionCan I have projects in vs 2003 and 2005 in one solution? Pin
Julianne_juju11-Apr-06 9:37
Julianne_juju11-Apr-06 9:37 
AnswerRe: Can I have projects in vs 2003 and 2005 in one solution? Pin
VenkataRamana.Gali11-Apr-06 10:01
VenkataRamana.Gali11-Apr-06 10:01 
AnswerActually the answer is no but... Pin
JUNEYT11-Apr-06 11:52
JUNEYT11-Apr-06 11:52 
GeneralRe: Can I have projects in vs 2003 and 2005 in one solution? Pin
Guffa11-Apr-06 13:16
Guffa11-Apr-06 13:16 
QuestionProblems loading an Assembly Pin
hertz_j11-Apr-06 8:34
hertz_j11-Apr-06 8:34 
Questionbtrees demo implementation using VB.NET Pin
keshav v kamat11-Apr-06 8:04
keshav v kamat11-Apr-06 8:04 
QuestionDigital Signature Problem.. Pin
kantCodeAlik11-Apr-06 7:28
kantCodeAlik11-Apr-06 7:28 
AnswerRe: Digital Signature Problem.. Pin
kantCodeAlik11-Apr-06 9:25
kantCodeAlik11-Apr-06 9:25 
QuestionSorting Problem in GridView with Pagng *** urgent Pin
VenkataRamana.Gali11-Apr-06 6:48
VenkataRamana.Gali11-Apr-06 6:48 
Questionlike creating controls in run time Pin
thruman611-Apr-06 6:35
thruman611-Apr-06 6:35 
AnswerRe: like creating controls in run time Pin
Dave Kreskowiak11-Apr-06 17:36
mveDave Kreskowiak11-Apr-06 17:36 
Questioncopy a table from SQL SERVER to Access DataBase Pin
Sheel Gohe11-Apr-06 4:22
Sheel Gohe11-Apr-06 4:22 
AnswerRe: copy a table from SQL SERVER to Access DataBase Pin
Dave Kreskowiak11-Apr-06 17:34
mveDave Kreskowiak11-Apr-06 17:34 
QuestionRelocating Objects Pin
tibmark11-Apr-06 2:58
tibmark11-Apr-06 2:58 
GeneralRe: RELOCATING OBJECTS Pin
Guffa11-Apr-06 3:15
Guffa11-Apr-06 3:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.