Hello all
I'm pretty new to Autoit, so this might be a newb question, i have searched google, and the forum here, and can't really find the awnser I'm looking for, or I'm just not "skilled" enough to see it
so i hope some of your guys, could help me out
so the thing is, I'm building up a script, and this little part of it has been troubling, i want a textbox, someting like the msgbox, or anything really, this box, has to pop up like a normal messagebox do,
but it has to automatically close again after a couple of secs,
This is what i got so far, so if you can use anyting from it, you are welcome
MsgBox(0x30, "Delete Cache", "Deleting Cache Folder")
$dir = 'C:\FFtioN\junk\Cache'
DirRemove($dir,1)
DirCreate($dir)
Kind Regards
NameMe
Kind Regards
NameMe