Consultor Eletrônico



Kbase 20051: ACTIVEX - How to Invoke the Windows Find Computer Dialog
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   7/8/2008
Status: Unverified

GOAL:

How to invoke the Windows Find Computer dialog

FIX:

DEFINE VARIABLE oShell AS COM-HANDLE NO-UNDO.

CREATE 'Shell.Application' oShell.

NO-RETURN-VALUE oShell:FindComputer().

RELEASE OBJECT oShell.