combit List & Label 29 - .NET Help
combit.Reporting Namespace / LlCore Class / LlSelectFileDlgTitleEx Method

window handle of the calling program

title for the dialog

project type. See LlProject
buffer for the project file return value


In This Topic
    LlSelectFileDlgTitleEx Method
    In This Topic

    Opens a file selection dialog with an optionally integrated preview window.

    Syntax
    'Declaration
     
    
    Public Sub LlSelectFileDlgTitleEx( _
       ByVal windowHandle As IntPtr, _
       ByVal title As String, _
       ByVal projectType As LlProject, _
       ByRef projectFile As String _
    ) 
    public void LlSelectFileDlgTitleEx( 
       IntPtr windowHandle,
       string title,
       LlProject projectType,
       ref string projectFile
    )
    public:
    void LlSelectFileDlgTitleEx( 
       IntPtr windowHandle,
       String^ title,
       LlProject projectType,
       String^% projectFile
    ) 

    Parameters

    windowHandle

    window handle of the calling program

    title

    title for the dialog

    projectType
    project type. See LlProject
    projectFile
    buffer for the project file return value
    Remarks

    Advantages compared to a normal CommonDialog: display of the project description, a preview sketch, the language consistency within List & Label and the adaptation of the dialog design.

    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also