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