Re: Adjusting only the message_box() font
- Posted by LarryMiller Feb 08, 2014
- 1209 views
The message_box function is just a wrapper for the MessageBox API function. MessageBox has limited options and was provided as a convenience for applications that have only basic needs. For applications that need more there are the general purpose dialog box functions.
There isn't much Euphoria can do about these limitations. Live with them or make your own.