Hi Ben,
Thank you for your reply. I have couple of questions on the code you provided me.
1. On "GeographicUnit" enum, there are only few units. But my requirement is that user can set any unit like Survey Feet, miles, kilometers ...etc. Is it possible to set these units on winformsMap control?
2. You are creating Proj4Projection object using epsg numbers. In my application I need to get it programatically either from the shapefile or from .prj file. I cannot ask the user to provide these numbers. Can I get the epsg codes of a coordinate system from .prj file or from shape file?
3. I saw that you are setting "CurrentExtent" to some hardcoded values. As we are trying to display multiple shapefiles, we need to set the minimum bounding rectangle of all the shapefiles programatically. Is my understanding correct? If so then how can I set that?
Thanks for your answers and it is helping me a lot to evaluate the product. As I told you before we are trying to replace MapObjects from our application with MapSuite and I am currently evaluating if MapSuite is right candidate for us or not.
Suresh