c# - panel clear everything -


i reset panel initial state. e.g., set image background, drew graphics on part of panel. have clear everything. how?

you have clear panel first

panel1.controls.clear(); 

then call initial form.

panel1.controls.add(orig_form); 

Comments

Popular posts from this blog

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -