You are on page 1of 1

!wW4533.

Btc!2345

C:\Program Files (x86)\Microsoft Visual Studio 11.0>regasm /codebase /tlb


"C:\Users\yigit.karadeniz\Desktop\KTMDSmartWebService.dll"

regasm /codebase /tlb "C:\Program Files


(x86)\Kofax\CaptureSS\ServLib\Bin\KFXDSmartWebService.dll"

C:\Windows\Microsoft.NET\Framework\v4.0.30319

'This function opens the file provided in the imgpath parameter with associated
viewer
Function OpenImage(ByVal imgpath As String)
Dim objShell

objShell = CreateObject("Shell.Application")
objShell.ShellExecute(imgpath, "", "", "open", 1)
objShell = Nothing

End Function

You might also like