How do you create images in a form at runtime?
ie. every time i click on the form an image is created at the point where the mouse is...
Please say if you don't understand, its a bit of a crap explanation!
GTJ
Printable View
How do you create images in a form at runtime?
ie. every time i click on the form an image is created at the point where the mouse is...
Please say if you don't understand, its a bit of a crap explanation!
GTJ
Just create a Bitmap object and then place it on your form using the Paint event.