P Poly Dec 27, 2007 #1 I have custom control, with my own render function, but i don't know how to make my control to Refresh itself?
I have custom control, with my own render function, but i don't know how to make my control to Refresh itself?
B bern11 Dec 28, 2007 #2 If you just want to it redraw itself, call the Invalidate method with no arguments. The whole thing will redraw.
If you just want to it redraw itself, call the Invalidate method with no arguments. The whole thing will redraw.
P Poly Dec 28, 2007 #3 It works. Thnks. If you just want to it redraw itself, call the Invalidate method with no arguments. The whole thing will redraw. Click to expand...
It works. Thnks. If you just want to it redraw itself, call the Invalidate method with no arguments. The whole thing will redraw. Click to expand...