Originally posted by JeffB
the OCX is created in Visual C++, but you don't need to do that, you only add the OCX in your project on your form, like the way you add and use a CommonDialog object. in the downlaod is include the compiled OCX, the source C++ code and a sample in VB (with code and properly working). To add a OCX, on your form, do Add Composants, browse and go search for the OCX, an icon will be added to your toolbar, select it and put it on your form, the default name will be NTService1, you will see all his property, and you can use Object Explorer to look property, const and method

JeffB - hope it helps
Hi Jeff,

I am working on it,I will get back when i have some problem,hopefully i wont have any.I have to create my own service which queries database and sends a response when the condition matches.
If you have any suggestion ,do reply.

Thanks.