WinForms and delays
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Recently I was creating a WinForms application. I made several seperate projects - each with a different GUI. One of the thigns I noticed is that at random - win form apps like to delay themselves when dragging the main form around. Try this out for yourself. make a form drag some lightweight components on there and then compile it.. make a few more with the same components - you might note - one is faster - meaning more responsive with dragging than the other. my question is this - why is this happening and how can it be prevented?? comments? questions? ive been beating my head against the wall trying to find out why. Danny!