AutoHotkey Community

It is currently May 22nd, 2012, 12:54 pm

All times are UTC [ DST ]


Search found 12 matches
Search these results:

Author Message

 Forum: Scripts   Topic: My first GUI app(Calculator v1.0)

Posted: December 2nd, 2008, 3:24 pm 

Replies: 7
Views: 1383


Fendaril: Actually you can make a simple script that requests imput form the user in the SAME Gui. That input could be transferred to a function that uses WinActivate to activate the sepcified window.

Code:
WinActive %uInput%


something like this could "help"

 Forum: Scripts   Topic: My first GUI app(Calculator v1.0)

Posted: December 1st, 2008, 2:28 pm 

Replies: 7
Views: 1383


What I would do is do something like send the key for every butto pressed.

like

Code:
ButtonSpace:
Send{Space}
return


of course im a noob and wouldnt know EXACTLY how to do it efficiently

 Forum: Scripts   Topic: My first GUI app(Calculator v1.0)

Posted: November 25th, 2008, 2:43 pm 

Replies: 7
Views: 1383


Thanks for your response fry. A calc is the only thing I was able to think of at that moment and im relatively new to AHK and these forums.

May I ask your advice on what type of GUI I should make?

I sort of ran out of ideas. :shock:

 Forum: Offtopic   Topic: New to forums

Posted: November 24th, 2008, 3:27 pm 

Replies: 9
Views: 901


I am surprised that nobody took a look at my calculator at the script & Functions section.Im hurt. :oops:

 Forum: Scripts   Topic: My first GUI app(Calculator v1.0)

Posted: November 24th, 2008, 12:23 pm 

Replies: 7
Views: 1383


I might update this to my needs.Enjoy guys. SplashTextOn,100,100,,Welcome to Fendaril's Calculator Sleep 4000 SplashTextOff DivNumbers(X,Y) { Sum:= X / Y MsgBox %Sum% } MulNumbers(X,Y) { Sum:= X * Y MsgBox %Sum% } subnumbers(X,Y) { Sum:= X - Y MsgBox ...

 Forum: Offtopic   Topic: New to forums

Posted: November 22nd, 2008, 3:47 am 

Replies: 9
Views: 901


very little. I am still learning. I suck at it.

Sorry my log-in messed up

 Forum: Offtopic   Topic: New to forums

Posted: November 21st, 2008, 3:56 pm 

Replies: 9
Views: 901


ok

 Forum: Offtopic   Topic: [Show off] Autohotkey Eye candy

Posted: November 21st, 2008, 3:55 pm 

Replies: 22
Views: 2955


How do i learn to make eye candy?

 Forum: Offtopic   Topic: AHK Development Halted?

Posted: November 21st, 2008, 3:30 pm 

Replies: 20
Views: 3963


Yeah i agree with the other guy. Even if the "official releases" of ahk stop somebody who knows just as much as chris will attmept to jolt its development.

 Forum: Offtopic   Topic: [Show off] Autohotkey Eye candy

Posted: November 21st, 2008, 3:18 pm 

Replies: 22
Views: 2955


where can I learn to make this eye candy?

 Forum: Offtopic   Topic: New to forums

 Post subject: New to forums
Posted: November 21st, 2008, 2:41 pm 

Replies: 9
Views: 901


Hi everyone. My name is Fendaril and Im almost 16 years old.(15 now). Trying to learn about ahk and etc. Just introducing myself.

 Forum: Offtopic   Topic: lets talk about xbox360 update failure =D

Posted: November 21st, 2008, 2:40 pm 

Replies: 6
Views: 1234


If xbox360_ErrorCode = E81 { If MindState=Angry { XboxDestroy() } Else If MindState=Calm { TryToRepair(How) If How=DontKnow BuyANewOne(HaveMoney) Else If HaveMoney=No GoHomeAndCry() } } Else { MsgBox, Playing games is fun thing to do! } that is some killer psuedo code buddy.
Sort by:  
Page 1 of 1 [ Search found 12 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group