From: Starglider 4 on 13 Feb 2010 23:39 Hi, What's the basic function to open iexplorer with a specified <url>? I know about WinExec(), but you can't specify an <url> there, as far as I know. Thanks, MK
From: Igor Tandetnik on 13 Feb 2010 23:49 Starglider 4 wrote: > What's the basic function to open iexplorer with a > specified <url>? Call ShellExecute passing the url as the third parameter. The system will open the user's default broswer (which may or may not be IE) and navigate to this URL. -- With best wishes, Igor Tandetnik With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead. -- RFC 1925
From: Starglider 4 on 14 Feb 2010 00:00 Really Great! Thanks, MK "Igor Tandetnik" <itandetnik(a)mvps.org> schreef in bericht news:ei$HWETrKHA.728(a)TK2MSFTNGP04.phx.gbl... Starglider 4 wrote: > What's the basic function to open iexplorer with a > specified <url>? Call ShellExecute passing the url as the third parameter. The system will open the user's default broswer (which may or may not be IE) and navigate to this URL. -- With best wishes, Igor Tandetnik With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead. -- RFC 1925
|
Pages: 1 Prev: add items to a list view Next: Overloading member functions, some virtual, some not |