Results 1 to 2 of 2

Thread: Method/Property tooltips in Classes

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2000
    Location
    Westminster, Md.
    Posts
    163

    Method/Property tooltips in Classes

    In C# this is apparently called 'Document Comments' and works like this
    public void blahblah()
    {
    /// <summary>
    /// blah blah blah
    /// </summary>
    return void;
    }


    What it does is put up a tooltip when you're looking at a method or property of your class. I can't seem to find any equivalent in VB.NET. Does anyone know how to do this for a class?

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    VB doesn't have that functionality, you have to use a 3rd part app to add the comments afterwards. There is a free one listed at http://www.gotdotnet.com/Community/M...oard.aspx?ID=8 but I lost the link to the actual post so you'll have to serach for it.

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