How can I read the size and the font from an existing dialog-resource in a RES or DLL file?
Frank-Peter
How can I read the size and the font from an existing dialog-resource in a RES or DLL file?
Frank,
Try this:
DEFINE DIALOG oDlg RESOURCE ...
ACTIVATE DIALOG oDlg ON INIT ( MsgInfo( oDlg:oFont:cFaceName, oDlg:oFont:nSize ), oDlg:End() )
Antonio,
Its always good to think outside the box! I like it.
James