473,787 Members | 2,881 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Host mappoint control in vb.net

Is there a way to host the mappoint control in vb.net? I don't want to use
the web service because the destination system will not have internet. I
tried to host it and got an error about the library not being registered. Yet
it shows up in the COM section when I added it to the toolbox, and shows up
in the toolbox but I can't drop it on a form? I need to display a map and
modify the map using code. I saw a demo of this a LONG time ago in vb.net and
didn't save it. Anyone know how or where I can find an article/demo of this?

Thanks,
Chris
Nov 21 '05 #1
4 2658
Perhaps I am missing your point but !

Are you trying to use location services to get routing plans etc, if so you
either need to get access to Location Server ( Microsoft ) which needs the
internet or install one in your intranet
HTH

--
OHM ( Terry Burns ) * Use the following to email me *

Dim ch() As Char = "ufssz/cvsotAhsfbuTpmv ujpotXjui/OFU".ToCharArra y()
For i As Int32 = 0 To ch.Length - 1
ch(i) = Convert.ToChar( Convert.ToInt16 (ch(i)) - 1)
Next
Process.Start(" mailto:" & New String(ch))
--
"balmerch" <ba******@discu ssions.microsof t.com> wrote in message
news:2A******** *************** ***********@mic rosoft.com...
Is there a way to host the mappoint control in vb.net? I don't want to use
the web service because the destination system will not have internet. I
tried to host it and got an error about the library not being registered.
Yet
it shows up in the COM section when I added it to the toolbox, and shows
up
in the toolbox but I can't drop it on a form? I need to display a map and
modify the map using code. I saw a demo of this a LONG time ago in vb.net
and
didn't save it. Anyone know how or where I can find an article/demo of
this?

Thanks,
Chris

Nov 21 '05 #2
From what I understood, running location server required internet, it used
the mappoint web services.

What I am doing with it is adding mapping/directions to my car computer
which already has XM radio (via the XMPCR usb receiver) and mp3/dvd playback
(via windows media player hosted in my app). When the software is done ill be
looking into moving it onto the windows xp embedded platform and running it
on my 1.2ghz via mini-itx motherboard which is in my car already with a 7inch
touchscreen and remote control via pocket pc. Most of its done and working in
the car on windows xp pro, but i really would like the maps/directions using
gps and need to host the maps in this app of mine.

Chris

"One Handed Man ( OHM - Terry Burns )" wrote:
Perhaps I am missing your point but !

Are you trying to use location services to get routing plans etc, if so you
either need to get access to Location Server ( Microsoft ) which needs the
internet or install one in your intranet
HTH

--
OHM ( Terry Burns ) * Use the following to email me *

Dim ch() As Char = "ufssz/cvsotAhsfbuTpmv ujpotXjui/OFU".ToCharArra y()
For i As Int32 = 0 To ch.Length - 1
ch(i) = Convert.ToChar( Convert.ToInt16 (ch(i)) - 1)
Next
Process.Start(" mailto:" & New String(ch))
--
"balmerch" <ba******@discu ssions.microsof t.com> wrote in message
news:2A******** *************** ***********@mic rosoft.com...
Is there a way to host the mappoint control in vb.net? I don't want to use
the web service because the destination system will not have internet. I
tried to host it and got an error about the library not being registered.
Yet
it shows up in the COM section when I added it to the toolbox, and shows
up
in the toolbox but I can't drop it on a form? I need to display a map and
modify the map using code. I saw a demo of this a LONG time ago in vb.net
and
didn't save it. Anyone know how or where I can find an article/demo of
this?

Thanks,
Chris


Nov 21 '05 #3
I wrote an article ( Lab ) on location server which may or may not be of
help.

http://www.learn247.net/werock247/la...r/vb/index.htm
HTH

--
OHM ( Terry Burns ) * Use the following to email me *

Dim ch() As Char = "ufssz/cvsotAhsfbuTpmv ujpotXjui/OFU".ToCharArra y()
For i As Int32 = 0 To ch.Length - 1
ch(i) = Convert.ToChar( Convert.ToInt16 (ch(i)) - 1)
Next
Process.Start(" mailto:" & New String(ch))
--
"balmerch" <ba******@discu ssions.microsof t.com> wrote in message
news:42******** *************** ***********@mic rosoft.com...
From what I understood, running location server required internet, it used
the mappoint web services.

What I am doing with it is adding mapping/directions to my car computer
which already has XM radio (via the XMPCR usb receiver) and mp3/dvd
playback
(via windows media player hosted in my app). When the software is done ill
be
looking into moving it onto the windows xp embedded platform and running
it
on my 1.2ghz via mini-itx motherboard which is in my car already with a
7inch
touchscreen and remote control via pocket pc. Most of its done and working
in
the car on windows xp pro, but i really would like the maps/directions
using
gps and need to host the maps in this app of mine.

Chris

"One Handed Man ( OHM - Terry Burns )" wrote:
Perhaps I am missing your point but !

Are you trying to use location services to get routing plans etc, if so
you
either need to get access to Location Server ( Microsoft ) which needs
the
internet or install one in your intranet
HTH

--
OHM ( Terry Burns ) * Use the following to email me *

Dim ch() As Char = "ufssz/cvsotAhsfbuTpmv ujpotXjui/OFU".ToCharArra y()
For i As Int32 = 0 To ch.Length - 1
ch(i) = Convert.ToChar( Convert.ToInt16 (ch(i)) - 1)
Next
Process.Start(" mailto:" & New String(ch))
--
"balmerch" <ba******@discu ssions.microsof t.com> wrote in message
news:2A******** *************** ***********@mic rosoft.com...
> Is there a way to host the mappoint control in vb.net? I don't want to
> use
> the web service because the destination system will not have internet.
> I
> tried to host it and got an error about the library not being
> registered.
> Yet
> it shows up in the COM section when I added it to the toolbox, and
> shows
> up
> in the toolbox but I can't drop it on a form? I need to display a map
> and
> modify the map using code. I saw a demo of this a LONG time ago in
> vb.net
> and
> didn't save it. Anyone know how or where I can find an article/demo of
> this?
>
> Thanks,
> Chris


Nov 21 '05 #4
Hi,

There are examples online (both www.msdn.microsoft.com and www.mp2kmag.com).
You also can ask questions in the mappoint newsgroup.

Dick

--
Richard Grier (Microsoft Visual Basic MVP)

See www.hardandsoftware.net for contact information.

Author of Visual Basic Programmer's Guide to Serial Communications, 4th
Edition ISBN 1-890422-28-2 (391 pages) published July 2004. See
www.mabry.com/vbpgser4 to order.
Nov 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
2353
by: tom | last post by:
Hi All, We have an Access XP application in which we utilize automation to control MS MapPoint 2004. It works pretty well, for the most part. Now, we would really like to use the MapPoint Control in our application to give our users active maps to interact with, but the control's help page explicitly states that it is NOT for use in Access: (With MapPoint 2004, the MapPoint Control is supported only in
1
1445
by: Dave Brown | last post by:
Hi all, I am wanting to use the mappoint service from a usercontrol on a webpage, in development this works fine but when my control is deployed and it tries to call the mappoint service I get a security exception, Anyone any thoughts/experience with this ? thx
0
1413
by: TOMAC | last post by:
Not sure if anyone in this forum can help me or not but I've tried actual Mapppoint discussion groups and they don't even answer my query. I'm getting desperate so I've attached my question and hope that someone can provide some guidance on this problem. "I have a database that uses MapPoint Control in an MS Access form and is supposed to map addresses for both Canada and the US based on values entered in the address fields on this form....
2
2143
by: Gil | last post by:
I am automating mappoint in access and was wondering what is a better way to have the mappoint map running all the time: 1.call it as a seperate application OR 2. as an activex control within a form in access. Both will give me the same data results, but I am more concerned about performance. Any ideas? Thanks,
0
1058
by: Eric Frost | last post by:
New article on using Python scripting to automate map-making with example code, see screenshots. Using Python to Control MapPoint, Part 2 «Second of a two-part article by Richard Marsden on scripting MapPoint using Python.» http://www.mp2kmag.com/a134--python.winwaed.automation.mappoint.html Eric Frost http://www.mp2kmag.com - The Magazine for MapPoint
7
5694
by: Kath | last post by:
Hi, I hope this is the most relevant newsgroup for this post. I have a VB.NET app that uses the MapPoint component, and in my app I use pushpins to display/retrieve GPS locations. Occasionally, when I call: objMap.Distance(locNorthPole, locX) my code catches an exception that's raised, the exception is:
0
906
by: ssaraslm | last post by:
can i use microsoft mappoint 2006 in asp.net 2005/c# ? mappoint 2006, i added mappoint control 13.0 It added only windows toolbar.. not web toolbar but i'm delevepoing only web application. so i can't access that control in asp.net 2005.. so how can i access with asp.net pls give some ideas...
0
1135
by: ssaraslm | last post by:
In web application, can i use microsoft mappoint 2006 in asp.net 2005/c# ? mappoint 2006, asp.net 2005/c# ...i added mappoint control 13.0 It added only windows toolbar.. not web toolbar but i'm delevepoing only web application. so i can't access that control in asp.net 2005.. so how can i access with asp.net pls give some ideas...
0
1799
by: Arcturus | last post by:
I am new to Access Monster forums. I developed an Access form which employees add their daily route. The form contains a sub-form in data-sheet (tabular) view where users add address and other information each day. (All data is stored in a database (.mdb file) on our server.) The form also contains a calendar control where one can call up routes from previous days. The sub-form is based on a query which ties to the calendar control. ...
0
9655
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9497
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10110
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7517
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6749
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5534
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4067
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3670
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2894
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.