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

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -