Neokyuubi 0 Newbie Poster

I'm creating a c# application that adds entries in the registry to add items to the windows context menu here's an example of a structure :
HKCR -> * -> shell -> MyApp -> command
How can i get a infotip or while I'm hovering MyApp ?
I added a string value infoTip under MyApp key but it doesn't work.

I was thinking that the menu that pop ups when you click on the arrow in (Start -> Shutdown) is a (contextmenu #32768) but i checked its class name and it turns out to be a (toolbarwindow32)
Note : that menu has an infotip for every item (like shutdown, restart... ect).

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.