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

I usually use standard GUI controls provided be .NET. Now I need to create something different. I need to create start window, that contains other custom controls. This window should be resizable (so should be all the inside controls) and I need to do smth to draw it smoothly.

I created MyResizableControl where I adjust all elements to the size, and my start window and custom controls inherit from it. But when the start window is drawn, it is drawn with background first, and then the controls are drawn on it. It can be seen by eye and looks ugly. It happens every time I minimize and maximize the window, and when I resize it. Can anybody give me some tips to improve it and/or some links to literature about it.

Posted

1 solution

I could try to give a helping hand if you dont mind zipping and mailing the control ?

 

Not entirely sure what the issue is or how to address it but maybe If I could see the control and see what it does I could help you out.

 

feel free to email to  fdeetlefs@hotmail.com

 

 
Share this answer
 

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