How to Add a Web Reference to a Windows Form ProgramaticallyRTRonak Tali17yAsked Feb 24, 2009, 8:08 AM4.1kWindows FormsIs it possible to Add a Web Reference to a Windows Form Programatically.
GGreg17y agoPosted Feb 24, 2009, 8:27 AMHi Ronak, I had to do something like this before and I found this article to be helpful: http://www.codeproject.com/KB/cs/addrefvsnet.aspx It shows how to make a simple gui that does it, but you can easily use the code example to fit it to what you are doing I am sure......
GregPosted Feb 24, 2009, 8:27 AM
Hi Ronak,
I had to do something like this before and I found this article to be helpful:
http://www.codeproject.com/KB/cs/addrefvsnet.aspx
It shows how to make a simple gui that does it, but you can easily use the code example to fit it to what you are doing I am sure......