New Post: Anyone used the MapWinGIS activeX in a ClickOnce deploy?
We've been exploring this as well. For MW5 we abandoned the click-once workflow because it gives more problems then it solves. We've been experimenting with the manifest file and it will at least...
View ArticleNew Post: Anyone used the MapWinGIS activeX in a ClickOnce deploy?
According to my testing a couple of months ago MapWinGIS can be installed in register free way, i.e. without regsvr32 / windows registry use. The simple steps listed here worked for me (basically all...
View ArticleNew Post: Degree to projection conversion does not work second time.
Hi, I am using mapwingis in a windows form C# application. When button control is calling the plot GIS map method it works. But when it is called second time the following line keep providing projX =...
View ArticleNew Post: how to write expression with vb.net in mapwingis...
I would like to give color to the map with new category. to make must make previous expression. I've tried but still failed. What is wrong ? Please help me.Dim category As MapWinGIS.ShapefileCategory =...
View ArticleNew Post: how to create new category with Expression
hi i want to create a new symbol to create a new category. I've tried to create but fail, there is no map that changes color. please help me, I've been looking but have not found the solution Private...
View ArticleNew Post: SnapShot3 crashing
Hey guys, I've been looking into a bug in my program and it looks like it's a map window bug. My C# program is simply loading a 1GB geotiff into my map then splitting it up into 4000x4000 pixel tiles...
View ArticleNew Post: Change FillColor of single Shape
Hello everybody, in my Project (win 8.1 64, MS-Access 2013 - 32, vba, MapWindow.ocx 4.9.3.5 Win32) I use the following code to find a shape and change the fillColor of it:REM ... ' Layerobjekt...
View ArticleNew Post: Change FillColor of single Shape
Hello again, I'm very sorry, that's so strange - I restarted Windows twice yesterday, with no change in behavior. So I gave up after a couple of hours and ran the machine down. Today I started the...
View ArticleCreated Unassigned: Google Hybrid Tiles [26008]
I am trying to use the Google Hybrid tiles in a VB .Net VS2013 application. I find there are areas that do not display the tiles, Open Streets and Google Maps seem to work fine. Using this code, half...
View ArticleNew Post: Tile Display Issue
I am trying to use the Google Hybrid tiles in a VB .Net VS2013 application. I find there are areas that do not display the tiles, Open Streets and Google Maps seem to work fine. Using this code, half...
View ArticleNew Post: Error 429
Hi All,I have an access database that incorporates the MapWinGis (activex) component. I have this database installed on numerous systems. Two systems have some sort of problem that I’m having trouble...
View ArticleNew Post: Shapefie.Categories.Generate crashes with large files
Hello everybody, I use the following code in my MS-Access/Vba GIS application to clear a selection:Public Sub clearSelection() ' Selection zurücksetzen Dim objShape As MapWinGIS.Shapefile Dim...
View ArticleNew Post: Shapefie.Categories.Generate crashes with large files
Hello again, I'm sorry, I forgot to mention its MapWinGis 4.9.3.5 Win32 on Windows 10, 8.1 and 7 (32 or 64 Bit) with Access 2013 32 Bit Thanks again
View ArticleNew Post: Deploying application using Axmap and Shapefiles
Hello, I made a little application that uses Axmap and Shapefiles. As reference i inserted the AxInterop.MapWinGIS.dll and the Interop.MapWinGIS.dll in my program in Visual Basic 2010. All works fine,...
View ArticleNew Post: Shapefie.Categories.Generate crashes with large files
Hello again, I'm really sorry, it seems I fill up this thread on my own. Work and studying the documentation brought me a Little further. So I found out that I don't Need to create an index to clear a...
View ArticleCreated Unassigned: set image.TransparencyColor2 cause error [26009]
Dear Sir,I have updated mapwindow from v4.8 to v4.9, I got the following error when trying to run this line of code: image.TransparencyColor2 = newColour;//error messageAttempted to read or write...
View ArticleNew Post: Shapefie.Categories.Generate crashes with large files
Hello again, I'm sorry to write again (let's call it my private thread), but after some experimentation I found out that if I build up the index by:objShape.Categories.Generate intIndexField,...
View ArticleNew Post: MapWinGis in LabVIEW
Hi, I'm calling MapWinGis in LabVIEW, and trying to run a simple piece of code which drops point onto the map. I found an example in C#, and made the equivalent in LabVIEW. Now the code executes...
View ArticleNew Post: Deploying application using Axmap and Shapefiles
Wolfray99 I think you need to use some sort of installation package programme to build your installer. There are several installation package programmes, e.g. visual stuido plugin, install shield, etc,...
View ArticleNew Post: Deploying application using Axmap and Shapefiles
Hello, I use for Velsto INO setup which works fine and is also used for Mapwindow installers. Use the MapwinGis only installer (call it from your INO script) it saves you a lot of trouble. Greetings...
View Article