NetNomad312
Technical User
Hey... I have a noob question, sorry (I bet you guys answer way too many of these). I have a simple little program... all it really does is act as a launcher for certain programs that would be harder to use otherwise (most of them being little DOS tools and such). Anyway, to set up the paths where my program would find these tools, I had to create setup screens (thus, multiple forms). Problem is, if I were to change to another window (another program, I mean, like going into explorer or browsing the internet), then come back to my program, it puts the main form on top. This wouldn't be a problem except I disable the main form when it loads the setup form, and it only gets re-enabled in the setup form's Form_Unload. Every time this happens I have to forcibly end the program with ctrl-alt-delete. How do other programmers avoid this?