Nevron .NET Vision
Nevron.Interop.Win32 Namespace / NShell32 Class / StartProcess Method


In This Topic
    StartProcess Method
    In This Topic
    Starts a process using the
    Syntax
    'Declaration
     
    
    Public Shared Function StartProcess( _
       ByVal fileName As System.String, _
       ByVal useOpenWidthDialog As System.Boolean _
    ) As System.Boolean
    'Usage
     
    
    Dim fileName As System.String
    Dim useOpenWidthDialog As System.Boolean
    Dim value As System.Boolean
     
    value = NShell32.StartProcess(fileName, useOpenWidthDialog)
    public static System.bool StartProcess( 
       System.string fileName,
       System.bool useOpenWidthDialog
    )

    Parameters

    fileName
    useOpenWidthDialog
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also