badcoder123 Posted November 15, 2017 Posted November 15, 2017 I was just wondering if it's possible to add a scroll bar onto a SplashTextOn where the text exceeds the height of the text box Example; $sMessage = "" SplashTextOn("Debug", $sMessage, -1, -1, -1, -1, 16, "", 20, 900) For $i = 1 To 20 $sMessage &= $i & @LF ControlSetText("Debug", "", "[CLASS:Static; INSTANCE:1]", $sMessage) Sleep(50) Next On a 1920x1080 resolution the text box cuts you off at number 13. Any workarounds for a scroll bar or something else?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now