AutoHotkey Community

It is currently May 27th, 2012, 10:31 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: October 8th, 2007, 7:32 am 
how do i make a new gui SEPERATE from the existing one, e.g. not having to use gui destroy, or having to losre the original gui lost?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: October 8th, 2007, 7:57 am 
Offline

Joined: May 11th, 2007, 1:08 pm
Posts: 26
If I understood you, you need this:
Code:
Gui, Add...
.
.
.
Gui, 2: Add, ...
.
.
.
Gui, 3: Add...
.
.
.
etc...

Please check http://www.autohotkey.com/docs/commands/Gui.htm#MultiWin for more detials.

_________________
dA Profile


Report this post
Top
 Profile  
Reply with quote  
 Post subject: ty
PostPosted: October 8th, 2007, 8:54 am 
thanks, i actually dug into the chtm and found it, but thanks a heap!


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot], BrandonHotkey, chaosad, robotkoer, Yahoo [Bot] and 73 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