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)