|
-
Apr 20th, 2002, 08:09 PM
#1
-
Apr 20th, 2002, 08:49 PM
#2
Lively Member
you can use the Refresh method now
-
Apr 20th, 2002, 10:58 PM
#3
hmm, are you SURE that works?
Because I'm drawing a picture on the form, I created a button that REFRESHES the form. If I click it, it will just erase the whole form, it doesn't work like autoredraw
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Apr 21st, 2002, 06:19 AM
#4
Lively Member
hmmm... try the Update() method. i bet that's it.
-
Apr 21st, 2002, 06:32 AM
#5
to mimic autoredraw you should keep a bitmap in memory to draw onto. whenever you need to redraw your form you simply copy the area to redraw (see for cliping region) from your bitmap to your form. this is not that hard to implement and is even more efficient then autoredraw.
maybe got through this:
http://www.gotdotnet.com/team/window...spainting.aspx
best regards
Sascha
-
Apr 21st, 2002, 08:07 PM
#6
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|