08-22-2009 12:57 PM
Hello,
I am working with VDM2009 in C#. I have an image viewer and have programmatically added an ROI. When I go to select the ROI to move it around, the cursor looks like a hand and can't select anything. I tried setting imageViewer1.Cursor = Cursors.Default; but that had no effect.
How can I select/manipulate my programmatically-created ROI with the mouse?
Many thanks,
Neville
Solved! Go to Solution.
08-24-2009 04:52 PM
08-25-2009 11:00 PM
Hi Jeff,
Super! Thanks so much!
Neville