
Raindancer
Active Members-
Posts
228 -
Joined
-
Last visited
Everything posted by Raindancer
-
A COM Object is a Function of a foreign Application or Library. (Function isn't really correct, it's more a collection of functions and methods, and so on...) With the AutoIt Beta you can use COM Objects with it. But don't ask me which one to use... don't know it either... maybe someone else?
-
Yes, then you might have to use a COM Object, or something. AutoIt I think isn't able to play two sounds at once...
-
Do you have some code on which we could help you troubleshoot?
-
Task Scheduler Win2000 or XP
Raindancer replied to e2e4au's topic in AutoIt General Help and Support
What have you got that far? -
Can anyone help me with this please?
Raindancer replied to NiN's topic in AutoIt General Help and Support
Exactly... I always what the one which needs help, to figure it out by himself. at least a bit. so the one learns how to consult the help file. posts code, and then we can develop... English is no programming language And sorry, no MSN here at work allowed... -
Can anyone help me with this please?
Raindancer replied to NiN's topic in AutoIt General Help and Support
I'd like to help you. There are some function which you can look up in the Help: The While-Loop The Send() Function And The Sleep() Function Try it... write some code. post it here, and together we will reach your goal EDIT: If you want to click a GUI-Button (like an OK-Button) then lookup the ControlClick() Function -
Great!
-
Fast Mailserver :-P
-
Look at the Sleep() Function. I think it does what you want.
-
Fefresh in Mozilla FireFox
Raindancer replied to poisonkiller's topic in AutoIt General Help and Support
WinWaitActive("Mozilla Firefox") ; Refresh code Send("{F5}") -
'Eternal' calendar & fixed & floated holidays in Germany
Raindancer replied to BugFix's topic in AutoIt Example Scripts
Your attachment is not visible cause it is an EXE. Attache the Source code. The .au3-File, and anyone will be able to compile it self to an EXE, if needed :-) Cool Script dude... -
Do $recv = TCPRecv($socket, 512 ) If $recv <> "" Then GUICtrlSetData($edit, GUICtrlRead($edit) & $recv & @CRLF) EndIf Until @error
-
We have to find a way to make AutoIt unable to be a hidden trojan...
-
Its just a german instruction how he may get rid of the trojan he thinks he has. Edit: Did the translation now
-
Hol dir mal den ProcessExplorer von Sysinternals. Mit dem siehst du alle laufenden processe. schiesse alles ab was dir verdächtig vorkommt. Checke die Starteinträge (auch RunServices). Regedit hat einen Bug bei überlangen Schlüsselnamen. diese Schlüssel zeigt er nicht an. deshalb am besten mit msconfig32 die starteinträge checken. Dann wenn du sicher bist das kein verdächtiges Programm mehr läuft und die STarteinträge i.O. sind, dann mal neustarten. Die Dateien können von einem laufenden process jederzeit wieder erstellt werden. d.h. wenn der Trojaner aktiv ist kannst du nichts gegen ihn unternehmen. Wenn alles nichts nützt von Knoppix (www.knopper.net) Live-CD booten. Deine HD mounten, die Dateien dann entfernen. Hoffe das hilft. IN ENGLISH: Get yourself ProcessExplorer of Sysinternals. It shows you hidden processes too. kill all suspicios tasks. Check the Autorun entries inside the registry and autostart. Regedit has a bug so that key with too long names aren't displayed (the trojan coders know that). Use msconfig32 instead. It shows you those entries too. After killing the tasks, cleaning the startup reastart you machine. if that didn't help. get yourself Knoppix (www.knopper.net) and boot of this Live CD mount your HD and remove the data from there. Hope it helps.
-
Also du musst zuerst mal alle Starteinträge von Windows kontrollieren, ob dort die Datei irgendwie ausgeführt wird. Es gab da mal einen Forumsuser "infernothebest" der schien einen Trojaner in AutoIt programmieren zu wollen. Als wird das mal geckecht haben wars aus mit unserer Hilfe. Naja, er ist ein wirklich übler Coder. Wer weiss... vieleicht hatte er nun erfolg Sorry, also in english: There was a user "infernothebest" once which seemed to try to write a trojan in AutoIt. We didn't help him anymore as soon as we found out about his intention. He was a bad coder, so we thought that he'll never reach his goal. But maybe he was successfull at last.
-
Try this: Msgbox(0,"Cursul valutar","La "&@MDAY&" "&$luni[@MON-1]&" "&@YEAR&@LF&"1 USD = "&$USD&" lei"&@LF&"1 EURO = "&$EUR&" lei"&@LF&"Fata de "&$arr2[1]&" "&$luni[$arr2[2]-1]&" "&$arr2[3]&@LF&"USD a "&_Iif($USD>$arr[2],"crescut","scazut")&" cu "&Abs($USD-$arr[2])&" lei "&@LF&"EURO a "&_Iif($EUR>$arr[3],"crescut","scazut")&" cu "&Abs($EUR-$arr[3])&" lei") You forgot an &
-
Get yourself Scite4AutoIt. you'll love it... much easier to code
-
In you first Post you've written #inlcude instead of #include... Maybe just that Edit: Habe es beim ersten mal eben mit eigenem COde probiert und dachte jetzt machste mal copy&paste
-
I would preffere to have an German Forum... Already thinking about to set up one on my Homepage... Sorry... We were talking about that he isn't able to include an other Script with #include. While here at my side it isn't a problem. it works. Now I've asked him to try the same thing with the Beta. Maybe we've found a Bug in the Release version of AutoIt. Waiting for his answer...
-
Habe nie was von einem Bug im #include gelesen. Jedoch ganz ausschliessen kann ich es nicht (verwende vorallem die Beta). Hast du die Beta auch installiert? Falls ja, funktioniert es damit?
-
Also bei mir funktioniert dein Code...
-
Ich bin schweizer, weshalb ich mit allen möglichen DIalekten eigentlich absolut keine mühe habe, (ausser demjenigen aus dem Wallis). Wenn man nun herausfinden kann wie man an den Statuscode vom IE herankommt dann wäre dein Problem gelöst. Jetzt kann ich dir dabei aber leider nicht weiterhelfen. Im Developersforum hat es einen Thread zur IE.au3 UDF und dort kannst du vieleicht DaleHolm fragen wie du an den Statuscode herankommst
-
Hmm... Then you might find out what COM directive tells you that Code... Hmm... sprichst du deutsch?
-
And by using the _IEBodyReadHTML() Function, and then check the Code?