I am useing the api setpixel. I have it putting pixels on the screen, but they are too small, how can i make them bigger?
Printable View
I am useing the api setpixel. I have it putting pixels on the screen, but they are too small, how can i make them bigger?
You can't actually make the pixels larger (without changing the screen resolution) but you can draw a small square instead of just one pixel.
Have a look at the Rectangle API function or use VB's own Line method (the API call is faster though).
Best regards
You can also use SexPixel to draw pixels adjacent to where you clicked, so it will look bigger.