I have a touch screen PC (not a Tablet PC). I would like to write an application to allow users to draw anything on PC and then save it as image. Which control should I use
Thanks.
Joe.
I have a touch screen PC (not a Tablet PC). I would like to write an application to allow users to draw anything on PC and then save it as image. Which control should I use
Thanks.
Joe.
which control captures drawing?
Tiger Wong
There's no control that does that. You'll have to write an app that uses the paint event to draw the image, and captures input to do the drawing.