Is there a way to launch a Modeless Dialog that stays active even when a Modal Dialog is launched? Can I put the Modeless Dialog in a seperate Thread or something like that?
I don't think that is possible. According to MSDN Form .Modal Property, "When a form is displayed modally, no input (keyboard or mouse click) can occur except to objects on the modal form. The program must hide or close a modal form (usually in response to some user action) before input to another form can occur." Based on that statement, you will need to find another way to achieve your task.
-------------------------------------------------- Stubbornness is a virtue -- if you are right. --Chuck Noll
--------------------------------------------------
ousoonerjoe,
Not strictly true. I want the behaviour to be similar to the old-style HelpFiles. They remain accesible even when Modal forms are running...
But weren't those an "Outside Process" that was called from the application immediately before the modal box was loaded?
-------------------------------------------------- Stubbornness is a virtue -- if you are right. --Chuck Noll
--------------------------------------------------
You might be able to do it with an ActiveX Dll/Exe. Something that runs asynchronously to your application.
-------------------------------------------------- Stubbornness is a virtue -- if you are right. --Chuck Noll
--------------------------------------------------
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.