Search found 129 matches

by hunter99
22 Aug 2021, 12:43
Forum: Ask for Help (v1)
Topic: Clicking on the Bold Button in Microsoft Word Topic is solved
Replies: 12
Views: 1032

Re: Clicking on the Bold Button in Microsoft Word Topic is solved

Hi Alexander2,
I have MS Office Pro+ 2010, which has MS Word ver. 14
Running on Win7.

With Word active you can:
From keyboard try--> Alt h 1
or using hotkey: SendInput !h1
These will toggle the Bold button.
Hope this helps.

Al the best, hunter99
by hunter99
01 Mar 2020, 01:08
Forum: Forum Issues
Topic: Slow forum
Replies: 88
Views: 21294

Re: Slow forum

Great work, I knew you could do it.
We all thank you!
hunter99
by hunter99
21 Dec 2019, 09:01
Forum: Ask for Help (v1)
Topic: Script icon doesn't work Topic is solved
Replies: 12
Views: 1888

Re: Script icon doesn't work Topic is solved

hi don_dolarson , Try this: "Menu, Tray, Icon, 01.ico,, 1 ;Add the icon of your choice to the system tray." You were missing this after your icon: , , 1 And you you don't need the gui, destroy, but if you want new menu items for it you need: "Menu, Tray, NoStandard ;Get rid of standard tray icons. W...
by hunter99
27 Sep 2019, 16:58
Forum: Ask for Help (v1)
Topic: How to select menu dropdown item that does not have a letter underlined Topic is solved
Replies: 15
Views: 2796

Re: How to select menu dropdown item that does not have a letter underlined Topic is solved

Hi paquirl, try this: #Numpad1::sendinput !ep{Down}{Enter}return If that doesn't work maybe using a sendmessage. SendMessage, 0x111, %vkey%, 0, , %vTarget% Replace %vkey% with the wParam its the control ID. The 0x111 says its a Wm_command. The %vTarget% is the windows Title. These two links will get...
by hunter99
21 Aug 2019, 12:28
Forum: Ask for Help (v1)
Topic: Gui Buttons & Touchscreen problem
Replies: 5
Views: 1643

Re: Gui Buttons & Touchscreen problem

Hi ianjf, sorry that didn't help. Don't have Win10 or my laptop with touch at the moment so can't try here. But I was not too clear where to put the line "KeyWait,LButton, L T.3 ", the T is time in seconds, try various times. Here are 4 spots I would try. Gui, Show, W480 H680 X800 Y0 ;KeyWait,LButto...
by hunter99
21 Aug 2019, 10:59
Forum: Ask for Help (v1)
Topic: I can't figure out what is wrong with this code Topic is solved
Replies: 2
Views: 704

Re: I can't figure out what is wrong with this code Topic is solved

Hi begenner:
You forgot the quotes around the esc key, like this---> GetKeyState("Esc")
hunter99
by hunter99
20 Aug 2019, 15:22
Forum: Ask for Help (v1)
Topic: Gui Buttons & Touchscreen problem
Replies: 5
Views: 1643

Re: Gui Buttons & Touchscreen problem

Hi ianjf, Try changing the U to a D in this line MouseClick, left,,,,, U . One on my scripts had the same problem with touch screens, but in this case all the keys where GUIs. Had to add the L option here "KeyWait,LButton, L T.3 ; Waits for you to *release* the LButton. Default wait here is 300ms. L...
by hunter99
19 Aug 2019, 20:00
Forum: Ask for Help (v1)
Topic: [SOLVED] MsgBox not outputting anything Topic is solved
Replies: 2
Views: 629

Re: MsgBox not outputting anything Topic is solved

HI, A little typo; your var. labels don't match. Try this, added a little id text in msgbox. Random, vRandom, 1,9 1NUM := vRandom Random, vRandom, 1,9 2NUM := vRandom if (1NUM & 1) { P1NUM := 1NUM + 2NUM msgbox, +Box P1NUM=%P1NUM% } else { P1NUM := 1NUM - 2NUM msgbox, -Box P1NUM=%P1NUM% } hunter99
by hunter99
18 Aug 2019, 17:29
Forum: Ask for Help (v1)
Topic: Having hard time using specific variable in an IF condition
Replies: 5
Views: 780

Re: Having hard time using specific variable in an IF condition

Hi IlanSh, thanks for kind comment on other post and glad it working ok. You may want to get this, makes testing small scripts easy. get a copy of CodeQuicktester by GeekDude from here: https://autohotkey.com/boards/viewtopic.php?f=6&t=6113 Try this to see if it helps, read the comments, for test th...
by hunter99
18 Aug 2019, 07:53
Forum: Ask for Help (v1)
Topic: Using keyboard LEDs, not working
Replies: 4
Views: 1149

Re: Using keyboard LEDs, not working

Hi ILanSh, Welcome to AHK, yes there is help available. Suggest you look in the AutoHotKey help file. Check out these 3 commands: SetCapsLockState / SetNumLockState / SetScrollLockState. They should let you do what you want and with a lot less code. As an example here is a line that toggles the Caps...
by hunter99
14 Aug 2019, 13:25
Forum: Ask for Help (v1)
Topic: Will the context menu be destroyed when the GUI is destroyed? Topic is solved
Replies: 4
Views: 948

Re: Will the context menu be destroyed when the GUI is destroyed? Topic is solved

Hi afe, this should do it. See GEV's answer here : https://autohotkey.com/board/topic/105748-my-menu-is-keeps-growing/ hunter99 Edit: a few lines and comments from a script wrote a few years ago. Menu, rcMenu, Add ;Would add another line with each usage; pulling out my hair, then found this: Menu, r...
by hunter99
16 Feb 2019, 20:25
Forum: Ask for Help (v1)
Topic: Custom Msgbox
Replies: 13
Views: 3020

Re: Custom Msgbox

Perfect here, no stutter, crawling text smooth as silk. Nice job. • Intel Core i7-4790 Processor 3.6GHz up to 4.0GHz Turbo Frequency, 8MB Cache , 16GB DDR3 (8GBx2 1600MHz), 2TB 7200 rpm Hard Drive • Intel HD Graphics, Tray load DVD Drive (Reads and Writes to DVD/CD), 2 USB 3.0, 4 USB 2.0, HDMI • DW ...
by hunter99
17 Jan 2019, 21:19
Forum: Ask for Help (v1)
Topic: WinMenuSelectItem and ControlSend not working with Cisco Webex Meetings Topic is solved
Replies: 31
Views: 8789

Re: WinMenuSelectItem and ControlSend not working with Cisco Webex Meetings Topic is solved

Seeing jeeswg's post above I should mentioned that in 3rd post above I posted the link for "Alt Menu Search.ahk” by lexikos: Should have also mentioned that the PostMessage ID is displayed at bottom right of the Gui. But thanks for this one, which I think will see more use. Really like jeeswg's link...
by hunter99
17 Jan 2019, 17:29
Forum: Ask for Help (v1)
Topic: WinMenuSelectItem and ControlSend not working with Cisco Webex Meetings Topic is solved
Replies: 31
Views: 8789

Re: WinMenuSelectItem and ControlSend not working with Cisco Webex Meetings Topic is solved

Hi geekyadam, This might give you some ideas. ;Example to show changing from the active window to MSPaint, make changes there and go back to original window ~!w:: ;change key to suit WinGetActiveTitle, oTitle ;oTitle is the variable containing title of active window when key is hit WinActivate, ahk_...
by hunter99
17 Jan 2019, 15:39
Forum: Ask for Help (v1)
Topic: WinMenuSelectItem and ControlSend not working with Cisco Webex Meetings Topic is solved
Replies: 31
Views: 8789

Re: WinMenuSelectItem and ControlSend not working with Cisco Webex Meetings Topic is solved

Yeah I'm wondering if that is the case with this particular program... :( Is there any way to test to confirm if it is not a true MS menu? Use this to confirm, you can get it here. Read all the posts there. “Alt Menu Search.ahk” by lexikos. From here - http://ahkscript.org/boards/viewtopic.php?f=6&...
by hunter99
15 Jan 2019, 19:08
Forum: Ask for Help (v1)
Topic: WinMenuSelectItem and ControlSend not working with Cisco Webex Meetings Topic is solved
Replies: 31
Views: 8789

Re: WinMenuSelectItem and ControlSend not working with Cisco Webex Meetings Topic is solved

Hi geekyadam, this might help. Don't have Cisco Webex Meeting, so used notepad to test format. Uncomment the key to try. ;!pgup::WinMenuSelectItem, Untitled - Notepad, , File, Open ;may work when one below will not ;!pgup::WinMenuSelectItem, Untitled - Notepad, , 1&, 2& ;may work when one above will...
by hunter99
12 Aug 2018, 17:24
Forum: Ask for Help (v1)
Topic: could i display a color in tooltip ?
Replies: 1
Views: 746

Re: could i display a color in tooltip ?

Hi takayo97, Try MagicBox by Alguimist from here: https://autohotkey.com/boards/viewtopic.php?f=6&t=20983 Type MsgBixEx, lets you pick background color. This might give you some ideas. SORRY, this old brain flipped Tooltip and Msgbox. Getting to old. :cry: This should do it. ToolTipFont / ToolTipCol...
by hunter99
02 Aug 2018, 23:48
Forum: Ask for Help (v1)
Topic: please help on loop issue
Replies: 2
Views: 1126

Re: please help on loop issue

Hi gphogoh, don't really know what you are trying to do, but your code looks like it sends a "tab" then a "control a", a 3.5 second sleep, a "x", a newline, a "y", a "!" and a newline, lastly a 8 second sleep. It looks like you want a loop that for each iteration the x and y count rise by 1. Try thi...
by hunter99
27 Jul 2018, 17:27
Forum: Ask for Help (v1)
Topic: Please help testing this small script
Replies: 1
Views: 647

Re: Please help testing this small script

Hi, works Ok for me. Are you sure you are using fincs compiler. I'm using one dated 2-7-16 @ 823 kb. I think it is the last one. The compiler supplied with AHK Version 1.1.29.01 is dated 7-12-18 @ 837 kb. hunter99 Edit: Every time you would upgrade AHK, most pick the compiler also. So you would not ...
by hunter99
07 Jul 2018, 00:48
Forum: Gaming Help (v1)
Topic: Command xx := A??
Replies: 2
Views: 945

Re: Command xx := A??

See the help file -> AutoHotkey.chm Variables and Expressions section "By contrast, the expression method uses the colon-equal operator (:=) to store numbers, quoted strings , and other types of expressions." Would have saved yourself a lot of typing, let alone the wait, if you had tried your last s...

Go to advanced search