Form web services client using VS c# express beta 2?

  • Thread starter Thread starter Bob Robertson
  • Start date Start date
B

Bob Robertson

Hey guys, I am interested in developing a Windows Form application that
acts as a web services client. Is this possible to do with one of the
VS express products? Which product would it be - C# express or Web express?

Thanks

Bob
 
One approach is to use the webrequest method to get results from the
webservice.

--
Regards
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
 
Back
Top