Dear sir/madam,
As part of my project, I need to send queries from my website to Google search engine. The query needs to be send directly to the URL.
Thus, need to launch internet explore from visual studio 2005 (web development).
i have used the following Shell command, which is not working;
Dim IE
IE = Shell("C:\progr am Files\internet explorer\iexplo re.exe http://www.google.co.u k/search?" + TxtWebSearch.te xt, 1)
* TxtWebSearch is the name of the text box; where i would be typing in my query.
Please note that the above code works well in visual basic 6.0
If possible, could you please advice me,
Many thanks.
As part of my project, I need to send queries from my website to Google search engine. The query needs to be send directly to the URL.
Thus, need to launch internet explore from visual studio 2005 (web development).
i have used the following Shell command, which is not working;
Dim IE
IE = Shell("C:\progr am Files\internet explorer\iexplo re.exe http://www.google.co.u k/search?" + TxtWebSearch.te xt, 1)
* TxtWebSearch is the name of the text box; where i would be typing in my query.
Please note that the above code works well in visual basic 6.0
If possible, could you please advice me,
Many thanks.
Comment