GetModuleCount Example for Visual Basic

Dim lCount As Long

lCount = LEADDICOM1.GetModuleCount
MsgBox "Module Count: " & CStr(lCount)