Opened 11 years ago
Closed 6 years ago
#2932 closed Bug (Works For Me)
embedded Windows-Explorer under Windows 7 / 8.1 and Drag & Drop fails
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.13.19 | Severity: | None |
| Keywords: | Cc: |
Description
in this code works drag and drop from Explorer to autoit-gui:
GUICreate("",700,700)
GUISetState()
$object = ObjCreate("Shell.Explorer.2")
$GUI_ActiveX = GUICtrlCreateObj($object, 10, 10, 300, 400)
$object.navigate("C:\")
While GUIGetMsg() <> -3
WEnd
With autoit 3.3.13.19 this not works - please fix it. It works with autoit v3.3.6.1
See also: http://autoit.de/index.php/Thread/45892-embedded-Windows-Explorer-unter-Windows-7-8-1-und-Drag-Drop-defekt
Thanks
Attachments (0)
Change History (4)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
I'm not having any problems copying into the embedded window or from it to another folder. AutoIt 3.3.13.19 on Windows 7 x64.
comment:3 by , 11 years ago
I've read your post in the German forums that you updated to 3.3.12.0 before installing the latest beta. On that version it's also not working for me, but on 3.3.13.19 it works just fine.
Maybe you didn't compile/run with the correct beta version when testing?
comment:4 by , 6 years ago
| Resolution: | → Works For Me |
|---|---|
| Status: | new → closed |
as no more info I close it

I can drag and drop from a normal Explorer to the one embedded in that GUI in both directions with no problem. I am using 3.3.13.19 (albeit an modified alpha version with a small change in a completely non-related area)
M23