Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
hi am beginner in programming . How do I Write a new post the code . It should include the http://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml . The design I have created .


http://www.file-upload.net/download-10190858/w--hrungsrechner.rar.html[^]

thanks
Posted
Comments
Sergey Alexandrovich Kryukov 22-Jan-15 15:28pm    
If you are a beginner in programming, do begin programming. Don't ask for programs, this is not what we do here; we answer questions; and you are welcome to ask yours. "How can I write..." (anything) is not a valid question — the answer is: do appropriate software development job. Any real questions? And don't expect someone will load the file from who-knows-where and unpack it.
—SA
LLLLGGGG 22-Jan-15 17:37pm    
If you do not know WHERE to begin studying for this, try to google the web... Anyway you may try to start studying C#. If you are in a hrry with your project, try to have a look at WebClient class
BillWoodruff 23-Jan-15 1:50am    
Everyone here was a beginner ... once. A good place to start would be to search CodeProject for WinPhone 8 projects: find one and download the code, and then study the code.

Certain tasks your project you will involve can be separated out and developed independently, for example:

1. load an XML dataset from the web and parse it into some usable form

good luck !

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