Move the picture inside a picture box

  • Thread starter Thread starter Steven
  • Start date Start date
S

Steven

Hello,

I have an Image Box in the asp.net page, which contains an Image. Is there
anyway I can move that image with the mouse in any direction inside the
picture box??
If anything is unclear, please let me know.

Any help would be greatly appreciated!

Regards
Steven
 
I *think* that the only way to make this work is to figure out how to do it
using DHTML and then write a control for your ASP+ page that emits the
JavaScript to do the job.

Trying to do it with server-client round-trips is going to be incredibly
slow.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
 
Back
Top