G
Guest
Hi all,
I'm developing a .NET application as a Windows service to retrieve data from
a remote server periodically. Because this server uses a proprietary
protocol, I need to use a supplied ActiveX control to communicate with it. So
my question is how can I instantiate ActiveX control from a windows service ?
From my understanding, an ActiveX must be placed on a Form; but in my case
there's no form at all.
Anybody can help me on this ? I don't want to create a hidden form to host
the ActiveX control.
Thanks in advance.
Dotnetjunky
I'm developing a .NET application as a Windows service to retrieve data from
a remote server periodically. Because this server uses a proprietary
protocol, I need to use a supplied ActiveX control to communicate with it. So
my question is how can I instantiate ActiveX control from a windows service ?
From my understanding, an ActiveX must be placed on a Form; but in my case
there's no form at all.
Anybody can help me on this ? I don't want to create a hidden form to host
the ActiveX control.
Thanks in advance.
Dotnetjunky