| Author |
Message |
Forum: Support Topic: can I use AutoHotkey to accomplish these? |
| friend |
|
Posted: October 16th, 2007, 7:25 pm
|
|
Replies: 6 Views: 820
|
| Not sure about your first 2 questions, but your third question has already been addressed in this thread: http://www.autohotkey.com/forum/viewtopic.php?t=19962&highlight=stand If you look in windows, you'll see that "suspend" is called "stand by." Searching by "stand by... |
|
 |
Forum: Support Topic: can I use AutoHotkey to accomplish these? |
| friend |
|
Posted: October 12th, 2007, 12:28 am
|
|
Replies: 6 Views: 820
|
BoBo¨ wrote:
I just use DevCon a moment ago, but the thing is how can autohotkey retrieve the status of the device from the DevCon. Can autohotkey check if the device is disable/enable with DevCon? |
|
 |
Forum: Support Topic: can I use AutoHotkey to accomplish these? |
| friend |
|
Posted: October 11th, 2007, 10:51 pm
|
|
Replies: 6 Views: 820
|
| can I use AutoHotkey to accomplish these? Yes. if that is the case, I would like to ask some more questions: 1-is it possible to retrieve device information from the device manager to see which device is enable/disable- like Wireless device. what function should I use to check the status of the dev... |
|
 |
Forum: Support Topic: can I use AutoHotkey to accomplish these? |
| friend |
|
Posted: October 11th, 2007, 7:49 pm
|
|
Replies: 6 Views: 820
|
| I would like to know if I can use autohotkey to accomplish these: 1-is it possible to retrieve device information from the device manager to see which device is enable/disable- like Wireless device. 2-is it possible to search for hardware device with given name and disable it 3-what function that I ... |
|
 |
Forum: Support Topic: The host computer wants to run AutoHotkey on the target comp |
| friend |
|
Posted: September 18th, 2007, 12:47 am
|
|
Replies: 4 Views: 575
|
| oh I see, so according to your respond, AutoHotkey itself is not enough for us to carry out the task, have to find psexec. Thank you engunneer, and I will search for the psexec. |
|
 |
Forum: Support Topic: The host computer wants to run AutoHotkey on the target comp |
| friend |
|
Posted: September 17th, 2007, 10:49 pm
|
|
Replies: 4 Views: 575
|
| hello engunneer, How are the computers communicating? Via Ethernet. Is it an action initiated by the host? Yes. does the host computer have admin rights on the client? Yes. What are you trying to accomplish? We are trying to test a target machine from a host machine through multiple logon & logo... |
|
 |
Forum: Support Topic: The host computer wants to run AutoHotkey on the target comp |
| friend |
|
Posted: September 17th, 2007, 5:19 pm
|
|
Replies: 4 Views: 575
|
| I was asked whether it is possible to run AutoHotkey according to subject above? |
|
 |
Forum: Support Topic: how to retrieve window name that doesn't show in WindowSpy?? |
| friend |
|
Posted: August 27th, 2007, 10:34 pm
|
|
Replies: 2 Views: 456
|
| what program is it? have you looked at the WinGetActiveTitle command? maybe also settitlematchmode to slow it's just a program that I use at my workplace that lists all the events/plans of that particular day. like an appointment schedule book where the main page it displays the seven days and unde... |
|
 |
Forum: Support Topic: how to retrieve window name that doesn't show in WindowSpy?? |
| friend |
|
Posted: August 27th, 2007, 9:52 pm
|
|
Replies: 2 Views: 456
|
| what other options can I use if I just want to retrieve a string of the active window name that doesn't show in the windowspy? Here is the issue, when I open a program main menu, the windowSpy can easily retrieve that active window name, but when I select a link in that main menu, the windowSpy does... |
|
 |
Forum: Support Topic: what is happening here? |
| friend |
|
Posted: August 22nd, 2007, 7:31 pm
|
|
Replies: 4 Views: 457
|
| if WinExist(this is name of my window) { [color=red]CoordMode, Mouse, Relative[/color] mouseX = 192 mouseY = 126 Gosub, moveLeftClick } else { CoordMode, Mouse, Screen screenWidth = %A_ScreenWidth% screenHeight = %A_ScreenHeight% centerX := screenWidth /2 centerY := screenHei... |
|
 |
Forum: Support Topic: what is happening here? |
| friend |
|
Posted: August 22nd, 2007, 7:19 pm
|
|
Replies: 4 Views: 457
|
| I'm not sure what is effecting it. I have a subroutine just to call the mouse move then click and it works so far not until I declare CoordMode, my subroutine doesn't work anymore. if WinExist(this is name of my window) { mouseX = 192 mouseY = 126 Gosub, moveLeftClick } else {... |
|
 |
Forum: Support Topic: count num email in outlook? |
| friend |
|
Posted: August 17th, 2007, 7:22 pm
|
|
Replies: 5 Views: 736
|
| Run C:\Program Files\Microsoft Office\OFFICE11\Outlook.exe sleep 5000 ControlClick, SysTreeView321 send, {NumPadMult} send, Inbox sleep, 5000 StatusBarGetText, statustext, 1, Inbox MsgBox, %statustext% as I mentioned earlier from my previous post, I got this code from other people's threa... |
|
 |
Forum: Support Topic: count num email in outlook? |
| friend |
|
Posted: August 10th, 2007, 3:54 am
|
|
Replies: 5 Views: 736
|
| Hmm, when I use the code: if WinExist("Inbox - Microsoft Outlook") { ;outlook is exist so bring its window to active/focus WinActivate, Inbox - Microsoft Outlook WinGetActiveTitle, outlook_active_window_name because I'm not sure whether the outlook is running or not so I use W... |
|
 |
Forum: Support Topic: count num email in outlook? |
| friend |
|
Posted: August 10th, 2007, 12:37 am
|
|
Replies: 5 Views: 736
|
| I got this script from the past thread and want to use it in my script, but it happens the same as the person who asked in that thread which is msgBox display NULL. below my little code, can any help me why the msgBox, %statustext% display none and I use Microsoft Outlook. launch_outlook: { if ... |
|
 |
Forum: Support Topic: anyone knows how to access to the control panel? |
| friend |
|
Posted: August 6th, 2007, 7:56 pm
|
|
Replies: 13 Views: 1507
|
engunneer
tonne
BoBo¨
Murp|e
thank you guys for contributing your knowledge to help me out. It's very helpful |
|
 |
| Sort by: |