Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

i used mdi parent and set some background image to it.

using this mdi i call 2 form in it, and the background of this tow is transparent.

when i run the program the form is flickering can any one help me to solve the issue.
Posted

You need to enable double-buffering on your forms and/or controls.

MSDN article: http://msdn.microsoft.com/en-us/library/3t7htc9c.aspx[^]
 
Share this answer
 
Comments
mohan_sujay 11-Jul-13 7:21am    
this code is not working?
UpdatePanel can help reduce flicker on the screen.
 
Share this answer
 
Comments
mohan_sujay 11-Jul-13 7:36am    
NOT WORKING

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900