I have written a program using the mappoint objects to plot our client database directly from MSSQL 7. I have a question regarding zooming. Basically, I am plotting the points dynamically as pushpins. When the user chooses Alaska for example, all Alaska points are plotted as pushpins. This works fine, but when I save the map, it saves the whole US. I have been trying to figure out the ZoomTo property of the DataSets, but can't figure out how to assign my pushpins to a dataset...can you give an example? there is nothing in the help or on MSDN concerning this. It appears that I have to import from a file and assign to a DataSet. I am more interested in assigning pushpins to a dataset.
thanks in advance!