Hanging Forms When I Drag And Move My Forms

Posted by hosseinsinohe on Stack Overflow See other posts from Stack Overflow or by hosseinsinohe
Published on 2010-04-28T14:35:15Z Indexed on 2010/04/28 21:47 UTC
Read the original article Hit count: 266

Filed under:
|
|
|
|

I Write a Windows Application By C Sharp.
I Use a Picture in Background of my Form (MainForm) And I Use Many Picture in Buttons in This Form,And also I Use Some Panel And Label with Transparent Background Color. My Forms,Panels And Buttons has flicker. I solve this problem by a method in this thread.

But Still when other Forms Start over this Form,my Forms hangs when I Drag and Move my Forms over this Form.How can I Solve this Problem to Move And Drags my Forms easily And Speed?

Edit:: My Forms Load Data From Access 2007 DataBase file.I Use Datasets,DataGridViews And Other Components to Load And show Data in My Forms.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET