I am working on my first SF application, and testing outside the VS debugger, I noticed some slowness on the winforms when loading.
I prepared a small sample video so you can see what I mean.
http://www.progytech.com/videos/SF_Sample.html
Please let me know if there is any settings I need to do in order to adjust this unwanted effect.
The computer where this is being test is running Vista 64bits with 8gb ram.
Trent,
You certainly nailed the problem with this sample solution. In no time I was able to replace the old code in my Main Form and now the rendering problem is virtually gone.
I took the liberty of adding some functionality to the LaunchForm method that will do the following:
Here is the changed code:
loForm =
currentForm.WindowState = FormWindowState.Normal
currentForm.BringToFront()
loForm.MdiParent =
loForm.Show()