You know how if you open up options in many applications you are no longer able to click to the side of the program until you have either hit ok or cancel. I was wondering if this is possible to do with a program in visual basic, and if it is possible how exactly to make it happen.
schroaus 8 Junior Poster in Training
Recommended Answers
Jump to PostIt is common for applications to prevent the user from interacting with other parts of the application, as Reverend Jim describes; however, I haven't really seen any applications that do this, aside from system processes.
There are quite a few things that can get in the way of this, besides …
Jump to PostHave you tried handling the close event of the form? That should fire no matter how the form is closed except for anything that ends the process arbitrarily, like End Process in task manager.
All 6 Replies
Reverend Jim 5,225 Hi, I'm Jim, one of DaniWeb's moderators. Moderator Featured Poster
schroaus 8 Junior Poster in Training
nmaillet 97 Posting Whiz in Training
GeekPlease 16 Junior Poster
schroaus 8 Junior Poster in Training
tinstaafl 1,176 Posting Maven
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.