Menus a' la VS.Net

W

Wiktor Zychla

can anyone help with this:
i want to make the menus on an application i am building to look like
the ones we find in VS.Net.

Can anyone point me to a direction ??

thanks a lot for any help

basically you have to write your own implementation of DrawItem and
MeasureItem events for MenuItems. this is fairly easy and you can find a lot
of good examples on how to do that. you could start from:
http://www.c-sharpcorner.com/Code/2002/April/OwnerDrawMenusSK.asp

regards,
Wiktor Zychla
 
O

objectref

hi to all,

can anyone help with this:
i want to make the menus on an application i am building to look like
the ones we find in VS.Net.

Can anyone point me to a direction ??

thanks a lot for any help
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top