Search found 9 matches

by MarkSilva
09 May 2017, 11:32
Forum: Ask for Help (v1)
Topic: I need help with this script please
Replies: 3
Views: 811

Re: I need help with this script please

#IfWinActive, ahk_class Notepad ahk_exe notepad.exe F7:: ; Toggle vertical scroll bar ControlGet, v, Hwnd,, Edit1, A WinSet, Style, ^0x200000, ahk_id %v% return #if (hwnd := win_under_mouse("Notepad")) ; Removing the vertical scroll bar removes the ability to scroll; this adds it again. WheelUp::Sc...
by MarkSilva
09 May 2017, 01:17
Forum: Ask for Help (v1)
Topic: I need help with this script please
Replies: 3
Views: 811

Re: I need help with this script please

anyone?????
by MarkSilva
07 May 2017, 21:02
Forum: Ask for Help (v1)
Topic: I need help with this script please
Replies: 3
Views: 811

I need help with this script please

this script is used to hide the vertical scrollbar in Notepad (however you can still scroll up and down) #IfWinActive, ahk_class Notepad ahk_exe notepad.exe F7:: ; Toggle vertical scroll bar ControlGet, v, Hwnd,, Edit1, A WinSet, Style, ^0x200000, ahk_id %v% return ; Removing the vertical scroll bar...
by MarkSilva
06 May 2017, 01:21
Forum: Ask for Help (v1)
Topic: Can anyone help me with script for this
Replies: 3
Views: 865

Re: Can anyone help me with script for this

#IfWinActive, ahk_class Notepad ahk_exe notepad.exe F7:: ; Toggle vertical scroll bar ControlGet, v, Hwnd,, Edit1, A WinSet, Style, ^0x200000, ahk_id %v% return ; Removing the vertical scroll bar removes the ability to scroll; this adds it again. WheelUp::ScrollLines(-5) WheelDown::ScrollLines(5) #...
by MarkSilva
05 May 2017, 22:16
Forum: Ask for Help (v1)
Topic: Can anyone help me with script for this
Replies: 3
Views: 865

Re: Can anyone help me with script for this

#IfWinActive, ahk_class Notepad ahk_exe notepad.exe F7:: ; Toggle vertical scroll bar ControlGet, v, Hwnd,, Edit1, A WinSet, Style, ^0x200000, ahk_id %v% return ; Removing the vertical scroll bar removes the ability to scroll; this adds it again. WheelUp::ScrollLines(-5) WheelDown::ScrollLines(5) #...
by MarkSilva
05 May 2017, 13:48
Forum: Ask for Help (v1)
Topic: Can anyone help me with script for this
Replies: 3
Views: 865

Can anyone help me with script for this

i''m trying to hide the vertical scrollbar in Notepad, not remove it in that i can still scroll up and down but only hide it, is this possible ?


thank you very much
by MarkSilva
20 Mar 2017, 06:00
Forum: Ask for Help (v1)
Topic: I can't figure out how to combine those two scripts
Replies: 3
Views: 781

Re: I can't figure out how to combine those two scripts

Run, notepad kk.txt,,, OutputvarPID WinWait, ahk_pid %OutputvarPID% Winset, Alwaysontop, , ahk_pid %OutputvarPID% you need to wait for the window to act on it, here i also grabed the PID of notepad when starting it, this makes it a bit easier to work on. I'm i don't understand much about scripting,...
by MarkSilva
20 Mar 2017, 05:22
Forum: Ask for Help (v1)
Topic: I can't figure out how to combine those two scripts
Replies: 3
Views: 781

I can't figure out how to combine those two scripts

Run, notepad kk.txt Winset, Alwaysontop, , A first one is to open notepad named kk , second is to set a window always on top but my problem is I want one key to open the kk notepad, and also set it alwaysontop at same time, i would really really appreciate if someone knows how shares with me! Thanks
by MarkSilva
20 Mar 2017, 05:21
Forum: Ask for Help (v1)
Topic: I can't figure out how to combine those two scripts
Replies: 1
Views: 483

I can't figure out how to combine those two scripts

Run, notepad kk.txt Winset, Alwaysontop, , A first one is to open notepad named kk , second is to set a window always on top but my problem is I want one key to open the kk notepad, and also set it alwaysontop at same time, i would really really appreciate if someone knows how shares with me! Thanks

Go to advanced search