How to repaint a form so that it does not disappear on minimizing?
Posted
by gn
on Stack Overflow
See other posts from Stack Overflow
or by gn
Published on 2010-04-19T07:49:20Z
Indexed on
2010/04/19
7:53 UTC
Read the original article
Hit count: 239
c#
I have a form in which i paint a waveform on a button click that is as soon as i click button, the waveform displays. Now when i minimize the form and maximize it again, the waveform disappears.How to repaint it? I have seen people using paint event but i dont know how to use it after/inside the button click event. Please help.
© Stack Overflow or respective owner