home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 January
/
Chip_1997-01_cd.bin
/
ms95
/
disk23
/
dir08
/
f001000.res
< prev
next >
Wrap
Text File
|
1996-04-02
|
212b
|
18 lines
Attribute VB_Name = "Maindemo"
Option Base 1
Public msApp As Object
Sub main()
Set msApp = CreateObject("MicroStation.Application")
Load MSOleDemo
MSOleDemo.Show
End Sub