[Visual Basic] Shared Public Function Launch( _ ByVal url As String, _ ByVal title As String _ ) As InternetExplorerWindow [C#] public static InternetExplorerWindow Launch( string url, string title ); [C++] public: static InternetExplorerWindow* Launch( String* url, String* title ); [JScript] public static function Launch( String url, String title ): InternetExplorerWindow;