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
  1. Home
  2. General Programming
  3. Visual Basic
  4. Properties

Properties

Scheduled Pinned Locked Moved Visual Basic
csharpvisual-studiodesigntools
5 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.
  • M Offline
    M Offline
    mikasa
    wrote on last edited by
    #1

    Ok, anyone got an idea on how to do this in VB.NET? I need to know how to put Descriptions onto the Properties of my Classes that will show up in the "Tooltips" that display during Intellisense typing. Also, I'd like these descriptions availabe in the Object Browser. You used to be able to do this in VB6 by going to "Tools --> Procedure Attributes". No, I am not looking for the "ComponentModel.Description" either...that is only for design time control properties (so it seems).

    N 1 Reply Last reply
    0
    • M mikasa

      Ok, anyone got an idea on how to do this in VB.NET? I need to know how to put Descriptions onto the Properties of my Classes that will show up in the "Tooltips" that display during Intellisense typing. Also, I'd like these descriptions availabe in the Object Browser. You used to be able to do this in VB6 by going to "Tools --> Procedure Attributes". No, I am not looking for the "ComponentModel.Description" either...that is only for design time control properties (so it seems).

      N Offline
      N Offline
      Nick Seng
      wrote on last edited by
      #2

      Can't you just use the <Description()> attribute? [Edit]Sorry bout that, forgot that < wouldn't work in html :( [/Edit]


      Support Bone

      M 1 Reply Last reply
      0
      • N Nick Seng

        Can't you just use the <Description()> attribute? [Edit]Sorry bout that, forgot that < wouldn't work in html :( [/Edit]


        Support Bone

        M Offline
        M Offline
        mikasa
        wrote on last edited by
        #3

        Well, no, that's what I said in my post..."ComponentModel.Description()" does absolutely nothing except display a Description in the Properties Editor on a Form. I want the Description to show up like it does in the Object Browser (with a Summary, etc.) and also to display a Tooltip while typing in Code.

        N 1 Reply Last reply
        0
        • M mikasa

          Well, no, that's what I said in my post..."ComponentModel.Description()" does absolutely nothing except display a Description in the Properties Editor on a Form. I want the Description to show up like it does in the Object Browser (with a Summary, etc.) and also to display a Tooltip while typing in Code.

          N Offline
          N Offline
          Nick Seng
          wrote on last edited by
          #4

          You mean like the what the XML Comment does for C#? Well, if that's what you want, VB.Net doesn't support that, but I think there are 3rd party tools that replicate that somewhat. You'll have to look around.


          Support Bone

          M 1 Reply Last reply
          0
          • N Nick Seng

            You mean like the what the XML Comment does for C#? Well, if that's what you want, VB.Net doesn't support that, but I think there are 3rd party tools that replicate that somewhat. You'll have to look around.


            Support Bone

            M Offline
            M Offline
            mikasa
            wrote on last edited by
            #5

            I guess so. You know, that's retarded...I thought everything in the CLR was exactly the same no matter what language. So why does C# have more design-time enhancements than VB? For example, why do we always have to comment every &#^%$%@ line of code instead of "/* .... */ ". Not that I am complaining...too much, because I do not like the syntax of C# / C++. I can understand and read it, but I don't think I'll ever code in it ;P

            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