Freigeben über


IE.LaunchInternetExplorer Method (String)

Launches Internet Explorer and returns the processor ID.

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim url As String
Dim returnValue As Integer

returnValue = IE.LaunchInternetExplorer(url)

Syntax

'Declaration
Public Shared Function LaunchInternetExplorer ( _
    url As String _
) As Integer
public static int LaunchInternetExplorer (
    string url
)
public:
static int LaunchInternetExplorer (
    String^ url
)
public static int LaunchInternetExplorer (
    String url
)
public static function LaunchInternetExplorer (
    url : String
) : int

Parameters

  • url
    Specifies the url to navigate to. Providing null will navigate the browser to the user's homepage.

Return Value

Returns the Internet Explorer process ID if successful, or 0.

Remarks

Requires Vista; an Exception will be thrown for platforms prior to it.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

IE Class
IE Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.