![]() |
||
| Home | SwiftForth Archive | SwiftX Archive | |

Sorry for the delay; I've been distracted.
The simplest way to hide the toolbar and status line is
to redefine the WM_CREATE behavior of the console. This
is shown in the simple turnkey application below.
Rick
-----------------------------------------------------------------------------------
CONSOLE-WINDOW +ORDER
[+SWITCH SF-MESSAGES
WM_CREATE RUN: CREATES SF-STATUS HIDE SF-TOOLBAR HIDE ;
SWITCH]
CONSOLE-WINDOW -ORDER
PROGRAM FOO.EXE
----------------------------------------------------------------------
sftalk_at_forth.com The SwiftForth programming discussion email list
To unsubscribe, send subject "unsubscribe" to sftalk-request_at_forth.com
For list command help, send subject "help" to sftalk-request_at_forth.com
Message archives are located at http://www.forth.com/archive/sftalk
----------------------------------------------------------------------
This list is a forum for SwiftForth users. For product support and bug
reports, please send email to support_at_forth.com
----------------------------------------------------------------------
Received on Mon Apr 28 2003 - 12:25:36 PDT
This archive was generated by hypermail 2.2.0 : Wed Jan 07 2009 - 03:04:08 PST