FOR PRO ONLY

  • Thread starter Thread starter Kate Luu
  • Start date Start date
K

Kate Luu

Does any Pro out there know how to create an image or the picturebox in the
runtime with sizing handle, so the user can size and resize the image or
picturebox any way they want at runtime. Any help is deeply appreciated.
Thanks you all in advance...


Kate
 
You need to implement your own sizers - you can subclass
System.Windows.Forms.PictureBox and handle the OnPaint to draw your sizers;
handle the Mouse down/up events to track the sizers and resize during Mouse
Move.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top