Calling web browser
-
Hi am developing an application with MFC and i need to know how can i run the registered web browser and pass a url to naviagate to it. thanks a lot
-
Hi am developing an application with MFC and i need to know how can i run the registered web browser and pass a url to naviagate to it. thanks a lot
why not using this :
::ShellExecute(null, _T("open"), t("http://www.codeproject.com"), null, null, SW_SHOWNORMAL);
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
why not using this :
::ShellExecute(null, _T("open"), t("http://www.codeproject.com"), null, null, SW_SHOWNORMAL);
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
Hi thanks a lot, that worked well thanks again
-
Hi am developing an application with MFC and i need to know how can i run the registered web browser and pass a url to naviagate to it. thanks a lot
Tarek Jabri wrote:
...i need to know how can i run the registered web browser...
See here.
"Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne