PcLinuxGuru
Technical User
I looked and looked and looked. I may be looking for the wrong thing so I will explain what I am doing.
In the program I am writing I included a search box. The idea is to type what your looking for and when I click search I would like internet explorer (or whatever the default browser is) to open and download the url. Since I know what the url is (using Google as an example):
It will print correctly and if I copy paste the generated URL the correct page does open. Now I just need the ability to open a browser with the URL injected in the browser.
Pointing me in the right direction is more helpful or if it is something simple just paste some example code.
In the program I am writing I included a search box. The idea is to type what your looking for and when I click search I would like internet explorer (or whatever the default browser is) to open and download the url. Since I know what the url is (using Google as an example):
It will print correctly and if I copy paste the generated URL the correct page does open. Now I just need the ability to open a browser with the URL injected in the browser.
Pointing me in the right direction is more helpful or if it is something simple just paste some example code.