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 36 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Exiting a window with a variable name...
Maelgwyn

Replies: 1
Views: 244

PostForum: Ask for Help   Posted: Mon May 15, 2006 10:02 am   Subject: Exiting a window with a variable name...
I have a GUI which creates an inputbox named according to a text file. Is there a neat way to delete this input box while leaving the GUI open?
  Topic: Checkbox makes Edit ReadOnly [Solved]
Maelgwyn

Replies: 2
Views: 309

PostForum: Ask for Help   Posted: Mon May 15, 2006 8:46 am   Subject: Checkbox makes Edit ReadOnly [Solved]
Thank you very much PhiLho, this does the trick.
  Topic: Checkbox makes Edit ReadOnly [Solved]
Maelgwyn

Replies: 2
Views: 309

PostForum: Ask for Help   Posted: Sun May 14, 2006 8:10 am   Subject: Checkbox makes Edit ReadOnly [Solved]
Hey,

Is it possible to have it so that when the user clicks on a Checkbox, the Edit in the same GUI is made ReadOnly. Something like:


Gui, Add, Edit, v1
Gui, Add, Checkbox, gSubmit, Readonly ...
  Topic: Edit Box in Refreshing GUI
Maelgwyn

Replies: 7
Views: 367

PostForum: Ask for Help   Posted: Sat Mar 04, 2006 10:53 pm   Subject: Edit Box in Refreshing GUI
Is Ctrl-End supposed to take you to the bottom of the Edit? I don't think it works. I'll clarify for your sake Peter. I have an edit that I continually append text into. Eventually it fills up and the ...
  Topic: Edit Box in Refreshing GUI
Maelgwyn

Replies: 7
Views: 367

PostForum: Ask for Help   Posted: Sat Mar 04, 2006 10:49 pm   Subject: Edit Box in Refreshing GUI
Thanks for the quick reply, thats a good workaround.
  Topic: yay 2 scrips can now talk over tcpip!
Maelgwyn

Replies: 19
Views: 4682

PostForum: Scripts & Functions   Posted: Sat Mar 04, 2006 10:32 pm   Subject: yay 2 scrips can now talk over tcpip!
I got it to work using a MsgBox. The only problem was that the msgbox wasn't filled. What is the variable, %1% in caller.exe and what do I have to change in command.txt to fill it.
  Topic: Edit Box in Refreshing GUI
Maelgwyn

Replies: 7
Views: 367

PostForum: Ask for Help   Posted: Sat Mar 04, 2006 10:14 pm   Subject: Edit Box in Refreshing GUI
Hi, I have a GUI which is constantly refreshing itself...

When the GUI is refreshed, the EditBox scrolls back to the top. This is particularly annoying and I can't really find a way to overcome it ...
  Topic: yay 2 scrips can now talk over tcpip!
Maelgwyn

Replies: 19
Views: 4682

PostForum: Scripts & Functions   Posted: Wed Feb 22, 2006 8:53 am   Subject: yay 2 scrips can now talk over tcpip!
I had another play around but still couldn't work it out.
  Topic: Messenger Program (Possibly using DLLCall or WinSock)
Maelgwyn

Replies: 10
Views: 4054

PostForum: Ask for Help   Posted: Mon Feb 20, 2006 9:11 am   Subject: Messenger Program (Possibly using DLLCall or WinSock)
I tried the response in Scripts and Functions, "yay! Two scripts can now talk using Tc/Icp". I didnt ever work it out so ill just finish this on that post. Thanks for you help.
  Topic: QWERTY remapped as DVORAK
Maelgwyn

Replies: 9
Views: 3764

PostForum: Scripts & Functions   Posted: Sun Feb 19, 2006 7:18 am   Subject: QWERTY remapped as DVORAK
Hmm... well I re-arranged an old keyboard and rewrote the script:


*q::Send, '
+q::Send, {"}
*w::Send, ,
+w::Send, {<}
*e::S ...
  Topic: yay 2 scrips can now talk over tcpip!
Maelgwyn

Replies: 19
Views: 4682

PostForum: Scripts & Functions   Posted: Sun Feb 19, 2006 5:22 am   Subject: yay 2 scrips can now talk over tcpip!
So once the ports are open... how do I SendMessage to the other comp?

This is what I have for my sendmessage:


SendMessage, 0xC, 0, &chat, Edit4, CC3.ahk


And CC3.AHK is on the other co ...
  Topic: yay 2 scrips can now talk over tcpip!
Maelgwyn

Replies: 19
Views: 4682

PostForum: Scripts & Functions   Posted: Sat Feb 18, 2006 11:10 pm   Subject: yay 2 scrips can now talk over tcpip!
That appears to be working. So i would create a script on computer A and somehow have computer B send a message using PostMessage or SendMessage?
  Topic: yay 2 scrips can now talk over tcpip!
Maelgwyn

Replies: 19
Views: 4682

PostForum: Scripts & Functions   Posted: Sat Feb 18, 2006 12:25 pm   Subject: yay 2 scrips can now talk over tcpip!
That is a very nice little script... However, the message, 'No port[s] to connect to' still appears.

Do I have to open or create them somehow?

Thanks again,

Mael.
  Topic: TAB as a variable? (Newbie)
Maelgwyn

Replies: 4
Views: 534

PostForum: Ask for Help   Posted: Sat Feb 18, 2006 7:26 am   Subject: TAB as a variable? (Newbie)
I'm hardly an expert but I'll do what I can.

Yes you do need a loop. To set one up is simple.



TabVar = 15 ;Sets a variable called tabvar to 15

Loop ;Starts your loop ...
  Topic: QWERTY remapped as DVORAK
Maelgwyn

Replies: 9
Views: 3764

PostForum: Scripts & Functions   Posted: Sat Feb 18, 2006 7:15 am   Subject: QWERTY remapped as DVORAK
Whipped this small script together when I decided I wanted to learn to type on a DVORAK keyboard, but didn't want to order one through the net.

I hope it helps somebody. Just a note, I put little s ...
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group