Click here to Skip to main content
15,889,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Here's what I want to do: create a form that gets data from a web service that shows the plugins that program can use. When the user chooses a plugin to download, the program automatically downloads it to the proper directory. How could I create the needed web service/site, and how would I tell the form what it needs to do?
Posted

1 solution

Well, you do what you said. Write a webservice that returns a list of plugins, store locally which ones are installed so you don't show them, then download them on request, and place them in the right place so they run. Which bit are you stuck on ?
 
Share this answer
 
Comments
drummerboy0511 7-Jun-11 15:25pm    
I don't actually know how to write the web service. Also, it's a matter of displaying the information from said web service in a form.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900