Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to use shell execute to open internet explore

Status
Not open for further replies.

maapi

Technical User
Nov 30, 2013
65
0
0
RO
I was using ShellExecute to open internet explorer in my TAPI application for Avaya IP Office it was working fine in windows XP and windows 7.
It is not working in windows 8 and windows 8.1.
I am using the following code ,
ShellExecute(NULL, "open", "C:\Program Files (x86)\Internet Explorer\iexplore", " +CID,NULL, SW_SHOWMAXIMIZED);

also i tried :

ShellExecute(NULL, "open", "iexplore", " +CID,NULL, SW_SHOWMAXIMIZED);



what changes do i need to do to make it work in Windows 8.1?


iam happy i am here...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top