Sep 7, 2004 #1 J JarHead Member Joined Sep 7, 2004 Messages 11 how do i disable autoredraw in a form? i want to have implicit control over when my form, and the controls it contains are drawn. Thanks
how do i disable autoredraw in a form? i want to have implicit control over when my form, and the controls it contains are drawn. Thanks
Sep 7, 2004 #2 Bucky Well-known member Joined Dec 23, 2001 Messages 791 Location East Coast User Rank *Expert* I believe that Form.SetStyle (its a protected method) is what youre looking for (along with the ControlStyles.UserPaint, of course). Check here.
I believe that Form.SetStyle (its a protected method) is what youre looking for (along with the ControlStyles.UserPaint, of course). Check here.