MapWindow Developer Team : MapWindow Discussion Forum
I've been working on a book for users of the MapWinGIS ActiveX Control. I've only completed the first few chapters, but it strikes me that already it should be useful for many new users of MapWinGIS. Also, I'm looking for contributors for new chapters. I've posted a
Draft of MapWinGIS Book Chapters...
Posted by:
danames ()
Date: December 28, 2006 03:52PM
I've been working on a book for users of the MapWinGIS ActiveX Control. I've only completed the first few chapters, but it strikes me that already it should be useful for many new users of MapWinGIS.
Also, I'm looking for contributors for new chapters.
I've posted a PDF of the file here: [www.mapwindow.org]
If anyone is interested in suggesting and writing a chapter for the book, please contact me directly (dan [at] mapwindow.org). I'll happily add you as an author.
Hopefully by formalizing this text, we can reduce the repetition of common questions here on the forum (like how to query your data, how to deploy and application, etc.)
Thanks!
Dan
Edited 2 time(s). Last edit at 07/03/2008 03:06PM by Dan Ames.
Also, I'm looking for contributors for new chapters.
I've posted a PDF of the file here: [www.mapwindow.org]
If anyone is interested in suggesting and writing a chapter for the book, please contact me directly (dan [at] mapwindow.org). I'll happily add you as an author.
Hopefully by formalizing this text, we can reduce the repetition of common questions here on the forum (like how to query your data, how to deploy and application, etc.)
Thanks!
Dan
Edited 2 time(s). Last edit at 07/03/2008 03:06PM by Dan Ames.
Re: Draft of MapWinGIS Book Chapters...
Posted by:
GISGuru ()
Date: January 03, 2007 12:03AM
Thanks a lot for working on such a helpful book for users of the MapWinGIS ActiveX Control. It is really gonna very useful for many new users of MapWinGIS including me.
Hope to get additional chapters soon.
arun
Hope to get additional chapters soon.
arun
Re: Draft of MapWinGIS Book Chapters...
Posted by:
tvetter ()
Date: January 03, 2007 04:43AM
nice, thats what i wanted when i began.
Re: Draft of MapWinGIS Book Chapters...
Posted by:
vm ()
Date: June 01, 2007 04:24PM
It is really a great work and truly useful for begginers! I must say it is helping me a lot. I have no experience with VB and not only helped to understand better MapWindow but VB itself!
Re: Draft of MapWinGIS Book Chapters...
Posted by:
gisempire ()
Date: August 28, 2007 07:29PM
我是 [gisempire.com] 的管ç†å‘˜ï¼Œä¸Šé¢æœ‰open source的版é¢ï¼Œæ¬¢è¿Žå¤§å®¶åŠ å…¥æ–‘ç«¹çš„è¡Œåˆ—æˆ–è€…è®¨è®ºï¼Œæˆ‘çš„qq:491474196,
Re: Draft of MapWinGIS Book Chapters...
Posted by:
janeks ()
Date: November 23, 2007 06:20AM
I am not shure about is this right way, but my first MapControl in Access looked a bit different then in your book:
It looks that Access VB works a bit different.
I am not good in VB, just a little codded in Access, so I am not shure about it, but probably it is worth to put some lines and this example in your book.
At the same time I just started to stumping in MapControl and there are other questions that I did not find out how it should work in Access.
brgds
Janeks
Private Sub Form_Load()
LoadData
End Sub
Private Sub LoadData()
Dim sfPagasti As New MapWinGIS.Shapefile
Dim hndPagasti As Integer
Dim FillColor As Long
Dim LineColor As Long
Dim LineWidth As Single
sfPagasti.Open ("C:\maps\dati\admIedal\pagasti2004_poly.shp")
hndPagasti = Me.MapMain.AddLayer(sfPagasti, True)
End Sub
It looks that Access VB works a bit different.
I am not good in VB, just a little codded in Access, so I am not shure about it, but probably it is worth to put some lines and this example in your book.
At the same time I just started to stumping in MapControl and there are other questions that I did not find out how it should work in Access.
brgds
Janeks
Sorry, only registered users may post in this forum.


