combit List & Label 30 - .NET Help
combit.Reporting Namespace / LlCore Class / LlPrintWithBoxStart Method

projecttype. See LlProject

the file name of the project

print options. See LlPrintMode

boxtype. See LlBoxType

window handle of the calling program (used as parent of the dialog box)

title of the abort dialog box, also appears as text in the print manager



LlPrintWithBoxStart Method

Starts the print job and opens the project file. Supports an abort window.

Syntax
'Declaration
 
Public Sub LlPrintWithBoxStart( _
   ByVal projectType As LlProject, _
   ByVal projectFile As String, _
   ByVal printMode As LlPrintMode, _
   ByVal boxType As LlBoxType, _
   ByVal windowHandle As IntPtr, _
   ByVal title As String _
) 
 

Parameters

projectType

projecttype. See LlProject

projectFile

the file name of the project

printMode

print options. See LlPrintMode

boxType
boxtype. See LlBoxType
windowHandle

window handle of the calling program (used as parent of the dialog box)

title

title of the abort dialog box, also appears as text in the print manager

Remarks

An application modal abort dialog box is shown as soon as the print starts Its title is defined by the passed parameter. In the dialog box there is a percentage-meter-control and a two-line static text both of which can be set using LlPrintSetBoxText to show the user the print progress, and if required (see below) also an abort button.

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