home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 August
/
PCWorld_2000-08_cd.bin
/
Software
/
TemaCD
/
xbasic
/
xbpro.exe
/
xb
/
xxx
/
initprog.xyz
< prev
next >
Wrap
Text File
|
1995-10-09
|
450b
|
16 lines
INTERNAL FUNCTION InitProgram ()
'
'
' ############################
' ##### InitProgram () #####
' ############################
'
' Add code to this function to initialize anything your program needs
' to initialize before CreateWindows() creates your programs windows.
' For initialization after CreateWindows(), add code to InitWindows().
'
' Do not delete this function, leave it empty if not needed.
'
FUNCTION InitProgram ()
END FUNCTION