New Post: Source Why not use. Lib files to link , There has been a lot of errors
What version of the source code are you using? You know MapWinGIS is an ocx which needs to be registered? I'm not sure if linking would work. But I'm not a C++ developer ;) Paul
View ArticleNew Post: Sample C++ example
Thank you very much. Really appreciate the swift response and very delighted to receive it. :)
View ArticleNew Post: How using fuction Utils.MaskRaster in version 4.8.8 newest
The documentation of MapWinGIS is generated using DoxyGen, that's why it is not possible to modify it. The changes would be overwritten after the next generation. We will update the documentation...
View ArticleNew Post: Buffering
Do you mean something like this:http://www.mapwindow.org/documentation/mapwingis4.8/_create_buffer_8cs-example.html Paul
View ArticleNew Post: Creating Legend in VB.net
The table class also has a Join method. You can join a second database and the fields will be added to the table. Next you can use the fields for labeling and coloring. I don't have samples or...
View ArticleNew Post: Label Orientation Based on Longest Segment
If you use sf.Labels.Generate() http://www.mapwindow.org/documentation/mapwingis4.8/group__labels__management.html#ga842ae7f8aaaa19f5708d47734960f1f9 you can set the label positioning. Paul
View ArticleNew Post: Creating Legend in VB.net
Thank you Pmeems, I got it. The next problem is, how to let the user assign the cutting point manually (how many category they need and input the value for each category manually) For example: Number...
View ArticleNew Post: How using fuction Utils.MaskRaster in version 4.8.8 newest
The documentation of MapWinGIS is in a place and sample code of Mapwingis is in another place . And Mapwingis have 2 forum , one in mapwindow.org and one in mapwingis.codeplex.com . I think it too...
View ArticleNew Post: Buffering
Hi Paul, Yes something like that but i want to return the shapes/point or lines that is within the buffer zone,
View ArticleNew Post: Selecting Shape on MouseDown
Hi Don, it seems that the problem is in my shape file i dunno, i tried loading a different shape file, and it is working, wth, anyways thanks for dropping by ^ ^
View ArticleNew Post: Label Orientation Based on Longest Segment
thanks paul for all your help ^ ^ I should have explored more about labeling, what i am asking is already in front of me^ ^, damn ME, Thank thanks thanks.
View ArticleNew Post: Creating Legend in VB.net
pmeems wrote: The table class also has a Join method. You can join a second database and the fields will be added to the table. Next you can use the fields for labeling and coloring. I don't have...
View ArticleNew Post: Ask Different between old and new version
I have seen there are downloads update link (version 8.8.) . What the different between old version and new version is it ok if I just replace my aplication which is has the old version to new one?...
View ArticleReleased: MapWinGIS-only-v4.9CR-32bit-installer (Jun 18, 2013)
This is the first installer for v4.9. It supports native tiling and the NetCDF file format. It has some improvements to the Grid class, like opening a specific band. Soma API changes have been made,...
View ArticleCreated Release: MapWinGIS-only-v4.9CR-32bit-installer (jun 18, 2013)
This is the first installer for v4.9.It supports native tiling and the NetCDF file format.It has some improvements to the Grid class, like opening a specific band.Soma API changes have been made,...
View ArticleNew Post: Shapefile.EditClear() not clearing attribute table?
Hi All, I am having a problem with EditClear. It clears the shapefile but appears to leave the attribute table intact. The code I'm using is below. Many thanks, Don Shapefile sf = new Shapefile();...
View ArticleNew Post: Drawing/Adding New Shape to existing/New Shape FIle
Can anyone give me a quick guide regarding Adding/Editing/Moving Shape File, Using the mouse down/up Thx
View ArticleNew Post: Zooming Using Trackbar
thank you very much Don, but maybe we can use this for the easy solution. :DPrivate Sub TrackBar1_Scroll(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TrackBar1.Scroll Select Case...
View ArticleNew Post: Zooming Using Trackbar
Hi Ulz--Very nice, definitely a much easier approach! Don
View ArticleNew Post: Delphi & MapWinGIS 4.8
Hi I've tried to impot and install MapWinGIS in Delphi XE. But during compile: MapWinGIS_TLB.pas, delphi shows me a few errors. Than I found a page: http://www.mapwindow.org/pages/mapwingis.php I...
View Article