Inordinate Delaying in Form Display?
-
Hello! I'm attempting to write an application in VC++ .NET 2003. My application works alright, but it takes at least 10 seconds for the Form to be displayed. This happens not just on my work PC (P4 1.5GHz, 768MB RAM) but also on my PC at home (AMD Athlon XP 1700+, 768MB RAM) I've written a similar App in VC# and the Form is displayed almost immediately. In VC++, the Build Time is displayed as 4s. It then takes AT LEAST 10 seconds for the Form to be displayed. My Application is neither large nor complex. I am new to VC++ and my understanding is that all the code is written in the Form.h file, and nothing needs to be added to the Form.cpp file. Is that correct? Do I need to change any Solution properties? They are all currently set at their default values. I would really appreciate any suggestions to improve the speed of Form display. Thanks!