[vb6] Get Default Browser 08-24-2012, 05:37 PM
#1
written by starz
Code:
Option Explicit
Public Function sDBrowserPath() As String
Dim oShell As Object
Set oShell = CreateObject("WScript.shell")
sDBrowserPath = Split(oShell.RegRead("HKEY_CLASSES_ROOT\HTTP\shell\open\command\"), Chr(34))(1)
End Function
Private Sub main()
MsgBox sDBrowserPath
End Sub
![[+]](https://sinister.li/images/modern/collapse_collapsed.png)
![[Image: fow57.jpg]](http://i.imgur.com/fow57.jpg)