Using this component in an VB.Net Console Applicat (General questions)
Just wondering if it is possible to use this component in a VB.Net Console Application. Right now I am trying it out, but when it tries to connect the state never changes from connecting to connected.
Thanks.
Re: Using this component in an VB.Net Console Appl
Dave,
yes you can, make sure you set Blocking = True since there's no message pump in console apps (meaning you cannot do it in async way, you must use blocking way).
Regards.
Re: Using this component in an VB.Net Console Appl
Dave,
yes you can, make sure you set Blocking = True since there's no message pump in console apps (meaning you cannot do it in async way, you must use blocking way).
Regards.
Awesome, Thanks for the quick response!!!!!