0
votes
3answers
57 views
How to respond to a PropertySheet’s OK or Apply button after the pages have processed it?
The PropertySheet API lets you define a PropSheetProc that can (on Windows XP and above) receive messages when the OK or Apply button is pressed. This lets you do processing when o …
2
votes
4answers
326 views
How do I force my app to come to the front and take focus?
I'm working on an application that happens to be the bootstrap for an installer that I'm also working on. The application makes a few MSI calls to get information that I need for p …
