Edit arrows

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Alcrkai
Posts: 47
Joined: 16 Mar 2021, 10:51

Edit arrows

13 May 2021, 08:41

Is it possible to remove the arrows from the side of an edit? (the syllables to go up and down)
User avatar
mikeyww
Posts: 26942
Joined: 09 Sep 2014, 18:38

Re: Edit arrows

13 May 2021, 08:47

Code: Select all

Gui, Font, s10
Gui, Add, Edit, Test
Gui, Show
User avatar
boiler
Posts: 16960
Joined: 21 Dec 2014, 02:44

Re: Edit arrows

13 May 2021, 08:52

You can remove the arrows/scrollbar from a multi-line edit using -VScroll:

Code: Select all

Gui, Add, Edit, r3 -VScroll
Gui, Show

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: filipemb, gsxr1300, mikeyww, PsysimSV and 291 guests