Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > ApplicationObjectEvents Object : OnOpenRemotePanelDialog Event
An expression that evaluates to a PartProgram object to determine the measurement routine for which this event should wait.
Long value representing a dialog box’s ID.
String value representing the message displayed in the dialog box.
Long value representing button 1.
Long value representing button 2.
Long value representing button 3.
Long value representing button 4.
Long value representing the default button.
OnOpenRemotePanelDialog Event
Description

This event gets launched when the specified Remote Panel Application dialog box opens.

Syntax
Visual Basic
Public Event OnOpenRemotePanelDialog( _
   ByVal PartProg As PartProgram, _
   ByVal DialogId As Long, _
   ByVal hWnd As Long, _
   ByVal Message As String, _
   ByVal BtnId1 As Long, _
   ByVal BtnId2 As Long, _
   ByVal BtnId3 As Long, _
   ByVal BtnId4 As Long, _
   ByVal DefaultBtn As Long _
)
Parameters
PartProg
An expression that evaluates to a PartProgram object to determine the measurement routine for which this event should wait.
DialogId
Long value representing a dialog box’s ID.
hWnd
Message
String value representing the message displayed in the dialog box.
BtnId1
Long value representing button 1.
BtnId2
Long value representing button 2.
BtnId3
Long value representing button 3.
BtnId4
Long value representing button 4.
DefaultBtn
Long value representing the default button.
See Also