New Post: Draw Line Between Some Point
Hello, i'm new user of MapWinGIS. i have a question, i'm now in doing some project. Now i cant load the data from SQL Server and show the coordinat on map. how i can draw a line beetween point i...
View ArticleNew Post: Draw Line Between Some Point
Hello, i'm new user of MapWinGIS. i have a question, i'm now in doing some project. Now i cant load the data from SQL Server and show the coordinat on map. how i can draw a line beetween point i...
View ArticleNew Post: Draw Line Between Some Point
You can create a separate polyline shapefile. Each polyline will consist of 2 points. It's basically more or less the same you did with points.
View ArticleNew Post: Draw Line Between Some Point
Hai sleschinski, thanks for your reply i try to do, the same method as you say but, i can't see the line on map this is code i use for create point void drawNodes() { // it's default setting but just...
View ArticleNew Post: Version 4.9.3.1 Not running on Windows 7 Professional 64-bit
Great. Application is running now. Same problem is coming in Windows-8. Should I have to do the same thing on that?
View ArticleNew Post: Draw Line Between Some Point
At what point are you creating a line shapefile? I only see you creating point shapefiles. Paul
View ArticleNew Post: Draw Line Between Some Point
Hello paul, this is my code comment //creating point 1 & point 2 double lat, lng, lat2, lng2; lat = Convert.ToDouble(nodeDataGridView.Rows[0].Cells[3].Value.ToString()); lng =...
View ArticleNew Post: Missing method in Shapefile interface : EditAddShape()
excusme. i build project to plugin mapwindow. but i don't know how to add more layer(shp). i don't find example code. can u help me please
View ArticleNew Post: Try to Open .shp
excusme. i want to add more layer(shp), but i don't know the source code to make it. please,help me
View ArticleCreated Unassigned: Map Measurement Units [25968]
I would like to request a modification to the map measuring tools (MapWinGIS.tkCursorMode.cmMeasure). The current iteration of the tool is fantastic - one of the best design and display methods I have...
View ArticleNew Post: Failure to register v4.9.3.4 MapWinGis.OCX on W7 32 bit
Using the v4.9.3.4-win32 on Windows 7 32 bit, MapWinGis.OCX is (silently) failing to register, either during the install, or when triggered manually (both done with admin permissions). I have tried:...
View ArticleNew Post: Missing method in Shapefile interface : EditAddShape()
Hi @eliza_wibisono could you please not hijack an old post if you have a new question? Please start a new thread. Examples can be found here:...
View ArticleNew Post: Failure to register v4.9.3.4 MapWinGis.OCX on W7 32 bit
Does dependency walker says it is missing some files? If so which one? Your MapWinGIS folder should not be in your PATH, we did that in previous versions of the installer but it is no longer needed....
View ArticleNew Post: Failure to register v4.9.3.4 MapWinGis.OCX on W7 32 bit
Only delay loads missing, which I've seen from other posts aren't required (ieshim.dll and missing entry points in ieframe.dll). No, regsvr32 was doing nothing at all regardless of /s. I've actually...
View ArticleNew Post: Labels poorly drawn without Frame
Hi, I think you are doing everything right but apparently our automatic selection of rendering hint for text has some flaw. On my Windows 8.1 I wasn't able to reproduce your problem. Does the problem...
View ArticleCreated Issue: Text rendering hint selection doesn't working on Win8 [25975]
The issue is described here: https://mapwingis.codeplex.com/discussions/579803#Label font isn't displayed correctly without frame. Apparently automatic selection of text rendering hint doesn't work right.
View ArticleEdited Issue: Text rendering hint selection doesn't working on Win8 [25975]
The issue is described here: https://mapwingis.codeplex.com/discussions/579803#Label font isn't displayed correctly without frame. Apparently automatic selection of text rendering hint doesn't work right.
View ArticleCommented Unassigned: Passing Bing Token VB .Net [25974]
I have an application in VB .Net and I am trying to use the Bing Tiles. I have a valid Bing token but I am not sure how to pass the token to the provider. I found the following directions in the...
View Article