quote:
Originally posted by samwise1130
I've taken a look at the MSDN article at: http://msdn.microsoft.com/library/en-us/dnnetcomp/html/netcfuiframework.asp regarding multiple forms. I've changed the way my forms load, etc based on your example. However, I have a question regarding the "run" method of the FormStack class. After making this change to my code, I've noticed that other applications (like Calendar) are slower when my application is running. I think the application.doevents is the culprit.
Have you noticed this situation as well? Do you have any ideas as to address the performace issue? Thanks in advance for any insgith
You are right. It is the DoEvents that causes the performance degradation. Obviously not a desired effect. In my projects this hasn't been a show stopper, though, since the user stays within my app until the user is done. Then... I exit the app. Good from a logo POV? No. But I don't care. [:)]
Andy Sjostrom
MS MVP - Mobile Devices
http://www.businessanyplace.net