mIRC Home    About    Download    Register    News    Help

Print Thread
#137754 18/12/05 04:17 PM
Joined: Aug 2004
Posts: 237
L
Fjord artisan
OP Offline
Fjord artisan
L
Joined: Aug 2004
Posts: 237
i'm trying to create a dll with vb.net 2003, but i can't figure it out frown
anyone who has some hints?

i've been trying to use some delphi or c++ samples nut i'm already stuck on the function vars:

Public Function test(ByVal hwnd As handle, ByVal hwnd As handle, ByRef data As String, ByRef parms As String, ByRef show As Boolean, ByRef nopause As Boolean)

???, thx for any help!

#137755 19/12/05 03:55 PM
Joined: Jan 2003
Posts: 249
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Jan 2003
Posts: 249
VB DLLs are called via COM calls, they can't be called with /dll|$dll

I can't really help you on those though, I've never really programmed in VB.

#137756 20/12/05 08:15 AM
Joined: Aug 2004
Posts: 237
L
Fjord artisan
OP Offline
Fjord artisan
L
Joined: Aug 2004
Posts: 237
thanx, that already helps a bit, though vb.net is al little different i suppose it wil also be with these com things, anyone that can help a little more?


Link Copied to Clipboard