AutoHotkey Community

It is currently May 23rd, 2012, 5:44 am

All times are UTC [ DST ]


Search found 151 matches
Search these results:

Author Message

 Forum: Support   Topic: AHK insists on admin mode, all the time

 Post subject: Compact Layer
Posted: March 6th, 2012, 1:34 pm 

Replies: 4
Views: 128


It returns:

VistaSetup RunAsAdmin ElevateCreateProcess

 Forum: Support   Topic: AHK insists on admin mode, all the time

 Post subject: It's not UA Control
Posted: March 6th, 2012, 6:17 am 

Replies: 4
Views: 128


I do not believe it is NT security question. The test message script requires admin mode which was not requested 48 hours ago. That script should run in a sandbox with no problem. I've not upgraded the OS.

 Forum: Support   Topic: Hotkey in Ragnarok for Champion

 Post subject: Help?
Posted: March 6th, 2012, 3:28 am 

Replies: 2
Views: 232


So what is the question? Based on looking at the code, it probably wouldn't work. [1] Sending keys does not require braces {}. So you are sending {D} and not the desired D. [2] Click means click where the mouse pointer is as you've not told it where to click. So it's clicking where you do not wish i...

 Forum: Support   Topic: AHK insists on admin mode, all the time

Posted: March 6th, 2012, 1:58 am 

Replies: 4
Views: 128


Good morning! I was doing some coding last night and I know I did something wrong, just not sure what. Every script now insists on running in admin mode. How do I get it to run "normally"? What probably caused it? I was working and testing the FileCreateShortcut command and discovered that...

 Forum: Support   Topic: Search for a file on a disk

 Post subject: Sample Code
Posted: March 2nd, 2012, 12:40 am 

Replies: 9
Views: 245


That sounds like a nice idea. I like working sample codes so I study them, analyze them, and eventually make my own programs.

 Forum: Support   Topic: Search for a file on a disk

 Post subject: Thank you
Posted: February 29th, 2012, 4:35 am 

Replies: 9
Views: 245


Thank you both for the advice. I had a feeling there was a relatively simple way to do this and as usual, it is a command that I was unaware existed. I look at these problems as exercises because I like to be able to understand and write my code instead of cut/paste and hope I can get it to work. I'...

 Forum: Support   Topic: Search for a file on a disk

 Post subject: Search for a file on a disk
Posted: February 28th, 2012, 3:17 am 

Replies: 9
Views: 245


I have a box of CD's. There is a file on one of them that I wish to get. I know the name of the file, but not where on the CD it is or even which CD. How can I find it? Yes, I know I can use Win-F and try it for each CD. But I'm also looking at this as an exercise and can expand its capabilities onc...

 Forum: Support   Topic: On screen message flash

 Post subject: Countdown timer
Posted: February 19th, 2012, 7:00 am 

Replies: 2
Views: 89


It's definitely do-able. I did something similar for a friend who wanted a spell to be cast immediately after its cool down period. You might need to remap the keys, if possible, so that SHIFT-4 instead of 4 activates your spell. Then, on pressing 4, the game sends a SHIFT-4, activating your ability...

 Forum: Support   Topic: Weird crashing when compiled.

Posted: February 2nd, 2012, 7:32 am 

Replies: 1
Views: 85


Good morning! I'm working on a script which has a routine which tests to see if the user is running as an administrator or not and if not, elevate itself to that ends. The script is the one found in the manual. (Which I have no idea how this works.) if not A_IsAdmin { DllCall("shell32\...

 Forum: Support   Topic: What is the default GUI Font and Size?

 Post subject: More font problems
Posted: January 24th, 2012, 1:45 am 

Replies: 3
Views: 299


Odlanir: The script on the link you've given me gives me identical results on Windows 7 and on XP: MS Shell Dlg at an 8 size. JSLover: Good advice, which I will be using.. I also know the script I've posted isn't the most efficient. I know some of the experts here can do the same things in 6 lines o...

 Forum: Support   Topic: How to handle multiple timers?

 Post subject: Set Timer
Posted: January 24th, 2012, 12:44 am 

Replies: 2
Views: 98


Try using SetTimer

 Forum: Support   Topic: What is the default GUI Font and Size?

Posted: January 23rd, 2012, 7:07 am 

Replies: 3
Views: 299


Good morning! I'm trying to find out the default size and font used by AHK. I've not found an answer searching the forums. On my Windows 7 machine, I get Segoe UI 9 as my default font and size, which of course if not listed in the font table of AHK. Hence, why I am asking the question. Why am I aski...

 Forum: Support   Topic: Which areas of the registry are user-independent?

 Post subject: File Streams
Posted: January 10th, 2012, 3:49 am 

Replies: 6
Views: 296


It is an interesting thought to say the least and one I will be investigating in the future. That said, it requires NTFS and I am unwilling to make the assumption that every computer I run my scripts on will be NTFS. The ini file is interesting. I've used it on some of my scripts but it isn't going ...

 Forum: Support   Topic: Which areas of the registry are user-independent?

 Post subject: 64 bit vs 32 bit
Posted: January 9th, 2012, 5:15 am 

Replies: 6
Views: 296


I'm not running a 64-bit version of Windows. I agree, it makes no sense. An anomaly which leads me to believe the user name changes... If you do a drivecount line, you get a certain number of drives. But if you have a network drive, and run a compiled script in administrator mode, the network drive ...

 Forum: Support   Topic: Which areas of the registry are user-independent?

 Post subject: registry
Posted: January 9th, 2012, 12:37 am 

Replies: 6
Views: 296


That's what I thought I did. I thought I placed it where it did not matter who the user is.

Hence, why I am asking.
Sort by:  
Page 1 of 11 [ Search found 151 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group