Advertisement
2002VB Internet/ HTML #17631

IE Favorites <-> Netscape bookmark converter

Converts IE Favorites to Netscape Bookmarks and vice-versa in just 9 lines of code

AI

ИИ-обзор: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Исходный код
original-source
Dim ShellUIHelper1 As ShellUIHelper
 
Sub ImportFavorites(NetscapePath As String)
 Set ShellUIHelper1 = New ShellUIHelper
 ShellUIHelper1.ImportExportFavorites True, NetscapePath
End Sub
Sub ExportFavorites(NetscapePath As String)
 Set ShellUIHelper1 = New ShellUIHelper
 ShellUIHelper1.ImportExportFavorites False, NetscapePath
End Sub
Оригинальные комментарии (3)
Восстановлено из Wayback Machine