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
Printable View
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
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.
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 ...)
Ok, let's review: This was one of the most wasted posts ever LOL! :D How freaking stupid was that! I didn't even notice it was you asking the question ;)
Sorry for this dumbass reply!