G
Guest
I am having a problem with winforms in C#. When I run the release build of an app that I have finished, the app takes an excessive amount of time loading and switching between forms (mdi). I know there are several routes I can take to deal with the loading time, but I am really confused about the time it takes to switch windows. Just switching windows causes the app to consume all available cpu time for about 1.5 to 2 seconds. This results in different controls becoming visible at different times and overall looks pretty ugly
The two windows I am switching between have about 2400 and 950 lines of code, respectively. The mdi container window has about 1420 lines of code. I am coding with 1.0a
Any help/suggestions would be greatly appreciated
Paul K
The two windows I am switching between have about 2400 and 950 lines of code, respectively. The mdi container window has about 1420 lines of code. I am coding with 1.0a
Any help/suggestions would be greatly appreciated
Paul K