Re: How To Display Non-Modal Dialog with Win32Lib
- Posted by euphoric (admin) Jul 16, 2021
- 1062 views
Spock said...
euphoric said...
So, I'm having to update a program that uses the old Win32Lib, and I've forgotten (if I even really ever knew) how to display a non-modal dialog.
I want to use it as a progress window while the code processes in the background.
Can anybody help out an old, forgetful man?!
Isn't it just a child window of the main window [non-modal by default unlike, say, Message Box]?
I'll look into that... Thank you!