JarHead Posted September 7, 2004 Posted September 7, 2004 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 Quote
*Experts* Bucky Posted September 7, 2004 *Experts* Posted September 7, 2004 I believe that Form.SetStyle (it's a protected method) is what you're looking for (along with the ControlStyles.UserPaint, of course). Check here. Quote "Being grown up isn't half as fun as growing up These are the best days of our lives" -The Ataris, In This Diary
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.