Desktop Application that display scores from a website?
-
Hi! I want to make a desktop application for windows that can fetch live scores of a cricket match from a website, but i think that some program like this already exist. As i have seen there many widgets that display temperature and etc.. Is there any open source application that can fetch scores and keep a record of them for later offline display?
-
Hi! I want to make a desktop application for windows that can fetch live scores of a cricket match from a website, but i think that some program like this already exist. As i have seen there many widgets that display temperature and etc.. Is there any open source application that can fetch scores and keep a record of them for later offline display?
If they are presented via RSS feed, perhaps an RSS reader would suit your needs.
Visual Studio is an excellent GUIIDE.
-
If they are presented via RSS feed, perhaps an RSS reader would suit your needs.
Visual Studio is an excellent GUIIDE.
I don't even know that what website i should use to fetch scores. If you know a somewhat similar application, it would be very helpful to get the idea of how to fetch scores or anything else from web and display it i my application. I will store those live scores and other data in a database to show in offline mode and create charts and graphs with that stored information.
-
Hi! I want to make a desktop application for windows that can fetch live scores of a cricket match from a website, but i think that some program like this already exist. As i have seen there many widgets that display temperature and etc.. Is there any open source application that can fetch scores and keep a record of them for later offline display?
Try the following to fetch cricket live score... A Simple Example of RSS Feed Reader
Thanks Md. Marufuzzaman
Don't forget to click [Vote] / [Good Answer] on the post(s) that helped you. I will not say I have failed 1000 times; I will say that I have discovered 1000 ways that can cause failure – Thomas Edison.