New Post: convert shapfile to grid
hi i want to write the simple plugin that get two shapfile and then convert them to raster and then multiple them, please help me how can i do it i have a classlibrary and one form,but i cant add...
View ArticleNew Post: Problems to add shapefile in a map
This Source failedin order to add layers in a map. Private Sub Command1_Click() Dim sf As MapWinGIS.Shapefile sf.Open("C:\Cities\Cities.shp", Null) Map1.AddLayer(sf, True) End Sub I am working with VB6
View ArticleNew Post: Problems to add shapefile in a map
I have the same problem, Windows 7 Ultimate 64 bits with Visual Studio 2010 (I have 2 different computers with the same combination). Installed 64 bit ActiveX, 32 bit ActiveX, connect ActiveX from...
View ArticleSource code checked in, #71888
v. 4.9: 1. New members in Grid class to handle multiband grids (like NetCDF): Grid.OpenBand(bandIndex), Grid.NoBands, Grid.SourceType, Grid.ActiveBand, Grid.Extents. 2. NetCDF support(dynamic delay...
View ArticleNew Post: Simple Mouse Click and get object ID and attribute of shapefile in...
Hello, I am very new to the mapwindow system and I wold like get a simple example using Mouse Click and get object ID and attribute of shapefile in Vb.net. thank you all Mike
View ArticleNew Post: Mapwindow and VB.net for dummies or similar
Any documentation with simple vb.net examples that shows Mapwindow's APIs ? thank you, Mike
View ArticleNew Post: Mapwindow and VB.net for dummies or similar
Look at the "quick start guide" under "older documentation" here: http://www.labnol.org/software/tutorials/jpeg-vs-png-image-quality-or-bandwidth/5385/. It doesn't fully document the full API but is a...
View ArticleNew Post: Simple Mouse Click and get object ID and attribute of shapefile in...
Take a look at the quick start guide under "older documentation" here: http://www.labnol.org/software/tutorials/jpeg-vs-png-image-quality-or-bandwidth/5385/. It has an example of using mouse click...
View ArticleNew Post: Simple Mouse Click and get object ID and attribute of shapefile in...
is your link correct ? nothing to do with I am asking for...
View ArticleNew Post: Problems to add shapefile in a map
Can you check if sf.Open returns false? If so what error message do you get: sf.get_ErrorMessage(sf.LastErrorMsg);
View ArticleNew Post: convert shapfile to grid
Try to look at some of the test scripts at http://svn.mapwindow.org/svnroot/TestingScripts/ Don't use the ones that start with _ Here's a sample plug-in you can...
View ArticleNew Post: Problems to add shapefile in a map
Yes those are OK (it is true and no error message) The amount of layers is 1 at the end of the procedure. The thing is if I run the compiled executable it displays the map. If I run it through debugger...
View ArticleNew Post: Problems to add shapefile in a map
I have the same problem. My PC is Windows7 32 bits with Visual Studio 2010. I installed MapWindowx86Full-v48Final-installer.exe.<VB.NET> Dim sfWorld As New MapWinGIS.Shapefile...
View ArticleNew Post: Problems to add shapefile in a map
Could you all try to uninstall all version of MapWindow and install the latest beta and let me know if this solves your problem. You can get the latest beta at http://tinyurl.com/mwMonthly And can you...
View ArticleNew Post: Problems to add shapefile in a map
This error also occurs when the file you are opening is in use by another application. Try opening a different file.----------------------------------Daniel P. Ames, Ph.D., P.E. Associate Professor,...
View ArticleNew Post: Problems to add shapefile in a map
Thanks,Paul and Daniel. I uninstalled 4.8-Final and installed 4.8-Beta as admin, but Access Violation occurred at the same point. I've not used the file by another application. And error occurred with...
View ArticleNew Post: About the function“DrawPolygonEx” and how to Extract my map.
now. i have a problem. i want to draw a polygon on my map and the polygon is out my map's extent. so ,i want extract my map with polygon with my map old extent. map is ChinaMap (bou2_4p.shp); Are there...
View ArticleNew Post: About the function“DrawPolygonEx” and how to Extract my map.
like mfc have a function BitBlt. arcgis Extract byMask;
View Article