Michael
2010-03-12 07:26:01 UTC
Hi,
I am trying to find out whether it is possible to disable the default
context menu that appears when a user right clicks in a console window. It
appears that when the console context menu is active it prevents writes to
the console window.
We have a Win32 multithreaded console application running on Windows XP.
The application regularly updates information in the console window. However
if someone has accidently right clicks in the console window the application
basically freezes because it's unable to write to the console.
Regards
I am trying to find out whether it is possible to disable the default
context menu that appears when a user right clicks in a console window. It
appears that when the console context menu is active it prevents writes to
the console window.
We have a Win32 multithreaded console application running on Windows XP.
The application regularly updates information in the console window. However
if someone has accidently right clicks in the console window the application
basically freezes because it's unable to write to the console.
Regards