How do you plot a pixel in a picture box? PSet doesn't work. When you call the refresh method it erases the every thing drawn with pset.
Printable View
How do you plot a pixel in a picture box? PSet doesn't work. When you call the refresh method it erases the every thing drawn with pset.
Set AutoRedraw to true in the picturebox.
Z.
Now How come I can't copy it to the clipboard? :mad:
If it asks for the picture, make sure you specifiy the .Image instead of the .Picture property (when copying to the clipboard).
:mad: :( :rolleyes: :) ;) :D Thank you