home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 16
/
CD_ASCQ_16_0994.iso
/
news
/
4611
/
fw16d.ins
/
SAMPLES
/
TESTNOM.PRG
< prev
next >
Wrap
Text File
|
1994-05-26
|
281b
|
17 lines
#include "FiveWin.ch"
//----------------------------------------------------------------------------//
function Main()
local oDlg
DEFINE DIALOG oDlg FROM 2, 5 TO 20, 40 TITLE "Non-modal"
ACTIVATE DIALOG oDlg NOWAIT
MsgInfo( "Hello" )
return nil