I'm a relative neophite to the MapPoint 2004 ActiveX object, although I've been working with C# and .NET for some time.
I'm creating a visual mapping tool to show our technicians' routes in the field. The data is queried from our SQL 2000 server and imported into a System.Data.SqlClient DataSet. I'm then parsing through the DataRow collection in that dataset and creating pushpins for the technicians' route.
My question is whether it's possible to customize the field text in the pushpin balloons. Currently, it's defaulting to the Name and address. I'd like to subsitute in some other, more relevant, information.
Any help would be much appreciated.
Andre