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 131 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Is it possible to read Outlook Exchange Calendar?
Firewolf91

Replies: 5
Views: 1013

PostForum: Ask for Help   Posted: Fri Jan 02, 2009 7: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: 1013

PostForum: Ask for Help   Posted: Wed Dec 31, 2008 8: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: 1013

PostForum: Ask for Help   Posted: Wed Dec 31, 2008 8: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: 1013

PostForum: Ask for Help   Posted: Wed Dec 31, 2008 7: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: 67
Views: 39295

PostForum: Ask for Help   Posted: Wed May 21, 2008 5: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: 390

PostForum: Ask for Help   Posted: Fri Apr 11, 2008 4: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: 629

PostForum: Ask for Help   Posted: Mon Apr 07, 2008 5: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: 379

PostForum: Ask for Help   Posted: Tue Mar 18, 2008 6: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: 374

PostForum: Ask for Help   Posted: Tue Mar 18, 2008 4: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: 374

PostForum: Ask for Help   Posted: Mon Mar 17, 2008 6: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: 396

PostForum: Ask for Help   Posted: Mon Mar 17, 2008 4: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: 396

PostForum: Ask for Help   Posted: Mon Mar 17, 2008 2: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 ...
  Topic: expressions with a semicolon ; [Solved]
Firewolf91

Replies: 3
Views: 431

PostForum: Ask for Help   Posted: Tue Mar 04, 2008 9:59 pm   Subject: expressions with a semicolon ; [Solved]
thanks both of you...brain is fried from 3 people in my office asking me to do random stuff non-stop, so i've had like 1 min(at the most) at any given time to "think" or at least collect my ...
  Topic: expressions with a semicolon ; [Solved]
Firewolf91

Replies: 3
Views: 431

PostForum: Ask for Help   Posted: Tue Mar 04, 2008 9:20 pm   Subject: expressions with a semicolon ; [Solved]
I'm trying to search a string for a semicolon and the syntax i'm using obviously doesn't work.
here's the INCORRECT code:
IfInString, emailadd,;
{
epos := InStr(emailadd,`;,CaseSensit ...
  Topic: Is the AutoHotkey program compatible with Vista?
Firewolf91

Replies: 5
Views: 505

PostForum: Ask for Help   Posted: Tue Mar 04, 2008 3:59 pm   Subject: Is the AutoHotkey program compatible with Vista?
i've had better luck with my scripts working on vista than other OS's...
but that's probably because i'm programming on it, so constant testing is on vista, periodic/occasional is on xp. Very Happy
 
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