Helpcursor on a ToolStripMenuItem

vsugan_work

New member
Joined
May 16, 2006
Messages
3
Programming Experience
Beginner
Hi all,

I have a ToolStripMenu in my application. I would like to change the cusor from default to help cursor when i click on a item in the ToolStripMenu. I was successfully able to change the cusor, but when moved the cursor on certain items, the cursor again changes to default. When moved away from such items, cursor changes to help cursor. I later found that the help cursor remains unchanged for items which has help for those items are enabled.

So when i move the help cursor to a toolstripmenu item, cursor changes to default cursor. I would like to know how to avoid this change in cursor when moved to toolstripmenu item as there is no property to enable help for a toolstripmenu item.:mad:

I would appreciate your help in this regard.

Thanks,

Sugan
 
Please do not create duplicate threads. One question = one thread in the most appropriate forum. I've deleted your other two threads on this topic and moved this thread to Windows Forms, which is the most appropriate forum for a question that relates specifically to Windows Forms applications.
 
Back
Top