Context menu bitmap

G

Guest

Hi,
I'd like to have a context menu attached to my NotifyTrayIcon. Easy enough -
but I'd like to have one of those menus with a bitmap that runs down the
entire length of the menu (company name etc.). Can anyone recommend the
control (or steps to achieve it) that I need?
 
J

JustinC

Well, I can offer a hack. You can catch left and/or right clicks on
your NotifyIcon. When this happens you can display a form you created
yourself. You'll have to remove the border, create the sidebar
yourself, etc. so it's a fair amount of coding. I don't know of any way
to do what you want that already exists in .NET
 

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