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 75 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Using variables in Regular Expressions
wildfire

Replies: 2
Views: 139

PostForum: Ask for Help   Posted: Mon Jan 28, 2008 9:20 pm   Subject: Using variables in Regular Expressions
Yeah, I figured out that it was something else that was wrong... THanks
  Topic: Using variables in Regular Expressions
wildfire

Replies: 2
Views: 139

PostForum: Ask for Help   Posted: Mon Jan 28, 2008 7:38 pm   Subject: Using variables in Regular Expressions
Hello, I am trying to make a script where the user can input a name via the input command and then the script will check to see if a window with that name is open. I have a setup kind of like this:
& ...
  Topic: Help getting text from the Yahoo Messenger Control
wildfire

Replies: 0
Views: 199

PostForum: Ask for Help   Posted: Wed Dec 19, 2007 3:48 am   Subject: Help getting text from the Yahoo Messenger Control
Hello all, I am making a program that involves reading text from the Yahoo Messenger chat window. I can send text to the send control just fine, but reading what is sent back by other people is the pr ...
  Topic: Anyone know C#?
wildfire

Replies: 5
Views: 219

PostForum: Ask for Help   Posted: Fri Dec 14, 2007 7:09 pm   Subject: Anyone know C#?
Ok, I have isolated the problem, which is as I suspected dealing with the GetPlayerID function not working. The array solution you gave works like a charm Titan, thanks for that. I found this by using ...
  Topic: Anyone know C#?
wildfire

Replies: 5
Views: 219

PostForum: Ask for Help   Posted: Fri Dec 14, 2007 6:57 pm   Subject: Anyone know C#?
Thanks for the reply, Titan. I see now how to implement the array function, and I think your code will work, but I've hit another snag... The index that needs to be passed to the function is the playe ...
  Topic: Anyone know C#?
wildfire

Replies: 5
Views: 219

PostForum: Ask for Help   Posted: Fri Dec 14, 2007 4:28 pm   Subject: Anyone know C#?
What I'm looking for is a function that is in an external .DLL, thus the dllimport. I think I would do this something like this in AHK:playerName := DllCall("GetPCName( int index, voi ...
  Topic: Anyone know C#?
wildfire

Replies: 5
Views: 219

PostForum: Ask for Help   Posted: Fri Dec 14, 2007 4:16 pm   Subject: Anyone know C#?
Ok, I was wondering if anyone who knows C# well could help me convert this script. What i need to do is pass an array of some sort to the function GetPCName. I found an example of how to do this in C# ...
  Topic: How to use functions from an external .dll file
wildfire

Replies: 0
Views: 358

PostForum: Ask for Help   Posted: Fri Dec 14, 2007 5:49 am   Subject: How to use functions from an external .dll file
Hello, I have a question about using functions from an external .dll file. As I understand it, I would have to load the library first, then call the functions. Basically it is late, and I have searche ...
  Topic: Make a loop stop
wildfire

Replies: 4
Views: 165

PostForum: Ask for Help   Posted: Tue Dec 11, 2007 10:40 pm   Subject: Make a loop stop
Thanks, that worked^^
  Topic: Make a loop stop
wildfire

Replies: 4
Views: 165

PostForum: Ask for Help   Posted: Tue Dec 11, 2007 5:16 pm   Subject: Make a loop stop
Hello, I was looking for some new ideas for this. I made a script that has a loop, and the loop is started when I press F9. I want to be able to stop the loop when I press F9 as well, but it isn't goi ...
  Topic: Assign a value to a variable from DllCall
wildfire

Replies: 5
Views: 305

PostForum: Ask for Help   Posted: Tue Oct 02, 2007 2:12 am   Subject: Assign a value to a variable from DllCall
Nevermind, I got it to work, after I added the initiate line. Here is the code now, but I am still confused as to the use of the first thing I did. Do I have to load it before hand, and is the code I' ...
  Topic: Assign a value to a variable from DllCall
wildfire

Replies: 5
Views: 305

PostForum: Ask for Help   Posted: Tue Oct 02, 2007 2:05 am   Subject: Assign a value to a variable from DllCall
YMP thanks for the advice, that seems to be making some progress, but it still won't return the variable that I need. I played around and tried a few other things, and I thought maybe I should load th ...
  Topic: Assign a value to a variable from DllCall
wildfire

Replies: 5
Views: 305

PostForum: Ask for Help   Posted: Sat Sep 29, 2007 5:21 pm   Subject: Assign a value to a variable from DllCall
Hello, hopefully this one isn't so hard to answer. I am trying to get a variable from a dll. I have tried this code, Result := DllCall("FFACE.dll\GetPlayerHP","int",playerH ...
  Topic: #Include doesn't work with compiled scripts?
wildfire

Replies: 17
Views: 1392

PostForum: Ask for Help   Posted: Fri Sep 02, 2005 5:17 pm   Subject: #Include doesn't work with compiled scripts?
So he simulates a hotstring by checking the user's input against a list of variables, then performs the selected action?. This would work ok I think, but it seems sort of slow to me...

Also, the us ...
  Topic: Input and Send
wildfire

Replies: 13
Views: 570

PostForum: Ask for Help   Posted: Fri Sep 02, 2005 5:12 pm   Subject: Input and Send
I think the problem is that Input is catching the backspaces as actual characters, rather than replacing the text behind it. Example:

:B0://test::
Input, varName,V, {Enter ...
 
Page 1 of 5 Goto page 1, 2, 3, 4, 5  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group