Herd Software Development
DaVinci Graphics Library
DaVinci Documentation
Tutorial for Visual Basic 4/5/6As Visual Basic programmer you can develop your applications easily based on the DavCtl ActiveX control, contained in the file DAVINCI3.OCX and/or DAV3.OCX. This OCX-File requires no further DLLs. You can also call DLL-Functions directly from Visual basic by adding corresponding Declare – Statements to your basic program.
So that your application program can use the ActiveX component, the DAVINCI3.OCX must be registered. If you selected this function in the setup program of DaVinci, this has been done by the setup program, otherwise, please repeat the installation process.
) from the instrument pallet from.By default Visual Basic uses the name DavCtl1 for the newly created object.
Private Sub mnuFileOpen_Click()
DavCtl1.LoadFromFile ("")
End Sub