Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Aligning multiple lines in Messagebox()
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00361690
Message ID:
00361698
Views:
26
MessageBox is a dialog class buried deep inside Windows itself. You have no control over positioning unless you change the font from Windows to a fixed width font like Courier.

You can overcome this by installing a Hook into Windows itself and intercept the messages to the MessageBox class (#32770)allowing you to change any part of the message box.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform