Re: Text in Message Window

new topic     » goto parent     » topic index » view thread      » older message » newer message

You can't use setFont with simple message boxes, ( msg_box() ),
.. they aren't even a part of win32lib !
Since even getting a handle for these 'darlings' can be quite involved, why
not just design your own modal window to use as a message box.
Using:
msgWin = createEx(Window,"title",mainWin,location,location,size_x,size_y,
                   {WS_CAPTION},WS_EX_DLGMODALFRAME)

.. and opening this as modal ... should be a good start.
.. but don't forget, it needs an exit button blink

Wolf


____________________________________________________________
T O P I C A  -- Learn More. Surf Less. 
Newsletters, Tips and Discussions on Topics You Choose.
http://www.topica.com/partner/tag01

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu