Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. On-the-fly description of custom method.

On-the-fly description of custom method.

Scheduled Pinned Locked Moved Visual Basic
question
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    normanordas
    wrote on last edited by
    #1

    Hi guys, How can i create my own description of the method i defined in my class such that when i call this method a TOOLTIP will come out exposing the Description i wrote for that particular method. Just like the members of any class in any assembly. When you press period (.) the members will come out and a tooltip will be displayed categorically showing the signature, return type and purpose for this method. Tnx a lot!

    D 1 Reply Last reply
    0
    • N normanordas

      Hi guys, How can i create my own description of the method i defined in my class such that when i call this method a TOOLTIP will come out exposing the Description i wrote for that particular method. Just like the members of any class in any assembly. When you press period (.) the members will come out and a tooltip will be displayed categorically showing the signature, return type and purpose for this method. Tnx a lot!

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      I already told you, you need a third party tool to do this in VB.NET. The VB.NET compiler currently does not support generating the XML file required. VBCommentor on GotDotNet.com is a great place to start if you want to do this! Or, you could rewrite your classes in C#... VBCommentor on GotDotNet.com[^] RageInTheMachine9532

      N 1 Reply Last reply
      0
      • D Dave Kreskowiak

        I already told you, you need a third party tool to do this in VB.NET. The VB.NET compiler currently does not support generating the XML file required. VBCommentor on GotDotNet.com is a great place to start if you want to do this! Or, you could rewrite your classes in C#... VBCommentor on GotDotNet.com[^] RageInTheMachine9532

        N Offline
        N Offline
        normanordas
        wrote on last edited by
        #3

        Ah ok :) sorry i didn't noticed my previous post has replies already. Tnx a lot.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups