keypuncher Posted April 24, 2008 Posted April 24, 2008 Straight forward When using simple MsgBox, example msgBox 16, is there a way to change the font size and / or color, type? Yes I'm aware we can create our own message boxes but I'm just seeing if there is a way to do it simple with the supplied msgBox. MsgBox(16, "Small font MsgBox", "this message box." & @CRLF & @CRLF & "has a font size that I wish to change" & @CRLF & @CRLF & "this box will now self destruct in 4 more seconds" , 6)
redsleeves Posted April 24, 2008 Posted April 24, 2008 Have you tried WinAPI, specifically _WinAPI_SetFont?
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