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

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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/
 
Back
Top