New Post: QueryEditor/Query Builder ActiveX or DLL
Hi all, I am currently developing a Desktop GIS Application, so i used MapWindowToolStrip.dll for pan,zoomin,zoomout etc. For Identity and Query I also want any dll file or activex control. Regards,...
View ArticleNew Post: Documentation on using mapwingis for query,identity...
Dear Sir,Can i get the Activex or dll files of Query Editor/Query Builder of MapWindowGIS?I have downloaded the dll file of MapWindowToolStrip from...
View ArticleNew Post: Symbolization
Hello Oliver, could you please post the correct code, as I'm not sure which single-quotes you mean and how the code looks like after correction. Thanks in advance
View ArticleNew Post: Symbolization
Hi, I used Public Const cote As String = """" ct.Expression = "[REF] = " & cote & "V1" & cote
View ArticleNew Post: Synchronize maps ?
Hi, I noticed that Mapstate is deprecated in 4.8. That seems bad to me because you can't anymore synchronize maps using memory with a simple line like AxMap1.Mapstate=AxMap2.Mapstate. I found that this...
View ArticleSource code checked in, #73687
Added 'TamasDebug' configuration option to be able to debug the ocx using Tamas' his SDK.
View ArticleNew Post: Built in symbols
Hello everybody, I wonder whether there is a possibillity to find out which built in symbols are available. Apart from that I'd like to know whether there is a possibillity to define my own "built in"...
View ArticleSource code checked in, #73702
Fixing a typo that caused the new version of the ocx to crash when unloading an image file.
View ArticleNew Post: problem with ShowDialog()
Hello ! I use the last version of mapwingis dll (4.8) and active x control to develop an application in C#. I need to display winForm when the user click on the map. So, I catch the event...
View ArticleNew Post: problem with ShowDialog()
I tried the following and it behaves correctly. Are you trying to do something different from this?public partial class Form1 : Form { public Form1() { InitializeComponent(); axMap1.MouseDownEvent...
View ArticleNew Post: problem with ShowDialog()
No, I do like you. The only difference is that in the "axMap1_MouseDownEvent" function I have : private void AxMap_MouseDownEvent(object sender, AxMapWinGIS._DMapEvents_MouseDownEvent e) { bool...
View ArticleNew Post: problem with ShowDialog()
Moreover, when the axMap bug, if I double click with the left button on the map, it works good again (the extents change and I don't see the map, I need to zoom in or zoom out to retrieve the map but...
View ArticleNew Post: problem with ShowDialog()
Other information: when I debug, if I set a breakpoint after the messagebox, the map works fine. I feel that the map has not the time to refresh after the closure of the messageBox. But I already tried...
View ArticleNew Post: problem with ShowDialog()
Again, another informations. I tried to do a little project to reproduce my problem. CLASSE WITH THE FORM AXMAP :using System; using System.Collections.Generic; using System.ComponentModel; using...
View ArticleNew Post: problem with ShowDialog()
Don, I have the confirmation its a bug of mapwingis. When I tried this very little code :using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using...
View ArticleNew Post: problem with ShowDialog()
Hi Tristan, Yes, I think it is bad to interrupt the mouse down event. Mouse down could be the first step of a zoom, pan, draw a selection box. So changing the cursor in the middle of that behavior is...
View ArticleNew Post: problem with ShowDialog()
Hi DonRahmlow, Thanks for your help. I don't understand all of your idea ;) Can you give me a little example of code (just lines of your "flag") ? Tristan
View ArticleNew Post: problem with ShowDialog()
Tristan--"possibleMouseClick" is the flag I was talking about. Someone else probably has a more elegant solution but this works great for me. --Don public static void Map_MouseDownEvent(object sender,...
View Article