Is it possible to have a graphical image load in an HTA that you can drag around the screen? If so, could someone please post a link to a page that explains how to do this? For now, all I want to do is be able to drag an image anywhere on screen and have it stay where I drop it... Thanks much in advance...
"XP" wrote in message news:17654841-125A-4D0E-9D3B-0CED875FCA84@microsoft.com... > Is it possible to have a graphical image load in an HTA that you can drag > around the screen? > > If so, could someone please post a link to a page that explains how to do > this? > > For now, all I want to do is be able to drag an image anywhere on screen > and > have it stay where I drop it... > > Thanks much in advance... The img element fires events such as ondragstart so you should be able to implement darg and drop. -- Joe Fawcett (MVP - XML) http://joe.fawcett.name
Thanks Joe, any chance you could post example VBScript / HTML that does it? "Joe Fawcett" wrote: > "XP" wrote in message > news:17654841-125A-4D0E-9D3B-0CED875FCA84@microsoft.com... > > Is it possible to have a graphical image load in an HTA that you can drag > > around the screen? > > > > If so, could someone please post a link to a page that explains how to do > > this? > > > > For now, all I want to do is be able to drag an image anywhere on screen > > and > > have it stay where I drop it... > > > > Thanks much in advance... > The img element fires events such as ondragstart so you should be able to > implement darg and drop. > > -- > > Joe Fawcett (MVP - XML) > > http://joe.fawcett.name > > >