Hello,
I am making a program that requires the Winsock control and I've seen some people just add it as a component and others add referance to it and declare it... like so
Anyways, I was wondering if there was a differance and would it be better to add it as a component or add referance to it?
Thanks!
-Jason
I am making a program that requires the Winsock control and I've seen some people just add it as a component and others add referance to it and declare it... like so
Code:
Private WithEvents sckMain As MSWinsockLib.Winsock
Thanks!
-Jason