Hi!
When I run this code:
dim DC as long
DC = LoadDC("C:\1.bmp")
for Y = 0 to 600
for X = 0 to 800
setpixel form1.hdc, X, Y, getpixel(DC,X,Y)
next X
next Y
It runs slowly, like a powerpoint switching pictures.
why?
Thank you,
Arie. (mag.up.co.il)
|
Results 1 to 3 of 3
Thread: Fast fullscreen setpixel...Threaded View
|
Click Here to Expand Forum to Full Width |