About GPS ToolKit
Introduction
Purchasing GPS ToolKit
Redistributing GPS ToolKit
License Agreement
Support
Getting Started
How to Use GPS ToolKit
Adding GPS ToolKit to a Visual Basic Project
Adding GPS ToolKit to a Visual C++ Project
Adding GPS ToolKit to an Excel Worksheet
Setting up the GPS
How to Use Events
Handling Events in Visual Basic
Handling Events in Visual C++
Handling Events in Microsoft Excel
GPS ToolKit Sample Projects
Handling GPS ToolKit Errors
Reference
Properties
Altitude
AltitudeUnits
ArrivedAtDest
AutomaticOperation
BaudRate
CrossTrackError
DegLabel
DestClosingVelocity
DestWptID
DestWptLatitude
DestWptLongitude
DistUnits
DGPSRefStationID
FixDateTime
FixGood
FixQuality
FixSatellitePRNs
GeoidHeightAboveWGS84Ellipsoid
HDOP
Latitude
LatLonFormat
Longitude
MagVariation
MinLabel
ModeIndicator
NumSatellitesInFix
NumSatellitesInView
OperationMode
OrigToDestMagBearing
OrigToDestTrueBearing
OriginWptID
PDOP
PortHandle
PortName
RangeToDest
RouteContainsAllWpts
RouteName
SatelliteInViewPRNs
SecLabel
Speed
SpeedUnits
TimeSinceLastDGPSUpdate
TrueBearingToDest
TrueCourse
VDOP
WptsInRoute
Methods
Close
GetSatelliteInfo
GetWptLocation
Open
OpenFile
Events
FixUpdate
FileComplete
NavUpdate
RawDataReceived
SatelliteUpdate

Adding GPS ToolKit Proto a Visual C++ project

Add a GPS ToolKit Pro object to your project by selecting Project->Add To Project->Components and Controls from the menu bar:

The Components and Controls Gallery dialog box appears. Double click Registered ActiveX Controls and then select GPSToolKit Class from the dialog. Click Insert.

When asked if you want to insert the component, click Yes.

The Confirm Classes dialog box appears informing you that a wrapper class will be generated so that you can use GPS ToolKit Pro from your project. Click OK. Now click Close to close the Components and Controls Gallery dialog box.

Visual Studio will generate the wrapper class and the GPS ToolKit icon will appear in the Controls toolbar. Drag the GPS ToolKit icon onto the dialog.

You may now create a GPS ToolKit Pro instance in your code by using the Member Variables tab of the ClassWizard:

You may now begin coding with the GPS ToolKit Pro instance. See the GPS ToolKit Reference for details on how to use GPS ToolKit Pro properties, methods, and events.