i want to make a program which is connected to google maps and take input in form of (eg: location) and search it through webbrowser component???

The solution includes the following steps:
1. Make a form in which you have 2 parts:
a. A panel with controls to input all the needed parameters and a submit control.
b. An Html control to show the results (See: https://developers.google.com/maps/tutorials/fundamentals/adding-a-google-map or google more).
2. After the user enters all parameters and presses "Submit"
the "submit" code (if the submit button is called btnSubmit then the code is in: sub btnSubmit_Click) does the following:
a. Creates the proper html
b. Runs the html control with that html (See: http://www.techrepublic.com/forums/discussions/use-of-webbrowser-control-in-vb6-to-read-a-local-html-file/ or google more).

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.