hubber26
01-22-2008, 02:09 AM
Hi
I have c++ DLL which I then connect to VB
DLL is connecting to winpcap and act as sniffer.
in DLL there is procedure called start.
VB:
Private Declare Sub start Lib "c:\sniffer.dll" ()
but in procedure start there is a loop and when i call it from VB then VB application is blocked until loop finish.
Is there a way to my application to work uninterrupted.
Thanks
I have c++ DLL which I then connect to VB
DLL is connecting to winpcap and act as sniffer.
in DLL there is procedure called start.
VB:
Private Declare Sub start Lib "c:\sniffer.dll" ()
but in procedure start there is a loop and when i call it from VB then VB application is blocked until loop finish.
Is there a way to my application to work uninterrupted.
Thanks