I have a small program <350ish lines of code on 5 forms>. It works fine compiled on VS2005 but doesn’t run correctly on Vista. After importing through VS2008, it initially runs correctly. However, there is one main form with four subordinate ones that set the settings and attributes of the starter form. they work correctly until they are instantiated a second time then they are displayed but act like they are completely modal. The only way to remove the form is to close the start up form. Does anyone have any solutions to this?
Share
The answer to my problem is not the answer to this question. It has to do with how transparency key is handled.