AutoHotkey Community

It is currently May 26th, 2012, 3:52 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 6 posts ] 
Author Message
 Post subject: MsgBox
PostPosted: April 8th, 2009, 7:00 am 
Offline

Joined: April 8th, 2009, 6:58 am
Posts: 6
I know how to make a simple message box with text and an ok button.
MsgBox, adfgaghafhahhfa

I was wondering if im able to make a "About" button and it pops up a page with the text of my choice.

I looked everywhere on the forums for info but couldnt find any. If someone know how to do it, please post.

Thanks.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 8th, 2009, 7:08 am 
http://www.autohotkey.com/docs/commands/MsgBox.htm


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 8th, 2009, 7:36 pm 
Offline

Joined: April 8th, 2009, 6:58 am
Posts: 6
well like i said, i know how to make a MsgBox. I wanted to Add another button and when it is clicked, a page comes up with text on it.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 8th, 2009, 7:51 pm 
Offline

Joined: August 20th, 2008, 4:25 pm
Posts: 256
Custom GUI: http://www.autohotkey.com/docs/commands/Gui.htm

_________________
-Chavez.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 8th, 2009, 8:05 pm 
Offline

Joined: July 21st, 2006, 6:13 am
Posts: 558
Code:
Gui, +ToolWindow
Gui, Add, Button, , About
Gui, Add, Button, wp hp ym, Ok
Gui, Show, w110 h35
Return

ButtonOk:
MsgBox, You pressed the Ok button
Return

ButtonAbout:
Run, www.autohotkey.com
Return

GuiClose:
ExitApp

_________________

HTH...


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 9th, 2009, 12:47 am 
Offline

Joined: April 8th, 2009, 6:58 am
Posts: 6
Ok ty. Ill try and learn GUI now.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: BrandonHotkey, Exabot [Bot], notsoobvious and 23 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group