Hi MightCpa,
I was looking for an approach at the system level because in my use case the taskbar is guaranteed to be visible.
Aaron
Search found 33 matches
- Sat Feb 21, 2015 1:34 am
- Forum: Technical / Scripting
- Topic: Check whether audio is muted
- Replies: 3
- Views: 3146
- Fri Feb 20, 2015 7:15 pm
- Forum: Technical / Scripting
- Topic: Check whether audio is muted
- Replies: 3
- Views: 3146
Check whether audio is muted
Hello forum,
Is there a way to check the state of the audio on the PC? Specifically if it is muted or unmuted?
Thanks!
Aaron
Is there a way to check the state of the audio on the PC? Specifically if it is muted or unmuted?
Thanks!
Aaron
- Fri Feb 20, 2015 7:13 pm
- Forum: Technical / Scripting
- Topic: Action based on computer 'ding' system sound
- Replies: 4
- Views: 4089
Re: Action based on computer 'ding' system sound
Hello Phil,
Yes there is and this is the approach I ultimately decided to take. Thanks for your input!
Aaron
Yes there is and this is the approach I ultimately decided to take. Thanks for your input!
Aaron
- Thu Jan 22, 2015 6:09 am
- Forum: Technical / Scripting
- Topic: Screensaver timeout setting
- Replies: 2
- Views: 3235
Re: Screensaver timeout setting
JRL!
Thank you
Aaron
Thank you
Aaron
- Wed Jan 21, 2015 5:59 pm
- Forum: Technical / Scripting
- Topic: Screensaver timeout setting
- Replies: 2
- Views: 3235
Screensaver timeout setting
Hello forum:
I need to retrieve the screensaver timeout setting on the PC the macro is running on & store value to a variable. Is there a command or method to get this information?
Thanks!
I need to retrieve the screensaver timeout setting on the PC the macro is running on & store value to a variable. Is there a command or method to get this information?
Thanks!
- Thu Jan 08, 2015 11:56 pm
- Forum: Technical / Scripting
- Topic: Action based on computer 'ding' system sound
- Replies: 4
- Views: 4089
Re: Action based on computer 'ding' system sound
Thanks for replying Marcus. The application that I am sending mouse clicks to would unpredictably run slow sometimes. When this happens a dialog box appears and the message that appears in the dialog box isn't necessarily known ahead of time. The mouse clicks sent to the application during this stat...
- Wed Jan 07, 2015 10:36 pm
- Forum: Technical / Scripting
- Topic: Action based on computer 'ding' system sound
- Replies: 4
- Views: 4089
Action based on computer 'ding' system sound
Hello forum: I am wondering if the following is possible. Please weigh in. I need my code to take an action based on the 'ding' computer system sound. I have simplified the problem with sample code below using notepad.exe. Just launch Notepad first. (I commented out the If> statement) WindowAction>1...
- Mon Dec 29, 2014 10:28 pm
- Forum: Technical / Scripting
- Topic: Left click mouse trigger... can it be done?
- Replies: 2
- Views: 2824
Re: Left click mouse trigger... can it be done?
Awesome! Thanks JRL this is what I was looking for.
Have a Happy New Year.
Aaron
Have a Happy New Year.
Aaron
- Mon Dec 29, 2014 7:10 pm
- Forum: Technical / Scripting
- Topic: Left click mouse trigger... can it be done?
- Replies: 2
- Views: 2824
Left click mouse trigger... can it be done?
Hello Forum:
I need my script to execute "some action" whenever I left-click my mouse button. It does not matter where I click. All that matters is that the left-click button was pressed. Is there a way to do that?
Thanks and Happy New Year in advance!
Aaron
I need my script to execute "some action" whenever I left-click my mouse button. It does not matter where I click. All that matters is that the left-click button was pressed. Is there a way to do that?
Thanks and Happy New Year in advance!
Aaron
- Fri Aug 08, 2014 6:20 pm
- Forum: Technical / Scripting
- Topic: Determining the variable name
- Replies: 3
- Views: 3600
Re: Determining the variable name
Marcus,
Thank you!
Aaron
Thank you!
Aaron
- Thu Aug 07, 2014 9:15 pm
- Forum: Technical / Scripting
- Topic: Determining the variable name
- Replies: 3
- Views: 3600
Determining the variable name
Hello Forum, I am trying to determine the name of a variable based on the value of the variable, For example in: Let>green_alarm=ssh Let>red_alarm=http I need a code construct to determine which variable has the value "http" without having to perform an explicit 'if' check on each variable. For simp...
- Thu May 24, 2012 3:26 pm
- Forum: Technical / Scripting
- Topic: Time calculations
- Replies: 10
- Views: 9113
- Thu May 24, 2012 6:15 am
- Forum: Technical / Scripting
- Topic: Including Commas in variable Number
- Replies: 2
- Views: 3485
- Thu May 24, 2012 4:40 am
- Forum: Technical / Scripting
- Topic: Including Commas in variable Number
- Replies: 2
- Views: 3485
Including Commas in variable Number
Hi Forum, I am interesting in seeing the commas in a number when it is displayed in a dialog or message box. Is there a straightforward approach e.g., a format function? Here is a snippet of my code: Random>5000000,r Let num=100000+r MessageModal>num The variable 'num' is displayed without any comma...
- Thu May 24, 2012 4:38 am
- Forum: Technical / Scripting
- Topic: Time calculations
- Replies: 10
- Views: 9113
Including Commas in variable Number
Hi Forum, I am interesting in seeing the commas in a number when it is displayed in a dialog or message box. Is there a straightforward approach e.g., a format function? Here is a snippet of my code: Random>5000000,r Let num=100000+r MessageModal>num The variable 'num' is displayed without any comma...