MapPoint Forums

MapForums

Community of VE/MapPoint Users and Developers




VB .NET and mappoint 2004

This is a discussion on VB .NET and mappoint 2004 within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; Hi to all. I'm a newbye in mappoint and a medium programmer in vb. I want to make a small ...


Go Back   MapPoint Forums > Map Forums > MapPoint 2006/2009 Discussion

Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 11-04-2003
Junior Member
White Belt
 
Join Date: Nov 2003
Posts: 2
VB .NET and mappoint 2004

Hi to all.

I'm a newbye in mappoint and a medium programmer in vb. I want to make a small application in vb and mappoint for GPS tracking purposes.

I want to know if somebody make this possible because I search this forum for concrete answers and I didn't find one.

Anyway…I will receive in a mysql database some lat. and long values and with that I will make the application working. This is at least the first step in my app.

Or is somebody have a tiny little demo code (only net because I founded for vb6 but I have only vb.net) to see how is ActiveX working?

Thanks a lot.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 11-05-2003
Junior Member
White Belt
 
Join Date: Nov 2003
Posts: 2
lat and long textbox

Hi .

I made my mappoint integration control in vb workspace, and now I want if anybody knows ...something simple..... I guess.

I have this two textboxes for lat and long and a button. After I insert the lat and long values and I press the button, on the map to have a small "bullet" in center of the map, and to have zoom on it.

any ideeas ??

thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3 (permalink)  
Old 11-19-2003
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
Nobody knows how to make this ?

I really need that , and can't find it anyware.

I have this text file with gps data ( ex: 44.25115 , 28.54817) and I need to put the waypoint to the map from this values.

Will be one ore more waypoints.

Thanks a lot
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4 (permalink)  
Old 11-19-2003
John Meyer's Avatar
Senior Member
Blue Belt
 
Join Date: Jul 2002
Posts: 479
Here is something to try.

Code:
Try
            Dim omap As MapPoint.Map
            Dim oloc As MapPoint.Location
            Dim opin As MapPoint.Pushpin
            omap = AxMappointControl1.ActiveMap
            oloc = omap.GetLocation(44.25115, 28.54817, 250)
            opin = omap.AddPushpin(oloc, "Pushpin1")
            opin.BalloonState = MapPoint.GeoBalloonState.geoDisplayBalloon
            opin.Location.GoTo()

Catch ex As Exception
            MessageBox.Show(ex.Message)
End Try
__________________
John
http://www.support-pc.com

Order MapPoint 2006 Here
https://secure.mp2kmag.com/?refer=support-PC
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5 (permalink)  
Old 11-25-2003
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
thanks

I have a question though. In my app. is a better solution to use waypoints, not pushpins. Or if I use pushpins it is possible to make the pushpins colored in different ways or the labels? And of course all the pushpins to be fixed. No drag and drop.

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
MapPoint 2004 anssrinivas MapPoint 2006/2009 Discussion 1 05-12-2006 07:13 AM
MapPoint 2004 API indyyu MapPoint 2006/2009 Discussion 1 05-02-2006 07:19 AM
Is this even possible in mappoint 2004? onagrote@hotmail.com MapPoint 2006/2009 Discussion 1 04-10-2006 11:29 AM
My first VB 6 App with Mappoint 2004 bgower MapPoint 2006/2009 Discussion 1 09-15-2005 04:58 AM
MapPoint 2004 Anonymous MapPoint 2006/2009 Discussion 1 10-10-2003 10:51 PM


All times are GMT -5. The time now is 09:49 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
MP2K Magazine
Visitor Map

Flights from Liverpool
Find information on flights from Liverpool online at Holiday Hypermarket. Our links will help you to find all you need with ease. Check out the latest deals for flights at Holiday Hypermarket.

European City Breaks
Book European city breaks with Travel Counsellors. A personal travel counselor will help plan your European city break.

Turkey Holiday
Any Turkey Holiday should include a visit to Anadolu; the Anatolian high central plateau is where Turkish culture is rooted. Book a cheap Turkey Holiday online at dealchecker.co.uk.

Bahamas Holidays
Bahamas Holidays offer pure blue skies, soft white beaches and the holiday of a lifetime. Visit us for a great deal to the Bahamas.

Greece
Greece covers a large area and as a result there is an abundance of things to do, see and taste. You can relax on a beach, visit ancient sites or make a trip to one of the islands like Corfu, Crete or Rhodes.

All inclusive holidays
To plan all inclusive holidays, use Travel.co.uk to explore all the possibilities.

Holidays in Sharm el Sheikh
Need booking info on holidays in Sharm el Sheikh? Visit On The Beach for more information!


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51