DLL is new to me, and i did the following thru VB6

class1(myfristclassdll)

Option Explicit
Public i As Integer
Public vCounter As Long
Public vRecCount As Long
Public vValue As Long

Public Function Seekok(pparam As String, pparam2 As String) As Boolean
Seekok = False
End Function

I have compile this and created a DLL file, how can i use this in my vb6 app.

rgds
cyrus