Hi,
i have some dll’s and a sample programm written in vb. Now i have to use this functionality in notes, but i dont know how to start…
The samples says:
Public gisrConn As ISRConnection
Set gisrConn = CreateObject(“ISR400Connection.Connection”)
gisrConn.ConnectInfoStore bla, bla, bla
ok, so, i know how to declare functions, but how can i declare the class ISRConnection which i need for the createobject?!?
Oh, maybe it helps…I have installed the win32 com api from the product, so i have all dlls and the api.
thanks for your help