OPC Labs EasyOPC Forms
OpcServerDialog Object
Members 
OpcLabs_EasyOpcForms ActiveX DLL : OpcServerDialog Object
Description
Displays a dialog box from which the user can select an OPC "Classic" server.

 

ProgId: OpcLabs.EasyOpc.Forms.Browsing.OpcServerDialog
CLSID (Class ID): df678162-a326-4bdf-9427-914a44c51fd2
Default interface: OpcLabs.EasyOpc.Forms.Browsing.ComTypes._OpcServerDialog
Event source interface:

 

For more information, see OpcServerDialog and OpcLabs.EasyOpc.Forms.Browsing.ComTypes._OpcServerDialog in .NET Reference.

Object Model

OpcServerDialog ObjectEasyAEClientSelector ObjectEasyAEInstanceParameters ObjectEasyAEAdaptableParameters ObjectEasyDAClientSelector ObjectEasyDAInstanceParameters ObjectEasyDAAdaptableParameters ObjectServerElement ObjectServerCategories Object

Remarks

For remarks, see OpcServerDialog and OpcLabs.EasyOpc.Forms.Browsing.ComTypes._OpcServerDialog in .NET Reference.

Object creation

_OpcServerDialogPtr OpcServerDialogPtr(__uuidof(OpcServerDialog));
OpcServerDialog := CoOpcServerDialog.Create;
var OpcServerDialog = new ActiveXObject("OpcLabs.EasyOpc.Forms.Browsing.OpcServerDialog");
OpcServerDialog := CoOpcServerDialog.Create;
$OpcServerDialog = Win32::OLE->new("OpcLabs.EasyOpc.Forms.Browsing.OpcServerDialog");
$OpcServerDialog = new COM("OpcLabs.EasyOpc.Forms.Browsing.OpcServerDialog");
OLEObject OpcServerDialog
OpcServerDialog = CREATE OLEObject
OpcServerDialog.ConnectToNewObject("OpcLabs.EasyOpc.Forms.Browsing.OpcServerDialog")
OpcServerDialog = win32com.client.Dispatch('OpcLabs.EasyOpc.Forms.Browsing.OpcServerDialog')
Dim OpcServerDialog As New OleObject ("OpcLabs.EasyOpc.Forms.Browsing.OpcServerDialog")
Dim OpcServerDialog As New OpcServerDialog
OpcServerDialog = CREATEOBJECT("OpcLabs.EasyOpc.Forms.Browsing.OpcServerDialog")
Dim OpcServerDialog As New OpcServerDialog
Dim OpcServerDialog: Set OpcServerDialog = CreateObject("OpcLabs.EasyOpc.Forms.Browsing.OpcServerDialog")
OpcServerDialog := CreateObject("OpcLabs.EasyOpc.Forms.Browsing.OpcServerDialog")
Interfaces
InterfaceDescription
Internal.

 

IID (Interface ID): 3dba1256-f61e-4a70-b54c-6b5d37aab4dd

 

For more information, see _FormCommonDialog in .NET Reference.

 
Internal.

 

IID (Interface ID): 2d1a7708-b1e5-41a5-963f-8e7afbcc6e86

 

For more information, see _SizableCommonDialog in .NET Reference.

 

IID (Interface ID): b86e59f2-f1e2-389d-b5f1-c55307c8106e

 

For more information, see IComponent in .NET Reference.

 

IID (Interface ID): 805d7a98-d4af-3f0f-967f-e5cf45312d2c

 

For more information, see IDisposable in .NET Reference.

A dialog for OPC Classic.

 

IID (Interface ID): 1d016179-efd8-44bb-af07-9deaefd4044c

 

For more information, see _OpcDialog in .NET Reference.

Example

For examples, see OpcServerDialog in .NET Reference.

See Also

OpcServerDialog Members