New Post: On-Map Zoom/Pan Controls?
Thanks for the reply. We are using DevExpress controls in our forms. Specifically the LayoutControl which hosts our MapWinGIS map control. I have done a fair amount of research to see what might be...
View ArticleNew Post: On-Map Zoom/Pan Controls?
That sounds like a horrible limitation on the part of the DevExpress controls. My UI is a bunch of floating panels and forms for zoom, proximity sensitivity, drill-down info, etc. that are all movable...
View ArticleNew Post: MapWindow with Visual C++
Hello Developers, Is there any place where I can get some Mapwindow Visual C++ code integration? Thanks!
View ArticleNew Post: Documentation on using mapwingis for query,identity...
Hi DonRahmlow. First thanks a lot your link is very very useful to me. i am new to mapwingis so getting problem. I have used showtooltip.cs example but i want my mouse_move_events to its normal state.i...
View ArticleNew Post: Documentation on using mapwingis for query,identity...
Sorry, Dheeraj, but I don't understand your question about the mouse. In terms of filling a grid, you can grab the values of individual cells in the attribute table via sf.Table.get_CellValue, then...
View ArticleNew Post: Documentation on using mapwingis for query,identity...
Hi DonRahmlow, First Thanks for the reply, My question is :- Q1.) On mouse move event on Axmap it is showing tooltip or attribute of each polygon but not for the line or point layer... Q2.) Tooltip is...
View ArticleNew Post: Documentation on using mapwingis for query,identity...
Q1: that is because proximity detection is being performed only on a single sf/layer Q2: you could remove the popup label if the mouse moves and it is not close to a shape Don
View ArticleNew Post: How can i export map to image such as *.jpg with scale in c# ?
How can i export map to image such as *.jpg with scale in c# ?
View ArticleNew Post: How can i export map to image such as *.jpg with scale in c# ?
See axMap.Snapshot methods: http://www.mapwindow.org/documentation/mapwingis4.8/class_ax_map.html#a8c0629f96ad8d5d583d70e235e663173 and search for Snapshot. Don
View ArticleNew Post: How can i export map to image such as *.jpg with scale in c# ?
Can you suggest me I try to use snapshot method It can export image for me but the image isn't scale.
View ArticleNew Post: How can i export map to image such as *.jpg with scale in c# ?
The best recommendation I can give you is to look at the MapWindow source code, which does what you want. Perhaps someone else on this forum has a better/easier idea. Don
View ArticleNew Post: Documentation on using mapwingis for query,identity...
Dear DonRahmlow, Thanks for the reply and with your suggestion my problem(Q.2) is solved.. but can u explain me how can i show tooltip on point or line layer...(With what changes)...? Regards, Dheeraj
View ArticleNew Post: Documentation on using mapwingis for query,identity...
Hi Dheeraj--You just need to run the code in the example for every sf loaded as a layer for which you want the tooltip to appear. The example works on a single layer only. Don
View ArticleNew Post: Query Editor/Query Builder Tool
I am developing a desktop GIS application. I want to use Query Builder/Query Editor Tool (same as MapWindow GIS Desktop Application). Can i get any reference/tutorial or tool(including functionality)...
View Article