invisible GUI

bbsmylie

Newcomer
Joined
Jul 17, 2007
Messages
1
I have a GUI app that has been developed and tested on an XP sp2 box that has a strange problem when brought over to a 2003 server. The application loads and exists in the processes list, but the GUI never loads. The main form consists of a few labels, buttons, and panels. Strangly, though I can't see the form, it is still there. I can tab over an appropriate number of times to reach a button that loads a different form and hit enter and the second form loads. If i maximize the invisible GUI from the task list I can't interact with anything under it, even though I can still clearly see everything. I have tracing throughout my form class initialization and my form load event and all the code seems to be executing correctly. I have tried this on several of my servers, including one where we have visual studio installed and ran it in code, and it doesn't work. My PC has the same framework version as the servers. Any help would be appreciated.



Ben
 
Back
Top