Regarding helpcursor display in menu items.
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

