| Author |
Message |
Forum: Support Topic: Graying out a button |
| soccer18soccer18 |
|
Posted: August 24th, 2009, 5:25 pm
|
|
Replies: 8 Views: 603
|
Code: gui, add, button, vbutton, Text
guicontrol, disable, button
guicontrol, disable/enable (disable grays it, enable does the opposite), then the button var (in that case above it is "button") |
|
 |
Forum: Support Topic: move/resize COM browser |
| soccer18soccer18 |
|
Posted: August 24th, 2009, 5:18 pm
|
|
Replies: 5 Views: 353
|
| thanks tank. that worked. |
|
 |
Forum: Support Topic: move/resize COM browser |
| soccer18soccer18 |
|
Posted: August 24th, 2009, 2:32 am
|
|
Replies: 5 Views: 353
|
| here is what im using, and it works: pwb := COM_AtlAxGetControl(COM_AtlAxCreateContainer(hwnd, 1, 1, 500, 500, "Shell.Explorer") ) how would i move/resize it from the current position 1, 1, 500, 500 (x, y, w, h) to a new position such as 10, 10, 510, 510?? thanks. |
|
 |
Forum: Support Topic: Changing Variable Value By user input |
| soccer18soccer18 |
|
Posted: June 27th, 2009, 2:22 pm
|
|
Replies: 5 Views: 324
|
so what you want to happen is the variable equals 5 when the user types "setcd"
Code: s:: ; s key triggers this Keywait, e ; wait for e key Keywait, t ; wait for t key Keywait, c ; wait for c key Keywait, d ; wait for d key
var = 5 return |
|
 |
Forum: Support Topic: Replace button with Picture in a gui |
| soccer18soccer18 |
|
Posted: June 14th, 2009, 3:15 pm
|
|
Replies: 2 Views: 410
|
just use gui, add, picture, gbutton......
and use the button label to do what you want. |
|
 |
Forum: Support Topic: Readfile, help |
| soccer18soccer18 |
|
Posted: June 13th, 2009, 4:47 pm
|
|
Replies: 5 Views: 555
|
Code: FileRead, outputvar, filepath ; make sure you put the file path here stringgetpos, pos, outputvar, : StringLeft, User, outputvar, %pos% pos += 1 StringRight, Pass, outputvar, %pos%
Msgbox, User: %user%`nPass: %pass% return |
|
 |
Forum: Support Topic: how to quit the loop |
| soccer18soccer18 |
|
Posted: June 13th, 2009, 4:44 pm
|
|
Replies: 2 Views: 285
|
because the hotkey u are using is a to send a. so when u hit a, it sends a again and goes throught the hot key again and never stops.
try using a different letter for the hotkey. |
|
 |
Forum: Support Topic: JS Help - submit form |
| soccer18soccer18 |
|
Posted: May 27th, 2009, 11:06 pm
|
|
Replies: 20 Views: 1928
|
| here is the code for the webpage: <table><tr valign="top"><td><label for="__ProxEasyURLd"><b>Web Address</b></label></td><td rowspan="2"> <input name="ctl00$ContentPlaceHolder1$__ProxEasyURLd" type="text" id="ctl00_ContentPlaceHolder1___ProxEasy... |
|
 |
Forum: Support Topic: StringReplace Alternative? |
| soccer18soccer18 |
|
Posted: May 22nd, 2009, 10:42 pm
|
|
Replies: 11 Views: 590
|
| just leave the ReplaceText parameter blank and it will just delete it. |
|
 |
Forum: Support Topic: Toggling: 1 key, 2 actions |
| soccer18soccer18 |
|
Posted: May 6th, 2009, 11:55 pm
|
|
Replies: 4 Views: 343
|
Code: sent = 0
L:: if sent = 0 { sent = 1 send P exit } if sent = 1 { sent = 0 send O } return
tested and it works.
thanks. |
|
 |
Forum: Support Topic: Guru Wanted. Will Pay For Scripts |
| soccer18soccer18 |
|
Posted: May 6th, 2009, 11:45 pm
|
|
Replies: 5 Views: 531
|
| tank is a guru alright. i recomend him. |
|
 |
Forum: Support Topic: How to get a Control NN in a Flash window? |
| soccer18soccer18 |
|
Posted: April 28th, 2009, 7:22 pm
|
|
Replies: 10 Views: 604
|
| there is no classNN for things like that. you just have to use controlclick and put in the x and y coordinates of the button |
|
 |
Forum: Support Topic: GUI Picture in a new column |
| soccer18soccer18 |
|
Posted: April 28th, 2009, 3:43 am
|
|
Replies: 1 Views: 316
|
Code: Gui, Add, Picture, w300 h-1 xthe x pos on the gui ythe y pos on the gui, C:\My Pictures\Company Logo.gif
you can choose the position you want it to be on the gui.
hope this helps.
thanks. |
|
 |
Forum: Support Topic: Open all hotlinks with a specified browser |
| soccer18soccer18 |
|
Posted: April 27th, 2009, 3:23 pm
|
|
Replies: 4 Views: 279
|
Code: cromepath = path to crome on the computer run %cromepath% www.google.com
is this what you need? im pretty sure that will run google on crome, you just have to put in the path next to crome path.
thanks. |
|
 |
Forum: Support Topic: fill in file type form on webpage |
| soccer18soccer18 |
|
Posted: April 27th, 2009, 3:03 pm
|
|
Replies: 16 Views: 838
|
|
 |
| Sort by: |