Using this component in an VB.Net Console Applicat (General questions)

by DaveT @, (7466 days ago)

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.

locked

Re: Using this component in an VB.Net Console Appl

by Jasmine, (7466 days ago) @ DaveT

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.

locked

Re: Using this component in an VB.Net Console Appl

by DaveT @, (7466 days ago) @ Jasmine

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!!!!!

locked