|
-
Feb 19th, 2002, 12:11 PM
#1
Thread Starter
New Member
BitBLT
How would you code something like bitblt did. I want my picturebox to move across the form smoothly. Can some
one tell me a better way than picturebox1.left = picturebox1.left +10
-
Feb 19th, 2002, 02:19 PM
#2
Sorry I cant be of big help, but the proper thing to use would be GDI+. If no better answer, try seacrhing for GDI+. I have yet to get into it so dont know a huge amount about it.
-
Feb 20th, 2002, 02:23 PM
#3
Frenzied Member
Well I think SLxCreations gave the right answer in the topic Vb6 Api vs VB.NET Api:
VB Code:
dim gr as graphics
gr = me.creategraphics
gr.drawimage(image, etc ...)
Jop - validweb.nl
Alcohol doesn't solve any problems, but then again, neither does milk.
-
Feb 20th, 2002, 06:30 PM
#4
Frenzied Member
Ok, let's review: This was one of the most wasted posts ever LOL! How freaking stupid was that! I didn't even notice it was you asking the question 
Sorry for this dumbass reply!
Jop - validweb.nl
Alcohol doesn't solve any problems, but then again, neither does milk.
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
|