Search found 201 matches
- 06 Aug 2017, 10:57
- Forum: Ask For Help
- Topic: How to return the filename of the exe file Topic is solved
- Replies: 4
- Views: 705
Re: How to return the filename of the exe file Topic is solved
Is that the only exe in the directory?
- 05 Aug 2017, 12:34
- Forum: Ask For Help
- Topic: FileMove wont move more than 1 files
- Replies: 5
- Views: 1009
Re: FileMove wont move more than 1 files
Are the file names the same name? I know that if they already exist in the directory they are going to, it wont move them.
- 05 Aug 2017, 12:31
- Forum: Ask For Help
- Topic: Replace Spaces With Carriage Return :(
- Replies: 4
- Views: 922
Re: Replace Spaces With Carriage Return :(
Have fun!
Code: Select all
String = "CCSS: SL.K.5 L.K.5c L.K.6 RL.K.5 RI.K.2 RI.K.7 RI.K.9 RI.K.3 RI.K.10 RI.K.8 RF.K.2a L.K.2b W.K.6 W.K.7"
StringReplace, NewString, String, %A_Space%, `r`n, All
Msgbox, % NewString
- 05 Aug 2017, 12:28
- Forum: Ask For Help
- Topic: Is it possible to get coordinates of selected item in TreeView (TreeViewWndClass1) control ? Topic is solved
- Replies: 10
- Views: 3144
Re: Is it possible to get coordinates of selected item in TreeView (TreeViewWndClass1) control ? Topic is solved
you could also try the tree view with ControlGetPos, and then when you click X and Y, you do Click X+25, Y.
- 05 Aug 2017, 12:27
- Forum: Ask For Help
- Topic: Is it possible to get coordinates of selected item in TreeView (TreeViewWndClass1) control ? Topic is solved
- Replies: 10
- Views: 3144
Re: Is it possible to get coordinates of selected item in TreeView (TreeViewWndClass1) control ? Topic is solved
You may be able to use the following command.
Control, TabLeft, 1, TreeView, WinTitle
Control, TabLeft, 1, TreeView, WinTitle
- 05 Aug 2017, 12:25
- Forum: Ask For Help
- Topic: How to click on the control position?
- Replies: 4
- Views: 2408
Re: How to click on the control position?
For one, your coords click off the screen. Try this to click the 1.
WinActivate, Calculator
sleep, 10
ControlClick, x38 y257, Calculator
WinActivate, Calculator
sleep, 10
ControlClick, x38 y257, Calculator
- 04 Aug 2017, 20:39
- Forum: Ask For Help
- Topic: Word COM navigate between pages
- Replies: 7
- Views: 1059
Re: Word COM navigate between pages
My mistake.. mark it as solved. 

- 04 Aug 2017, 20:34
- Forum: Ask For Help
- Topic: Manipulate a dialog / modal
- Replies: 1
- Views: 364
Re: Manipulate a dialog / modal
while wb.busy or pwb.ReadyState != 4 ;Wait for page to load
Sleep, 100
Sleep, 100
- 04 Aug 2017, 20:30
- Forum: Ask For Help
- Topic: Word COM navigate between pages
- Replies: 7
- Views: 1059
Re: Word COM navigate between pages
Good to know. Have you tried using WinActivate? or is this a background process?
- 04 Aug 2017, 20:28
- Forum: Ask For Help
- Topic: Setting value for IE COM works and is visible but doesnt "take"
- Replies: 4
- Views: 957
Re: Setting value for IE COM works and is visible but doesnt "take"
In my experience, try clicking the field first the adding the text. also check fire events.
- 04 Aug 2017, 20:18
- Forum: Ask For Help
- Topic: Word COM navigate between pages
- Replies: 7
- Views: 1059
Re: Word COM navigate between pages
i think word is not COM accessible. Sorry 

- 04 Aug 2017, 20:13
- Forum: Ask For Help
- Topic: Help on where and how to start scripting.(and a plus)
- Replies: 6
- Views: 1370
Re: Help on where and how to start scripting.(and a plus)
Check WinSet, Transparent/Transcolor
- 04 Aug 2017, 20:06
- Forum: Ask For Help
- Topic: Ctrl+Alt+Left - Window Switch Without Mouse Hovering Over Active Window Topic is solved
- Replies: 4
- Views: 769
Re: Ctrl+Alt+Left - Window Switch Without Mouse Hovering Over Active Window Topic is solved
Cool man
mark it as solved!

- 04 Aug 2017, 20:05
- Forum: Ask For Help
- Topic: IE com dropdown Topic is solved
- Replies: 7
- Views: 1546
Re: IE com dropdown Topic is solved
Try this. Each selection will have a defined number. Sometimes you can find it in the outer HTLM. pwb.document.GetElementsByTagName("tagnameXXX")[0].selectedIndex :=0 ;Set Tagname and Array value Can't see anything like that. The only tags I see are company related and not contract related and are ...
- 04 Aug 2017, 18:10
- Forum: Ask For Help
- Topic: AHK wont work while the targeted app is minimized
- Replies: 1
- Views: 296
Re: AHK wont work while the targeted app is minimized
There was a recent post about spotify..concerning trouble with scripting. Perhaps spotify has some blocks in place.
Regards,
Vh
Regards,
Vh
- 04 Aug 2017, 18:04
- Forum: Ask For Help
- Topic: Is it possible to get coordinates of selected item in TreeView (TreeViewWndClass1) control ? Topic is solved
- Replies: 10
- Views: 3144
- 04 Aug 2017, 18:03
- Forum: Ask For Help
- Topic: IE com dropdown Topic is solved
- Replies: 7
- Views: 1546
Re: IE com dropdown Topic is solved
Try this. Each selection will have a defined number. Sometimes you can find it in the outer HTLM.
pwb.document.GetElementsByTagName("tagnameXXX")[0].selectedIndex :=0 ;Set Tagname and Array value
pwb.document.GetElementsByTagName("tagnameXXX")[0].selectedIndex :=0 ;Set Tagname and Array value
- 04 Aug 2017, 18:01
- Forum: Ask For Help
- Topic: Ctrl+Alt+Left - Window Switch Without Mouse Hovering Over Active Window Topic is solved
- Replies: 4
- Views: 769
Re: Ctrl+Alt+Left - Window Switch Without Mouse Hovering Over Active Window Topic is solved
I dont get the full picture, but the ~mbutton allows normal function to pass. Is it possible that the Mbutton is clicking on the window under the cursor, thus, requiring you click the window desired?
- 03 Aug 2017, 18:49
- Forum: Ask For Help
- Topic: Send {Enter} to multiple Windows simultaneously
- Replies: 2
- Views: 538
Re: Send {Enter} to multiple Windows simultaneously
this is the same command repeated 4 times. if the WinTitles are different, try using those instead of the AHK class. If they are the same, rename them.
- 03 Aug 2017, 18:34
- Forum: Ask For Help
- Topic: IE Com with Multiple Windows
- Replies: 2
- Views: 637
Re: IE Com with Multiple Windows
I don't know how to do two at once, but if it's a short path i'd just get your first file, then navigate to your second and viola. or just build two scripts, and dont require it to be visible if able.