Adding Web Reference To a Windows Form Project at VS
There are so many web services that we may want to use in our Windows Form Projects. I thing using web references in windows form applications may enriched our projects
1
vote
1 comment
-
Simon Jones
commented
You can easily add Web Service References to Windows Forms projects already.
In VB open "My Project" select "References" tab. Click the Down Arrow on the Add button, select "Service Reference".
Or right-click "References" in the Solution Explorer and click "Add Service Reference".
If this isn't what you want you may need to explain your point some more.