請問各位高手如何直接在webBrowser直接開啟"我的最愛"系統畫面?而不是另code畫面?<br>謝謝。
找到回案。 Private Sub mnuFavoritesAdd_Click() Dim objShellHelper As New SHDocVw.ShellUIHelper Dim strURL As String Dim strName As String On Error Resume Next strURL = web1.LocationURL strName = web1.LocationName objShellHelper.AddFavorite strURL, strName End Sub