AutoHotkey Community

It is currently May 22nd, 2012, 1:16 pm

All times are UTC [ DST ]


Search found 36 matches
Search these results:

Author Message

 Forum: Support   Topic: Problem with ControlGet, List

Posted: January 30th, 2009, 1:13 pm 

Replies: 4
Views: 519


Does anyone know if this would be possible with AutoIt?

 Forum: Support   Topic: Problem with ControlGet, List

Posted: January 26th, 2009, 1:16 pm 

Replies: 4
Views: 519


Thanks.

 Forum: Support   Topic: Problem with ControlGet, List

Posted: January 26th, 2009, 12:53 pm 

Replies: 4
Views: 519


Hi! I cant get the information from a ListView32 control. The program is an .net visual basic program I think. The first ControlGet gets the files in a explorer window and it works fine. The second ControlGet dont find anything and sets errorlevel to 1. The SendMessage works for the same control and...

 Forum: Support   Topic: Set dom object in embedded IE

Posted: January 12th, 2009, 11:14 pm 

Replies: 16
Views: 3693


Thanks Tank for the help, it is much appreciated. Here is my code now. Navigate was missing the "" and I put in a loop to wait for the new tab to exist. COM_Init() psh := COM_CreateObject("Shell.Application") psw := COM_Invoke(psh, "Windows") Cur...

 Forum: Support   Topic: Set dom object in embedded IE

Posted: January 12th, 2009, 3:24 pm 

Replies: 16
Views: 3693


Hi Tank or someone else. :) This code is working but it is a workaround. I want to open google in a new tab and store it in pwb. I cant just do the iWeb_getwin because there might be many tabs with the same name and I want to know if the site is fully loaded. Google is just an example. COM_Init(...

 Forum: Support   Topic: Set dom object in embedded IE

Posted: January 12th, 2009, 1:12 pm 

Replies: 16
Views: 3693


I tried with iWeb instead and now it works. :) COM_Init() Com_Error() pwb:= iWeb_getwin("Google") iWeb_nav(pwb,"https://www.google.com/accounts/ManageAccount") iWeb_complete(pwb) iWeb_setDomObj(pwb,"Email","test")...

 Forum: Support   Topic: Set dom object in embedded IE

Posted: January 12th, 2009, 10:44 am 

Replies: 16
Views: 3693


Hi Tank! Why does the first code work but not the second? On the first I have an explorer window at this location: https://www.google.com/accounts/ManageAccount. On the second code I have an explorer window at this location: http://www.google.com. It then navigate to the login page. Why doesent the ...

 Forum: Support   Topic: Open link in popup window?

Posted: January 5th, 2009, 4:37 pm 

Replies: 6
Views: 509


Thank you again. :) And how did you know that I wanted to move the window too?

 Forum: Support   Topic: Open link in popup window?

Posted: January 5th, 2009, 2:06 pm 

Replies: 6
Views: 509


Thank you very much. :) Exactly what I was looking for. Is there also a way to decide the window size with COM or any other way? I dont realy understand COM (yet), it seems a little bit tricky. :)

 Forum: Support   Topic: Open link in popup window?

 Post subject: Open link in popup window?
Posted: January 4th, 2009, 10:09 pm 

Replies: 6
Views: 509


Hi, does anyone know a way to run a IE and open a link in a new window that looks like a popup window? I mean a window without the filemenu and tabs.
Code:
Run, www.autohotkey.com

 Forum: Support   Topic: Gui, Show tab?

Posted: January 2nd, 2009, 9:59 am 

Replies: 5
Views: 1115


You can also use a variable like this:
Code:
varDefault := 3
Gui, Add, Tab, w300 h500 Choose%varDefault%, Tab 1|Tab 2|Tab 3|
Gui, Show

 Forum: Scripts   Topic: File Remover

Posted: January 2nd, 2009, 8:33 am 

Replies: 24
Views: 3052


Hi! If there is a way to edit the file before it is removed I think it should be hard to recover the information in the file. I friend of mine did a c++ exe that filled the file with junk before it was deleted and it seemed to work. I guess the file is saved on the same place on the harddrive if it ...

 Forum: Support   Topic: String is too long

Posted: January 2nd, 2009, 12:36 am 

Replies: 6
Views: 508


Thanks for the input. I think I can use #include instead and it seems to be working.
Code:
#Include Autohotkey Charts.ahk
I dont know exactly the effects of doing so instead but it makes all the variables from the first .ahk available for the second .ahk (charts.ahk).

 Forum: Support   Topic: String is too long

 Post subject: String is too long
Posted: January 1st, 2009, 6:14 pm 

Replies: 6
Views: 508


Hi, in varText i have stored a text file. It is 149 kb. I want to use that variable in another .ahk without the need to read it in again. When I try the below I get an error saying the "String is to long". I tested with 20 lines of the text file and then it works. Any ideas? Run, Autohotke...

 Forum: Support   Topic: GuiControl question

Posted: December 30th, 2008, 1:49 pm 

Replies: 3
Views: 498


Thanks for the help. The workaround worked fine. The reason for the button is that I want to choose if I want to sort it or not.
Sort by:  
Page 1 of 3 [ Search found 36 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group