MagicFrisbee
Programmer
I have the source code for two Win32 VCL applications. That means I've got class names, Captions, and install locations for both executables. A button in each program opens the other. If the other program is already open, it should show it (bring it to the front). If the other program is minimized, it should show the application how it was before being minimized. That means, I don't want to send a straight RESTORE message to it if it was maximimized before being minimized.
So, what's the code block look like for this? I've tried FindWindow to no avail, ShowWindow with aweful results, etc.
GIS Programmer
City of Orem, UT
So, what's the code block look like for this? I've tried FindWindow to no avail, ShowWindow with aweful results, etc.
GIS Programmer
City of Orem, UT