New Post: Zooming Using Trackbar
I want zoomin and zoomout map using trackbar, But its keep zooming with random scale. Can you guys help me with this? thankyou very much. I set trackbar value 0 to 10 Here is my code : Dim newScale As...
View ArticleSource code checked in, #72316
Updated the version numbers to 4.8.8.0 which is the first Release Candidate for v4.8.8
View ArticleReleased: MapWinGIS v4.8.8 Release Candidate - 32 Bit (Jun 10, 2013)
This is the first release candidate of MapWinGIS. Please test it thoroughly.
View ArticleCreated Release: MapWinGIS v4.8.8 Release Candidate - 32 Bit (jun 10, 2013)
This is the first release candidate of MapWinGIS.Please test it thoroughly.
View ArticleNew Post: Zooming Using Trackbar
This works great for me, sorry not VB. Zooming in, then out, or vice-versa, will take you back to where you started. private void trackZoom_ValueChanged(object sender, EventArgs e) { // If we are not...
View ArticleNew Post: Creating Legend in VB.net
It helps a lot, thanks a lot, Pein. I figured the partDim index As Integer = sf.Table.FieldIndexByName("IDPROV") sf.Categories.Generate(index, MapWinGIS.tkClassificationType.ctEqualIntervals,...
View ArticleNew Post: I have compiled the ocx file,But I can not register,who can help me
Maybe because both your system and MapWinGIS you installed are x64. I don't know why, but if you're using x64 Windows, install the x86 MapWinGIS. Then on the VS, go to menu Build >> Configuration...
View ArticleNew Post: Buffering
Can anyone guide me on Buffering, I want to select/draw a shape then make a buffer from that shape and get all the shape that intersect/within the buffer zone Thx
View ArticleNew Post: How using fuction Utils.MaskRaster in version 4.8.8 newest
I read change in version 4.8.8 and it have new Utils.MaskRaster . someonce tell me how using it . Thanks very much
View ArticleNew Post: How using fuction Utils.MaskRaster in version 4.8.8 newest
The idea is to have a grid and a shapefile. All grid values outside the shapefile will be set to the nodata value. This method is still a bit experimental, so try at your own risk.
View ArticleNew Post: Release candidate
Hi all, I've published a new release candidate for MapWindow v4.8.8. Download it here: https://mapwindow4.codeplex.com/releases Please test it thoroughly and let me know if you find any blocking...
View ArticleNew Post: How using fuction Utils.MaskRaster in version 4.8.8 newest
nice to read your answer and thanks, i will test it , and documentation for the MapWinGIS ActiveX control need update for new function why documentation for the MapWinGIS ActiveX control don't open for...
View ArticleNew Post: Release candidate
Thanks everybody , I hope we soon have version 4.9 and tile map thanks
View ArticleNew Post: Release candidate
Hello everybody, I've just started testing v4.8.8, and found no errors so far (MapWingis with Access 2010 and vba). I wonder wether its possible trying to load wms-layers already - if so could you give...
View ArticleNew Post: I have compiled the ocx file,But I can not register,who can help me
yim wrote: A friend of mine experienced it too. Later, she figured out that it was caused by both her system and MapWinGIS are x64. I don't know why, but if you're using x64 Windows, install the x86...
View ArticleNew Post: Source Why not use. Lib files to link , There has been a lot of errors
Source Why not use. Lib files to static link, There has been a lot of errors eos.lib(Assert.obj) : error LNK2001: 无法解析的外部符号 "__declspec(dllimport) class std::basic_string<char,struct...
View ArticleNew Post: Sample C++ example
pmeems wrote: What problems do you have? Are you getting error messages? Not a lot of people use the ocx with C++, so the help is probably minimal. can you help me? i want to use Lib files to static...
View ArticleNew Post: Sample C++ example
Do people use MapWinGIS OCX with C#? We wish to use the main MapWindow 4 environment and then add a plugin that imports Access table and converts some fields to make shapefiles and then display the...
View ArticleNew Post: Sample C++ example
The easiest and in my opinion best option is to create a plug-in that will do your custom processes. Then you will have full access to all features of MapWindow without the need to recreate them. We...
View ArticleNew Post: Sample C++ example
hassanrizwan wrote: Do people use MapWinGIS OCX with C#? We wish to use the main MapWindow 4 environment and then add a plugin that imports Access table and converts some fields to make shapefiles and...
View Article