I am developing a web browser in c#.. i need to give option to the user for my web browser as set to Default browser??? how is it possible
|
|
On Windows check out this Registry key: HKEY_CLASSES_ROOT\HTTP\shell\open\command There's also HTTPS too. You'd ideally want to check this is set to your application and if not then ask to set it. |
||||
|
|
|
You need to set the registry key |
||
|
|
