Is it posible to make a desktop application in C# that gets information from an online web host (server) I want to make a web browser for memebers of my site that will have a news fader for recent updatse. I can do the browser just don't know how to integrate this feature (not to good with C# just basic apps is all i have ever done with it)
Desktop app - read from online server?
Started by zeroradius, Jun 01 2008 12:24 PM
6 replies to this topic
#1
Posted 01 June 2008 - 12:24 PM
|
|
|
#3
Posted 01 June 2008 - 01:48 PM
#4
Guest_Jordan_*
Posted 01 June 2008 - 02:13 PM
Guest_Jordan_*
zeroradius said:
would i just do an RSS feed?
This would be your best choice IMO. You can use TCP to fetch the xml into a string and parse it in C#. Your other option is to connect directly to the server DB from your application. I have done this before in either C# or Managed C++. It works just as well.
Posted via CodeCall Mobile
#5
Posted 01 June 2008 - 02:15 PM
ok, I will try the RSS feed first. I have never used one so studying it will help increas my knowlage. thanks for the help
#6
Posted 02 June 2008 - 04:19 AM
Xav wrote a short tutorial that might help you with this thing.
http://forum.codecal...nload-data.html
http://forum.codecal...nload-data.html


Sign In
Create Account


Back to top









