Smart Client using VC

Hi all i dont know whether this is the right place to ask my question. I want to implement a smart client using VC++ 8, why i am choosing VC is that, my module do some automation using word and do some hook operations for getting the mouse events in the automated work application, I want to port this to web so i am looking to make it as a Smart client application. Its supposed to get some datafrom my webserver using any of the remoting method in .net, like web services, remoting etc.

Can i develop a smart client using VC 8, unmanaged codding. Can i get some samples for smart client using VC
[606 byte] By [Vinod S] at [2007-11-20 2:48:24]
# 1 Re: Smart Client using VC
definitely you can do smart client using vc8 , if you know the webservice link , you can create a wrapper class for that by using the commandline utility wsdl.exe (included in vs2005 install) . refer to its help .
akgalp at 2007-11-10 23:11:22 >