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 

:: SmartGUI Creator ::
Goto page Previous  1, 2, 3 ... , 37, 38, 39  Next
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
evan
Guest





PostPosted: Thu Jun 21, 2007 3:09 am    Post subject: Reply with quote

hi, i have a quick question about putting an image inside a program
when i start the program, it will show an image "SmartGUI Creator"
how do u do that?
i checked through ur script, i didnt find any Hex codes, or website link
i have been searched through the forum, and most people either have that picture file separate in the folder or using hex
Back to top
Rajat



Joined: 28 Mar 2004
Posts: 1715

PostPosted: Fri Jun 22, 2007 5:30 am    Post subject: Reply with quote

i FileInstall the image to temp folder. simple.
_________________
Back to top
View user's profile Send private message
ggoom



Joined: 05 Jul 2007
Posts: 1

PostPosted: Thu Jul 05, 2007 4:52 am    Post subject: newbie question Reply with quote

I have a question, possible dumb one, to ask. I have my own C programs doing data analysis with different parameters. I am using my over 20 year old knowledge: straightforward C programming in one file. I compile programs multiple times with different parameters or use DOS console to input parameters. I now need to share some programs with my colleagues and want to have GUI. I searched webs for an easier way to do this and finally reached to this forum, although I am not sure whether SGUI is the right one yet.

Again, what I need is GUI where I can input some parameters and transfer them to my program. It seems I can do something like

ButtonOK:
Run, MyProgram.exe
Return

But, how would I make MyProgram.exe recognize parameters I set up in the SGUI? If this is not possible, any other suggestions would be greatly appreciated.
Back to top
View user's profile Send private message
Rajat



Joined: 28 Mar 2004
Posts: 1715

PostPosted: Thu Jul 05, 2007 5:53 am    Post subject: Reply with quote

this is how you can do it

Code:
Gui, Add, Edit, x66 y17 w250 h20 vParam,
Gui, Add, Text, x6 y17 w60 h20 , Param
Gui, Add, Button, x106 y47 w100 h20 , Ok
; Generated using SmartGUI Creator 4.0
Gui, Show, x165 y91 h85 w328, New GUI Window
Return

GuiClose:
ExitApp

ButtonOk:
Gui, Submit
Run, myprogram.exe %param%
Return



go through ahk help file... its easy.
_________________
Back to top
View user's profile Send private message
prabhu



Joined: 28 Jun 2007
Posts: 1

PostPosted: Tue Jul 10, 2007 7:39 am    Post subject: Recording mouse scroll Reply with quote

Hi All,
I know how to record mouse clicks. But any body know how to record the mouse scroll Sad . I need to automate testing. So if any body know please let me know.

Regrads
Prabhu
Back to top
View user's profile Send private message Send e-mail
aaffe



Joined: 17 May 2007
Posts: 66

PostPosted: Tue Jul 17, 2007 3:39 pm    Post subject: new SmartGui-Creator V5.0? Reply with quote

Hallo Rajat,
will there ever be a newer version of Smartgui-Creator?


Last edited by aaffe on Tue Sep 11, 2007 12:34 pm; edited 1 time in total
Back to top
View user's profile Send private message
Rajat



Joined: 28 Mar 2004
Posts: 1715

PostPosted: Tue Jul 17, 2007 9:44 pm    Post subject: Re: new SmartGui-Creator V5.0? Reply with quote

aaffe wrote:
Hallo Rajat,
will there ever be a newer version of Smartgui-Creator?

though i'd made plans to work on it, it seems a bit unlikely now that the Lil'Builder project is coming up nicely.
_________________
Back to top
View user's profile Send private message
I
Guest





PostPosted: Wed Aug 15, 2007 6:26 pm    Post subject: Reply with quote

Can you add TreeView ?
Back to top
Ian



Joined: 15 Jul 2007
Posts: 1077
Location: Enterprise, Alabama

PostPosted: Fri Aug 17, 2007 12:00 am    Post subject: Reply with quote

There is tree view...Click here for tree view.
_________________
1,000 Posts achieved on Saturday April 26, 2008 1:45 am
Back to top
View user's profile Send private message
feejo



Joined: 16 Jun 2007
Posts: 245

PostPosted: Sun Sep 02, 2007 8:07 pm    Post subject: Reply with quote

It could be inproved by being able to create Radio Group.
Back to top
View user's profile Send private message
Superfraggle



Joined: 02 Nov 2004
Posts: 753
Location: London, UK

PostPosted: Sun Sep 02, 2007 9:38 pm    Post subject: Reply with quote

You already can, if you add more than one radio button it will automatically create a radio group.

If you then add another control then start adding more radio buttons it will start a new group.
_________________
Steve F AKA Superfraggle

http://r.yuwie.com/superfraggle
Back to top
View user's profile Send private message MSN Messenger
feejo



Joined: 16 Jun 2007
Posts: 245

PostPosted: Mon Sep 03, 2007 9:18 pm    Post subject: Reply with quote

Would be good to have Gui,Menu posible to create with your software.
Back to top
View user's profile Send private message
Ian



Joined: 15 Jul 2007
Posts: 1077
Location: Enterprise, Alabama

PostPosted: Tue Sep 04, 2007 12:38 am    Post subject: Reply with quote

I can make you a program to make a menu. Gimme like 20 mins.
_________________
1,000 Posts achieved on Saturday April 26, 2008 1:45 am
Back to top
View user's profile Send private message
vaibhav
Guest





PostPosted: Wed Sep 05, 2007 4:31 pm    Post subject: Smart GUI Creater Reply with quote

i am getting this response on trying to download
This request is blocked by the SonicWALL Gateway Anti-Virus Service. Name: Agent.194073 (Trojan)
Back to top
engunneer



Joined: 30 Aug 2005
Posts: 5957
Location: Pacific Northwest, US

PostPosted: Wed Sep 05, 2007 7:58 pm    Post subject: Reply with quote

disable your antivirus for this one.

Please read to the threads linked here:
http://www.autohotkey.com/forum/viewtopic.php?p=140027#140027
(there is one post in that thread about viruses).
_________________
Unless otherwise noted, all code is untested.
Common Answers: 1.(Loops, Viruses, etc.) 2. Search 3.RTFM
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2, 3 ... , 37, 38, 39  Next
Page 38 of 39

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group