From: Johan L. <jo...@ba...> - 2002-02-25 11:59:12
|
At 11:32 2002-02-25 +0100, NAHUM Marc wrote: >How can'i refresh a windows ? >I try to made a progress bar and i need refresh the window when a new action >is do ... $win->InvalidateRect(1); will send a WM_PAINT to the window, causing it to be redrawn. The method can also be called on a single control. /J -------- ------ ---- --- -- -- -- - - - - - Johan Lindström Sourcerer @ Boss Casinos jo...@ba... Latest bookmark: "Re (tilly) 6 Code Critique" <http://www.perlmonks.org/index.pl?lastnode_id=133235&node_id=135630> |