View Single Post

  #1 (permalink)  
Old 11-29-2002
Anonymous Anonymous is offline
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
Visual Studio C# MP2002 Control creation

Hi,

As many of your other users, I am trying to a implement MP2002 control in my ASP page, using C#. You have many "how-to" examples in VB,...not in C#,...so I pasted in what I have.

//Create new Map
MappointControlClass ctlMap1 = new MapPoint.MappointControlClass();
ctlMap1.NewMap(MapPoint.GeoMapRegion.geoMapNorthAm erica);
ctlMap1.ActiveMap = True;
//

I know it is wrong but where ?

I am trying to open a new map on my mappoint control object,...then start coding around that object in "Design-time".

Any thoughts ???

Thanks,

Jacek
Reply With Quote