Using this component in an VB.Net Console Applicat - WeOnlyDo Discussion board

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

by DaveT, Monday, November 22, 2004, 20:33 (7104 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.

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

by wodSupport, Monday, November 22, 2004, 20:35 (7104 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.

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

by DaveT, Monday, November 22, 2004, 20:38 (7104 days ago) @ wodSupport

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