combit List & Label 30 - .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


LlSelectFileDlgTitleEx Method

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 _
) 
 

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 8, .NET 9

See Also