Connecting Tech Pros Worldwide Forums | Help | Site Map

Regarding helpcursor display in menu items.

sethuganesh@gmail.com
Guest
 
Posts: n/a
#1: Dec 15 '06
Hi,

i have developed a sample application in vb.net. It has menustrip
control and some other controls. when i place the help cursor over
menuitem in first level it shows it as help cursor. suppose if the
menuitem has sub menu and if i move the help cursor over them it change
it as normal cursor. following is the code i used to show the help
cursor over menu items.

item.DropDown.Cursor = Cursors.Help

This is done for each menuitem.



Thanks,

Ganesh


Closed Thread