Custom Query (3921 matches)
Results (364 - 366 of 3921)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1346 | No Bug | Send doesn't work with windows opened under another user | ||
| Description |
Send doesn't work with windows opened under another user. Following "send' doesn't do anything: RunAs($AccountLocalName, $AccountLocalDomain, $AccountLocalPassword, 0, "notepad.exe")
WinWait("Notepad")
WinActivate("Notepad")
Send('!f')
|
|||
| #1348 | No Bug | aut2exe Mangles Named RCDATA Resources | ||
| Description |
If I add a named resource to AutoItSC.bin with ResHacker, then compile a script, the resource name is mangled. For example: ResHacker -add AutoItSC.bin, AutoItSC.bin, mydata.dat, rcdata, MYDATA, 1033 Viewing the resulting AutoItSC.bin in ResHacker: RCData -> MYDATA -> 1033 Viewing the compiled EXE in ResHacker: RCData -> M( -> 1033 (or some other mangled name) The actual data seems intact. The same problem happens with named resources of types BITMAP and ICON as well. I do not know if aut2exe_x64 has this problem or not. |
|||
| #1349 | No Bug | InetGet not working without Filename | ||
| Description |
There is no network communication for InetGet if the optional "Filename" is not configured. InetGet("http://foo.de/counter.php") is not working. have to use InetGet("http://foo.de/counter.php", "trash.txt) instead. please give feedback best regards bernd |
|||
