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 7 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Hotstring vs. Hotkey
Dave-X

Replies: 1
Views: 184

PostForum: Ask for Help   Posted: Tue Jan 19, 2010 7:50 am   Subject: Hotstring vs. Hotkey
I am seeing that hotstring activated mode such as :*:.f:: does not work, but hotkey mode activated such as F1:: does work.

So how can I have it hotstring activated?
  Topic: Hotstring vs. Hotkey
Dave-X

Replies: 1
Views: 184

PostForum: Ask for Help   Posted: Tue Jan 19, 2010 7:42 am   Subject: Hotstring vs. Hotkey
Hello, I am having trouble creating a simple script. I wanted a window to enter a filename, uncheck a checkbox, then click save for me.

I ran into a problem with ControlClick and IfWinActive.

I ...
  Topic: Simple Question About Using Send & Modifiers
Dave-X

Replies: 1
Views: 68

PostForum: Ask for Help   Posted: Tue Oct 27, 2009 12:58 am   Subject: Simple Question About Using Send & Modifiers
Adding this...

Also I just noticed that without the modifier, I can still fire the hot key with any other key pressed, is Shift some kind of exception to the rule?
  Topic: Simple Question About Using Send & Modifiers
Dave-X

Replies: 1
Views: 68

PostForum: Ask for Help   Posted: Tue Oct 27, 2009 12:56 am   Subject: Simple Question About Using Send & Modifiers
In a game there are machine guns! I wanted to add single-fire ability to these weapons so I write something very simple. The LButton is fire weapon.

*XButton2::
{
Send {LButt ...
  Topic: DLLCall & Visual Basic.NET
Dave-X

Replies: 7
Views: 371

PostForum: Ask for Help   Posted: Sat Oct 24, 2009 9:33 pm   Subject: DLLCall & Visual Basic.NET
No, it's x64 running on x64. Also, I managed to get a -2 error now, using the &String, which is "The return type or one of the specified arg types is invalid. This error can also be caused b ...
  Topic: DLLCall & Visual Basic.NET
Dave-X

Replies: 7
Views: 371

PostForum: Ask for Help   Posted: Sat Oct 24, 2009 8:01 pm   Subject: DLLCall & Visual Basic.NET
Same results. It still fails to even find the function in the DLL, it's as if it's not there. So it's not actually executing any code. Either my syntax is wrong, I'm writing the DLL wrong. Maybe i ...
  Topic: DLLCall & Visual Basic.NET
Dave-X

Replies: 7
Views: 371

PostForum: Ask for Help   Posted: Sat Oct 24, 2009 7:11 pm   Subject: DLLCall & Visual Basic.NET
I wrote a very simple DLL in Visual Basic.NET with one single function to return the string it receives to all uppercase.

The VB.Net DLL code is:

Public Class Engine
Function Test(ByVal ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group