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 134 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Windows Vista/7 UAC is blocking Send keystrokes :\ Help!
Firewolf91

Replies: 6
Views: 260

PostForum: Ask for Help   Posted: Wed Aug 03, 2011 1:35 pm   Subject: Windows Vista/7 UAC is blocking Send keystrokes :\ Help!
Hmmm, I will have to try WinMenuSelectItem again. Before anyone had posted replies, I found that command and tried it....hoping I could close my help request before anyone replied. Wink
I tested it on ...
  Topic: Mouse Event DLL Call Works On Windows XP But Not Windows 7
Firewolf91

Replies: 7
Views: 275

PostForum: Ask for Help   Posted: Tue Aug 02, 2011 3:53 pm   Subject: Mouse Event DLL Call Works On Windows XP But Not Windows 7
Is UAC turned on? If so, turning it off would be a step to try if you can.

I just made a post asking how to get around Send commands not working when UAC is turned ON because I need it to be on.
...
  Topic: Windows Vista/7 UAC is blocking Send keystrokes :\ Help!
Firewolf91

Replies: 6
Views: 260

PostForum: Ask for Help   Posted: Tue Aug 02, 2011 3:40 pm   Subject: Windows Vista/7 UAC is blocking Send keystrokes :\ Help!
I know there were a few posts on this already, but most of the solutions were to "turn off UAC". I cannot do that in my work environment, unfortunately.

I have a script that is launching ...
  Topic: Is it possible to read Outlook Exchange Calendar?
Firewolf91

Replies: 5
Views: 2380

PostForum: Ask for Help   Posted: Fri Jan 02, 2009 6:45 pm   Subject: Is it possible to read Outlook Exchange Calendar?
Ok, I know it's possible to export as an ICS file, but not sure if Outlook 2003 does it? All I saw was import ICS file, no export. Under Calendar, "Save as web page" was the only option - ...
  Topic: Is it possible to read Outlook Exchange Calendar?
Firewolf91

Replies: 5
Views: 2380

PostForum: Ask for Help   Posted: Wed Dec 31, 2008 7:48 pm   Subject: Is it possible to read Outlook Exchange Calendar?
I will definitely look into that, thanks for the reply!
  Topic: Is it possible to read Outlook Exchange Calendar?
Firewolf91

Replies: 5
Views: 2380

PostForum: Ask for Help   Posted: Wed Dec 31, 2008 7:05 pm   Subject: Is it possible to read Outlook Exchange Calendar?
I'm assuming I might have to use COM objects (and learn how to use them) to accomplish what I'm asking here. Since I don't really know much on COM objects, I'm not sure if that's what is needed here.
  Topic: Is it possible to read Outlook Exchange Calendar?
Firewolf91

Replies: 5
Views: 2380

PostForum: Ask for Help   Posted: Wed Dec 31, 2008 6:33 pm   Subject: Is it possible to read Outlook Exchange Calendar?
I did a couple quick searches and did not see anything on this...We use Outlook 2003.

I have an application I'm working on at work that randomly generates assignments each day to my team of 16 peop ...
  Topic: [Live Chat] Instant AutoHotkey help! Just add water...
Firewolf91

Replies: 96
Views: 70109

PostForum: Ask for Help   Posted: Wed May 21, 2008 4:18 pm   Subject: [Live Chat] Instant AutoHotkey help! Just add water...
Unfortunately, my boss has decided that programming isn't worthwhile anymore and has me doing "more important" things. >,<

if i get time to work on stuff at home, i'd love to jump ...
  Topic: ExitApp not working
Firewolf91

Replies: 3
Views: 579

PostForum: Ask for Help   Posted: Fri Apr 11, 2008 3:12 pm   Subject: ExitApp not working
does the error continuously pop up forever? or only for a certain amount of time or popups?

you could have it loop with a sleep of around 100 that detects when the popup exists, then closes it aft ...
  Topic: Want to write a script for money?
Firewolf91

Replies: 6
Views: 860

PostForum: Ask for Help   Posted: Mon Apr 07, 2008 4:31 pm   Subject: Want to write a script for money?
one other thing that might be helpful is the site that you play on.

if there are scripts for other sites that work on those specific sites, but not on the one you need it for...it has to be written ...
  Topic: How do I watch for any of multiple windows then send Enter?
Firewolf91

Replies: 3
Views: 586

PostForum: Ask for Help   Posted: Tue Mar 18, 2008 5:29 pm   Subject: How do I watch for any of multiple windows then send Enter?
yea without a sleep in that loop, its like a hamster on speed running in a wheel and the loop is the wheel.
lots and lots of cycles per second. lots. hense high cpu.
  Topic: detecting printer activity/progress/reporting
Firewolf91

Replies: 1
Views: 576

PostForum: Ask for Help   Posted: Tue Mar 18, 2008 3:14 pm   Subject: detecting printer activity/progress/reporting
if i'm not clear, not specific enough, or just barking up an empty tree (trying to do something that isn't possible), please say exactly that so i can try another route or clear up my explanation.

...
  Topic: detecting printer activity/progress/reporting
Firewolf91

Replies: 1
Views: 576

PostForum: Ask for Help   Posted: Mon Mar 17, 2008 5:43 pm   Subject: detecting printer activity/progress/reporting
I want to write a script for not only use here at the office, but also anyone else that does the work we do, to detect printer status.

These are disc printers (Rimage is one of the largest producer ...
  Topic: Help canceling a input box
Firewolf91

Replies: 5
Views: 630

PostForum: Ask for Help   Posted: Mon Mar 17, 2008 3:32 pm   Subject: Help canceling a input box
what hugov said.

the code (3 lines) under the ELSE will probably need to be enclosed in { } if not used like i have above.
the reason i didn't have braces was because if cancel was pressed, it exi ...
  Topic: Help canceling a input box
Firewolf91

Replies: 5
Views: 630

PostForum: Ask for Help   Posted: Mon Mar 17, 2008 1:58 pm   Subject: Help canceling a input box
did u want to exit the script on cancel?
or just exit the input box and return to something else?

if you'd like to exit the script on cancel, then:
ButtonCancel:
ExitApp

this should work ...
 
Page 1 of 9 Goto page 1, 2, 3, 4, 5, 6, 7, 8, 9  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group