| Author |
Message |
Topic: Auto script for msgboxs |
oldbug
Replies: 13
Views: 11663
|
Forum: Scripts & Functions Posted: Thu Dec 23, 2004 5:53 pm Subject: oldbug |
Hi. Here is simple MsgBox generator.
there is more correct code (without use *.ini, *.tmp and AutoHotkey.exe) but he big ~15kb
;Code
;#################### if extension *.ahk is not registered
... |
Topic: save -editbox trouble |
oldbug
Replies: 5
Views: 605
|
Forum: Ask for Help Posted: Tue Dec 21, 2004 7:03 pm Subject: oldbug |
| gmmm....My Error: "SelectedFile, 2" |
Topic: save -editbox trouble |
oldbug
Replies: 5
Views: 605
|
Forum: Ask for Help Posted: Tue Dec 21, 2004 6:58 pm Subject: oldbug |
FileSelectFile, SelectedFile, 2, ,Open a file, Text Documents (*.txt)
if SelectedFile =
{
MsgBox, The user didn't select anything.
Return
}
else
ControlGetText, OutputVar1,Edit1
FileAp ... |
Topic: Auto script for msgboxs |
oldbug
Replies: 13
Views: 11663
|
Forum: Scripts & Functions Posted: Mon Dec 20, 2004 5:36 pm Subject: oldbug |
Very Good!!!
But if change Buttons on GroupBox and RadioButton, will more understandable...
GroupButtons:
OK
OK/Cancel
Abort/Retry/Ignore
Yes/No/Cancel
Yes/No
Retry/Cancel
GroupIcons:
I ... |
Topic: Font |
oldbug
Replies: 8
Views: 709
|
Forum: Ask for Help Posted: Mon Dec 20, 2004 3:53 pm Subject: oldbug |
| Can I not so understand, but every time "Gui, Font" changes font all following component? |
| |