|
|||||
|
This section uses MS Visual Basic .Net (2005) for examples and screenshots.
An open Windows Application Project
In your project you'll need to create a reference to the .Net objects. NOTE: The setup does not add the object to the Global Cache so you will have to browse for the DLL manually.
Adding a Reference in the Project Properties
In the 'Add Reference' dialog, click the 'Browse' tab and browse to and select the EHL7_mc2005.dll which installed on your computer when you installed the ActiveX Components.
Browse for the EHL7_MC2005.dll
And that's it. NOW you're ready to start creating your solution.
|