vb.net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am writing a program in Vb.NET, and need a way to let the users type
address info into a couple of text boxes, click a button, and pull up
MapQuest with this particular map. Does anybody have any idea how to do this.

Thank you in advance for any help offered.
 
I'm pretty sure that you can create a URL with all the address info in it
and then simply open it using the windows shell, which will invoke the
user's browser to bring up the URL. MapQuest or Expedia, I'm not sure
which, can be called with the parameters in the URL.

--- Nick
 
Back
Top