New Post: Print
Hello! I am new, be can create a custom template to print or export, that takes information from Database (Acces, or Shapefile). regards,
View ArticleNew Post: print map and its legend
Hi everyone. Now I'm working on my project using mapwingis.ocx and I need to print my map and its legend. Can anybody tell me how to accomplish it? Thanks.
View ArticleNew Post: How to cite MapWinGIS in academic paper.
If you search Google scholar for MapWindow you will find a number of papers that use and our discuss MapWindow. The best custom is probably the article in the Encyclopedia of GIS. Thanks!
View ArticleNew Post: Error in returning Group name after having removed
Dear Sir, I have a problem about "returning the group name by using the function: Legend.ItemByHandle(i).TEXT. When a group is add in the first time, the itembyhandle(i).Text can return the group name...
View ArticleNew Post: Print
you can use snapshot function to take current view of your map and save it as bitmap, in regards to the information from database? what do you mean? is it attributes/textdata displayed as labels in...
View ArticleNew Post: Print
Example: I have a shapefile that consists of several, Each of these has an ID. I need when select an ID on the map, you can run an event to look for a database other value that corresponds to that ID....
View ArticleNew Post: Print
what your saying is you select a bunch of features get their corresponding ID's then query your database for additional Information link to a specific ID in your selected feature? You mean you Have two...
View ArticleNew Post: Arabic characters problem
I Got it solved by changing the culture of the program in the main form initialization i added Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("ar-SA", false); and now Arabic...
View ArticleNew Post: Creating exe with Visual Studio 2008 (Using MapWinGIS.ocx)
Hi Everyone, I want to build an exe for my project that use MapWinGIS.ocx in it. I always get error on Interop.MapWinGIS.dll. Could anyone help me, please? Thank you...
View ArticleNew Post: Exception when using Shapefile.Table.Query()
Hi, I am using MapWinGis OCX 4.8.8 in a VS2010 C# project to evaluate the control for use in our c#app. Up until now I have been really impressed and I am hoping this is an easy one: The app has a...
View ArticleNew Post: Exception when using Shapefile.Table.Query()
More info: Last week I made an installer for this test app for internal testing. I just ran this installer on my development machine and I am able to successfully run a Table.Query using the...
View ArticleNew Post: Exception when using Shapefile.Table.Query()
Did you set your configuration setting in VS2010 to x86?
View ArticleNew Post: Creating exe with Visual Studio 2008 (Using MapWinGIS.ocx)
Which version of the ocx are you using? What error do you get? Did you set your configuration options of your VS solution to x86?
View ArticleNew Post: Exception when using Shapefile.Table.Query()
Hi, Yes the VS2010 Configuration setting is for x86. The App builds and runs. The problem is when I call the Shapefile.Table.Query() method to retrieve a record from the tabular data (which I...
View ArticleNew Post: Exception when using Shapefile.Table.Query()
More Information on this issue: so now I have 2 projects using the same MapWinGIS components. I have been transferring code blocks between the 2, from the old project to the new project, and re-testing...
View ArticleNew Post: generateLabels display nothing
Hi, I'm trying to generate labels automatically, but nothing is displayed on map component. It's impossible for me to find an explaination : ShapeDrawingMethod=dmNewWithLabels shpfile.GenerateLabels 0,...
View ArticleNew Post: Exception when using Shapefile.Table.Query()
It might you are needing more memory than your hardware can deliver. You can try to use the quad-tree index:...
View ArticleNew Post: generateLabels display nothing
Are you using the latest OCX? We had some issues with opening dbf-files in write-mode. This has been fixed in newer versions. Can you try Labels.Generate...
View ArticleNew Post: Exception when using Shapefile.Table.Query()
Thanks for the idea. My development machine has 8GB of memory. Most of the client machines that this app is to be installed on will have about half of that. After I found that the size of the shape...
View Article