Results 1 to 4 of 4

Thread: classes and property descriptions [RESOLVED]

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489

    classes and property descriptions [RESOLVED]

    I know in c# you can create a property and describe what it does and that description will be displayed in the intellisense tip popup.

    Is that not available for us vb programmers?
    Last edited by Andy; Mar 25th, 2004 at 09:55 PM.

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    Not available for VB until next version of VS (Whidbey). There is a project out there that does this though, if you want to look for it. Try source forge, or the gotdotnet project workspaces (I think that is where it is at).

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489
    cool. thanks man

  4. #4
    Fanatic Member pax's Avatar
    Join Date
    Mar 2001
    Location
    Denmark
    Posts
    840
    Hi.

    I found this tool somewhere on MSDN.

    After you build your DLL, you can add the comments with this tool, and save them as an XML file.

    It does require that the XML file ships with the DLL, which is kind of a drag. But the up-side about is, that you don't need to redo your comments after a rebuild. All you have to do then, is add the new comments.
    Attached Files Attached Files
    I wish I could think of something witty to put in my sig...

    ...Currently using VS2013...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width