AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 5 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Auto script for msgboxs
oldbug

Replies: 13
Views: 11663

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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?
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group