marshallprank Posted March 21, 2011 Posted March 21, 2011 Hi, i have the problem that the given text in the ProgressSet (subtext) is greater than the Progressbar (see in attachment). It is possible to resize the Progressbar? or how can i add a new line in the ProgressSet regards
somdcomputerguy Posted March 21, 2011 Posted March 21, 2011 (edited) <br>MsgBox(0, "", "this a line of text" & @CRLF & "this is another line of text")<br><br><br><br><br>dammit!<br> Edited March 21, 2011 by somdcomputerguy - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
Mallie99 Posted March 21, 2011 Posted March 21, 2011 As above.... Or you can create your own window if you want to make it more comprehensive. That way you can specify the width of the popup window and the extended styles of Labels etc to make them wrap text etc. ProgressOn is a very SIMPLIFIED way of doing a popup progress bar, if you want to be more creative you need to get more creative I'm afraid.Mal Are you telling me something I need to know or something I want to know?
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