Any help would be greatly appreciated. I have a pictureBox housed in a Panel. I'm overlapping the pictureBox with dynamic textBox's created by the user upon button click(ie. MouseEvent)
So far, I can do a few cool things, such as...drag the textBox(s) around within the pictureBox etc. (Here's where the problem comes in...PictureBox, Zooming In and Out when textBox(s) have been placed) Note: I'm using the Scroll Wheel for the Zooming.
I'm having a difficult time getting the textBox(s) size to proportionally change with the change in size of the pictureBox. Also, as the size of the pictureBox change, I'm sure the textBox location will also change. I'm guessing the textBox LocationEvent will play a part.
Any help would be great. Thanks all.