Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I am using ShellExecute to open the default browser. But in case there are two instance of browser opened say A and B and I want to refresh/reload A and not B , so can this be achieved using shell execute or by any other means
Posted
Comments
ThatsAlok 17-Aug-10 2:17am    
Nope this can't be achive using ShellExecute

1 solution

Use shell's 'open' command for http and look for the path under HKEY_CLASSES_ROOT and look for the default value under the key HTTP\shell\open\command.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900