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 505 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Auto login to a webpage
neXt

Replies: 10
Views: 239

PostForum: Ask for Help   Posted: Sun Feb 12, 2012 8:19 pm   Subject: Auto login to a webpage
Anyone? Sad
  Topic: How to break out of an infinite loop in autohotkey ?
neXt

Replies: 3
Views: 76

PostForum: Ask for Help   Posted: Sun Feb 12, 2012 2:24 am   Subject: How to break out of an infinite loop in autohotkey ?
try setting a variable like this and see if that helps
^!v::
get_out = 0
Loop
{
if get_out = 1
break
; some code here

}

^!x::get_out = 1
  Topic: loop read line which begin with an integer.
neXt

Replies: 2
Views: 66

PostForum: Ask for Help   Posted: Sun Feb 12, 2012 12:19 am   Subject: loop read line which begin with an integer.
you mean like this?
read_me := A_Desktop . "\New Text Document.txt"
h_file := FileOpen(read_me, 3)

if isObject(h_file) {
Loop {
line := h_file ...
  Topic: Auto login to a webpage
neXt

Replies: 10
Views: 239

PostForum: Ask for Help   Posted: Sat Feb 11, 2012 10:58 pm   Subject: Auto login to a webpage
Bump. Rolling Eyes
  Topic: Auto login to a webpage
neXt

Replies: 10
Views: 239

PostForum: Ask for Help   Posted: Sat Feb 11, 2012 8:08 am   Subject: Auto login to a webpage
Here's my latest attempt:
URL := "https://accounts.google.com/ServiceLogin?service=mail&passive=true&rm=false&continue=https://mail.google.com/mail/ca/&ss=1&scc=1 ...
  Topic: Auto login to a webpage
neXt

Replies: 10
Views: 239

PostForum: Ask for Help   Posted: Sat Feb 11, 2012 4:52 am   Subject: Auto login to a webpage
Thanks, that cleared some things up for me Very Happy
So I'm trying to login to gmail, here's the code that I have so far:
URL = https://accounts.google.com/ServiceLoginAuth
login := "Email= ...
  Topic: Auto login to a webpage
neXt

Replies: 10
Views: 239

PostForum: Ask for Help   Posted: Sat Feb 11, 2012 3:20 am   Subject: Auto login to a webpage
Thanks, however I'm looking for a way to update information and download files remotely. I think cURL does something like that if i'm not mistaken.
After some digging I found out how to use GET metho ...
  Topic: Auto login to a webpage
neXt

Replies: 10
Views: 239

PostForum: Ask for Help   Posted: Fri Feb 10, 2012 4:53 pm   Subject: Auto login to a webpage
I need to use WinHttpRequest to accomplish this task? Can someone explain or point me ahk example of how?
For instance how do I login to this page: http://www.fmpilot.com/Express/ServiceDesk.asp
?
  Topic: Terminating Excel application handle?
neXt

Replies: 3
Views: 80

PostForum: Ask for Help   Posted: Thu Feb 09, 2012 6:57 pm   Subject: Terminating Excel application handle?
I got it from the help file. I guess it's doing what it's supposed to, I just figured it would kill Excel automatically. I just installed L, so haven't played with COM prior to this.
Thanks for the ...
  Topic: Terminating Excel application handle?
neXt

Replies: 3
Views: 80

PostForum: Ask for Help   Posted: Thu Feb 09, 2012 6:23 pm   Subject: Terminating Excel application handle?
Every time I run my script, it leaves an Excel process running. Shouldn't it be terminated when I call ObjRelease? How do I free up memory after I'm done with the workbook?
Here's my code:

Gui Add ...
  Topic: COM excel issue
neXt

Replies: 2
Views: 72

PostForum: Ask for Help   Posted: Thu Feb 09, 2012 4:29 pm   Subject: COM excel issue
Value is optional in VBA, didn't think it mattered in COM Rolling Eyes . Thanks!

When I'm done with the file, do I need to release Excel object or will releasing bulk_invoice_tab object be enough?
  Topic: COM excel issue
neXt

Replies: 2
Views: 72

PostForum: Ask for Help   Posted: Thu Feb 09, 2012 3:07 pm   Subject: COM excel issue
I'm trying to utilize COM in one of my scripts, but can't seem to get the worksheet object reference assigned.
Excel := ComObjCreate("Excel.Application")
bulk_invoice_file  ...
  Topic: SciTE4AutoHotkey filebrowser?
neXt

Replies: 0
Views: 36

PostForum: Ask for Help   Posted: Thu Feb 09, 2012 2:37 pm   Subject: SciTE4AutoHotkey filebrowser?
Is there a file browser for SciTE4AutoHotkey? Like in some IDEs (normally on the left side)? I tried searching the forum but nothing came back in the results.
  Topic: Curious about AutoHotkey_L? Ask Questions Here...
neXt

Replies: 119
Views: 9695

PostForum: Ask for Help   Posted: Thu Nov 11, 2010 5:19 am   Subject: Curious about AutoHotkey_L? Ask Questions Here...
Just installed AHK_L on my home PC, it seems it overrides AHK. My question might sound stupid, but will all my scripts written in ahk work after AHK_L installation? I have about 50+ scripts at work an ...
  Topic: Favmenu 2.0 final
neXt

Replies: 135
Views: 36022

PostForum: Scripts & Functions   Posted: Thu Nov 11, 2010 4:47 am   Subject: Favmenu 2.0 final
majkinetor, how did you create that type of GUI (actual interface, not settings)? I was trying to figure it out from your source files, but there are so many functions that I get lost.

btw, made a ...
 
Page 1 of 34 Goto page 1, 2, 3 ... 32, 33, 34  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group