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. COM
  4. Customizing Intellisense Information Tooltips

Customizing Intellisense Information Tooltips

Scheduled Pinned Locked Moved COM
questionvisual-studiocomdebugginghelp
1 Posts 1 Posters 1 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.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    Question Summary: How do you customize the "tooltips" displayed by Intellisense? Question Details: I am trying to customize the "tooltips" that show up as a part of Microsoft's Intellisense "Auto Complete" feature. For example, while building an ASP page in Visual InterDev, if I type "Request" and a dot (.), an Intellisense window "pops" up and displays the properties and methods that the ASP Request object supports. As I scroll down the list of available methods and properties, an "information" tooltip appears to the right of the drop down list. I have been able to trace the content of these "information" tooltips back to the type library ASP.tlb. The same "information" string appears in the helpstring attribute. It would seem that this is the source of the text that Intellisense uses. (If this observation is incorrect, please let me know) When I created a test component, I put my own detailed help "information" string in the helpstring attribute. However, when I do this it does not show up like it does for Microsoft's intrinsic ASP objects. In fact, it does not show up at all. What am I doing wrong? Why is Microsoft able to do this and I am not? Is there a different IDL attribute to set, or perhaps a different IDL compiler is required? Thanks in advance for any advice or recommendations. If anyone knows of good documentation of Microsoft's Intellisense, that would be great too. Sincerely, Trong Ha

    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