Quote:
|
Originally Posted by AustinPowers
Can you post the instructions and source code again?
|
Instructions:
1. In your VB .NET project, right click on "Windows Forms" in the Toolbox
2. Select "Customize Toolbox"
3. Click on the ".NET Framework Components" tab
4. Click "Browse"
5. Find and select "dashreader.dll"
6. Draw the dashreader anywhere on the form--it disappears at runtime.
The "Port" property determines which port it tries to connect to. Use the "start()" method to actually connect to that port. The "NewPacket()" event is raised whenever a new packet of data is read. There are methods that return values for all of the data sent to the dashboard port (except for mode variables--I don't know how to interpret them).
--
Hmm, is it okay if I wait to release the source until I'm asbolutely certain the new control is accurate? Otherwise, let me know and I'll upload it ASAP.