ActiveXperts Network Comnponent KB - Using ActiveXperts Network Component

'Using ActiveXperts Network Component' Knowledge Base Articles

Q1100010 Can I use Visual C++ to include ActiveXperts Network Component?
  Yes you can. There's a project included in the sample directory. You need Visual Studio 2008 or higher. Make sure you include 'AxNetwork.h' in all source files where you use the component, and add 'AxNetwork_i.c' to your project so it will be compiled and linked with your project. ...
Q1100020 When I do a Wake Up on LAN, the machine doesn't wake up at all. What's wrong?
  Wake up on LAN (WOL) means that you can power on a computer by sending a sequence of packets over the network to that specific NIC card. Three conditions must be met: Wake up on LAN must be supported by the remote computer's BIOS Somehow, there must be a link between the computer's NIC card ...
Q1100025 I'm implementing a client server application. Is it possible to transmit binary data?
  Yes. You should use the SendBytes method to transmit the bytes to the remote party. ...
Q1100030 Is Network Component thread-safe?
  Yes, Network Component is 100% thread-safe. It can be used by multiple applications simultaneously, and each individual application can have multiple simultaneous threads using Network Component. This applies to all Network Component object, i.e. the Icmp object, the Http object, the Ssh object, e ...
Q1100035 We are using the component within HTML/Javascript code. The browser is Internet Explorer. Each time the ActiveX control is loaded by the browser, a security warning is displayed. Have you any suggestion to remove this message?
  There are basically two ways to avoid prompting: Add the website that hosts the ActiveX component to the trusted sites of all Internet Explorers. This would need some automatic configuration on your LAN's Internet Explorers, for instance through Group Policy (recommended) or through logon ...
Q1100040 How can I receive binary data from a remote client?
  You should call ReceiveBytes to get a stream of binary data. ...

Contact Support

If you cannot find an answer to your question(s) in our Knowledge Base, or if you need additional information or assistance, please contact our Customer Support using the Contact Support form:
Contact Support »

M