home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 16
/
CD_ASCQ_16_0994.iso
/
news
/
4611
/
fw16d.ins
/
IDE
/
PROGRAMS
/
TEST.PRG
< prev
Wrap
Text File
|
1994-05-19
|
178b
|
14 lines
#include "FiveWin.ch"
function Main()
local oDlg
SET RESOURCES TO "Ide.dll"
DEFINE DIALOG oDlg RESOURCE "LogoInit"
ACTIVATE DIALOG oDlg
return nil