Search the Community
Showing results for tags 'web browser'.
-
We've been able to drag images out of web browsers since forever. Can I drag one into my GUI? Or rather, can I drag an image from my web browser onto my GUI and have my app *do* something with that image? My fingers bleed from searching. Any ideas much appreciated! ;o) Cor
- 9 replies
-
- drag-and-drop
- web browser
-
(and 2 more)
Tagged with:
-
Hello the World, I would like to replace the default web browser by my my Autoit script. For example, when I click on http://autoitscrip.com I would like to start the following script $param = $CmdLineRaw MsgBox(0,"Yes We Can", "Do you wish to start? " & @lf & $param) Exit The problem I misarably fail is simple: The registry to change are unknown; all search done on Google are not working; all people tells how to set up FireFow or Chrome as default, but never I found the relevant data for starting my own Autoit code. If some one can help me I would greatly appreciate it. Kind regards Dominique Benoit