|
-
November 12th, 2008, 09:00 AM
#1
newbie in DLL
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|