hello, I am wanting to know if there is a way.. USING BITBLT to paint ONE PIXEL, a certain color, say vbyellow, vbgreen, or even RGB or vb color codes..
ithis is really important.. anyone know?
Printable View
hello, I am wanting to know if there is a way.. USING BITBLT to paint ONE PIXEL, a certain color, say vbyellow, vbgreen, or even RGB or vb color codes..
ithis is really important.. anyone know?
Well you could use SetPixelV and it would *probably* be faster, it takes a colour, an X, a Y, and an hDC.
thanks i'll try it
if i don't reply it means it worked great
You will find it runs at 2 FPS, you have been warned.
Actually, for me it returns
a lot more..
oh well is there a FASTER FASTER FASTER way? just wanting to know =P
Easy, just use SetPixel when your program starts in a DC and then BitBlt from there whenever you need :)