Right Click Context Menu of a C# windows application not working o

G

Guest

Hello,

I have developed a C# windows appl using .Net framwork 1.1, it is working
fine on Windows XP. But one of my workmate tooks it home to try, when she
tried right click to get to the context menu of the application, it doesn't
work at all.

Does anyone know what causes it?

Thank you.
 
J

Jani Järvinen [MVP]

Hi TL,
...when she tried right click to get to the context
menu of the application, it doesn't work at all.

There shouldn't be any differences between Windows version in their ability
to show ContextMenus, so there must be something in your application that
prevents the menu from showing on your friend's computer.

Do you have any code to dynamically populate the menu and/or control when it
is shown? If yes, can you post the code? Also, which operating system is
your friend using?

And, does your application use more than on ContextMenu? Are they all not
working on her PC, or just one?

Thanks!

--
Regards,

Mr. Jani Järvinen
C# MVP
Helsinki, Finland
(e-mail address removed)
http://www.saunalahti.fi/janij/
 

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