New Post: Move a point.
True, but for what I am realizing the Draw method it is perfect, so I would be able to display an image or mini icon instead of the point. Suggestions? thanks
View ArticleReleased: MapWinGIS v4.9.3.5 Win64 (Mai 15, 2015)
What's New in 4.9.3.5 Release date: May 15th, 2015 The last commit number in this release is 04ef39c6dee2; full commit history can be found...
View ArticleUpdated Release: MapWinGIS v4.9.3.5 Win64 (mei 15, 2015)
What's New in 4.9.3.5 Release date: May 15th, 2015The last commit number in this release is 04ef39c6dee2; full commit history can be found at...
View ArticleReleased: MapWinGIS v4.9.3.5 Win32 (Mai 15, 2015)
What's New in 4.9.3.5 Release date: May 15th, 2015 The last commit number in this release is 04ef39c6dee2; full commit history can be found...
View ArticleUpdated Release: MapWinGIS v4.9.3.5 Win32 (mei 15, 2015)
What's New in 4.9.3.5 Release date: May 15th, 2015The last commit number in this release is 04ef39c6dee2; full commit history can be found at...
View ArticleNew Post: CADRG (.TOC) files
Hi everyone ! I have some issue using MapWinGIS v4.9.3.5 win32. According to the Library overview, CADRG files should be ".LF2" files. However, I would like to know if it is possible to use ".TOC"...
View ArticleNew Post: Draw Label
Good morning. I'm working with the Draw method and after drawing a point I would like to associate with a label. The code that use in Access 2010 is as follows: LastrinaOsservatore = Map0.NewDrawing...
View ArticleSource code checked in, #663a2c220a6c89b62d88c481cdb697e362f08472
A fix for rendering failure in MWLite control when point icon isn't set.
View ArticleNew Post: CADRG (.TOC) files
As far as I understand a .TOC file is a Table Of Contents file. It isn't actually a CADRG map. It's only some sort of reference file that tells you what CADRG files are included on the disk/folder you...
View ArticleNew Post: ShapeHighlighted and ShapeIdentified events don't work in 4.9.3.5
Hello! Sorry for my English. I used this events in my application, based on 4.9.3.4 and it worked. After update to new version identifier tool highlight shape, but ShapeHighlighted event don't occur....
View ArticleNew Post: ShapeHighlighted and ShapeIdentified events don't work in 4.9.3.5
If you are using .NET, have you tried to rebuild interop assemblies?
View ArticleNew Post: New installers for MapWinGIS for x86 & x64
Hi, I installed the new version MapWinGIS v4.9.3.5 x64 on Windows 7(x64) The problem is that I can not register MapWinGIS.ocx, failure to communicate the success of the registration. In my application...
View ArticleNew Post: New installers for MapWinGIS for x86 & x64
Daniel, please try to open MapWinGIS.ocx in Dependency Walker and check if you have missing dependencies: http://www.dependencywalker.com/ You can also run profiling of "regsvr32 mapwingis.ocx" call in...
View ArticleNew Post: New installers for MapWinGIS for x86 & x64
Thanks sleschinski, has helped "regsvr32 mapwingis.ocx" Appeared the next problem. I get the message: " Could not load file or assembly 'MapWinGeoProc, Version=4.8.6.42297, Culture=neutral,...
View ArticleNew Post: New installers for MapWinGIS for x86 & x64
I advised the problem but I do not see MapWinGIS ActiveX "Map control" in tab "COM Components" Visual Studio 2010 To add manually to Toolbox I get message: "Self-registration for...
View ArticleNew Post: Draw Label
1) Did you look at this example: http://www.mapwindow.org/documentation/mapwingis4.9/_tracking_8cs-example.html 2) You can add AxInterop.MapWinGIS.XML and Interop.MapWinGIS.XML to your bin or project...
View ArticleNew Post: New installers for MapWinGIS for x86 & x64
Hi Daniel, MapWinGeoProc was used in the 4.8 versions of MapWindow. MapWInGIS is used in MapWindow as well, but it has no direct relation with MapWinGeoProc. Could you try uninstalling all versions of...
View ArticleNew Post: Show an image on a drawing layer
Good Evening, I used this code to draw a point on the map: Private Sub Map0_Mousedown (ByVal Button As Integer, ByVal Shift As Integer, ByVal x As Long, ByVal Y As Long) Xx As Double Dim: Dim Yy As...
View Article