New Post: MouseDown error message
Hello Marc,I have Axmap1.SendMouseMove = true after I added the Layers(important), maybe you should add Map.SendMouseDown = true at an appropriate place.Greetings Maurits
View ArticleNew Post: MouseDown error message
Thanks for that, I will try. I had added the SendMouse lines of code in the 'Form_Load' event section before adding the layers. I will add them after and see whether it changes anything (although it...
View ArticleNew Post: MouseDown error message
Maurits, It worked! Thanks for that, so helpful! :) Cheers Marc
View ArticleNew Post: How to use query tool strip of mapwingis activex
Hi i am new to forum and mapwingis... i am trying to develop an desktop GIS application...when i drag and drop the querytoolstrip from the toolbox of visual studio... then the all bydafault buttons of...
View ArticleNew Post: Identity Tool using mapwingis and C#
I am trying to develop a desktop gis application.. pls help me to code for the identity button...so i can access the feature of any polygon in a new form or DataGridView... Thanks in...
View ArticleNew Post: Identity Tool using mapwingis and C#
I am trying to develop a desktop gis application.. pls help me to code for the identity button...so i can access the feature of any polygon in a new form or DataGridView... Thanks in...
View ArticleNew Post: Synchronize maps ?
Hi, I'm trying to have two synchronized maps in my Vb.net application. Unfortunately, after spending hours googling, I can't find a way to do it. a) If I try to use Axmap.snapshot, to copy main map to...
View ArticleNew Post: Synchronize maps ?
Just found it minutes later...http://www.mapwindow.org/phorum/read.php?3,10487,printview,page=1
View ArticleNew Post: Symbolization
Hi, I'm trying to symbolize my shapefile according to some field values but after trying dozens of ways, I can't manage to get a result. All my points look the same with a default diamond shape. Here...
View ArticleNew Post: Different Symbols for Shape-Attributes
Hi, Did you find a working example using standard symbols instead of images ? I can't manage to do that https://mapwingis.codeplex.com/discussions/476867 Olivier
View ArticleNew Post: Symbolization
Here is the problem, I used single instead of double quotes from a bad sample I found somewhere.
View ArticleNew Post: Identity Tool using mapwingis and C#
Search for Axmap.CursorMode = MapWinGIS.tkCursorMode.cmSelection This VB code use mousedownevent to point to a feature and set attributes in a textbox If AxMap1.CursorMode =...
View ArticleCreated Unassigned: Mapstate [25027]
Hi,When copying from one map to another with mapstate, defaultdrawingoptions are not copied. If I set expressions on a shapefile in the main map without setting defaultdrawinoptions to false, the main...
View ArticleNew Post: On-Map Zoom/Pan Controls?
Hi All, Has anyone using MapWinGIS ActiveX 4.8.8 found a way to add pan & zoom controls to the map canvas? We have a VS2010 C# winforms app that has limited real estate and we are wondering if...
View ArticleNew Post: On-Map Zoom/Pan Controls?
How about just creating a separate form with the appropriate buttons and displaying it over top of the map (higher z order)? Don
View ArticleNew Post: Documentation on using mapwingis for query,identity...
Hi... I am building a gis application using mapwingis activex and C# but i stuck on some issues as i have no knowledge about functions of mapwingis activex object, so thats why i need a documentation....
View ArticleNew Post: Structure of Desktop GIS application(shape file or SQL)
Hi all... I am currently developing a desktop gis application using mapwingis and C#. I am using shapefiles. but i need Query,Identity and some more functions further like raster data etc. What should...
View ArticleNew Post: Documentation on using mapwingis for query,identity...
Hi Dheeraj, Welcome to MapWindow! The software is very well documented:http://www.mapwindow.org/documentation/mapwingis4.8/ And there are also some excellent examples to get you...
View Article