You've probably used the Start > Run menu option before. If you try to click anywhere in the Run window while the Browse window is open, Windows beeps and ignores your input.
How can I accomplish this in C#? I currently set the Enabled property of my form to false, but that's not the same.
Loading
vivek kulkarniPosted Apr 16, 2009, 6:25 AM
Hi,
You can use the modal form.
Pieter De DeckerPosted Apr 16, 2009, 8:35 AM