Capturing OS dialogs

  • Thread starter Thread starter Steve Koon
  • Start date Start date
S

Steve Koon

I have a full screen Winform application I have designed that I need to
always be on top regardless of what else may be happening on the desktop. Is
there a way I can prevent the Windows OS error dialog from poping up on top
of my application such as "Running low on virtual memory" or "Printer not
responding"?


Thanks,
Steve
 
Why don't you use the property ontop (or something like that) which you can
find in the form properties in VS.NET.
 
Back
Top