The application contains many OnPaint(). For each control i require it to have a paint method. For example: the menustrip control, title bar etc...
My query is whether i can avoid the operations being done in OnPaint() except for the first time and when a application is minimized i save the view and load from memory itself instead of repainting.?