Right first of all i have search the forums for this, and i have downloaded and """attempted""" to use every sample i can get my hands on, and with little succes.
I am modifying a small update application that needs to read an XML file to find the newest version of program of mine.
I would rather be able to read th XML directly from my website, but i have to download it then thats ok. What i am loooking for is a working sample, which can read this (XML Below) and enter the values into text box's.
Any help would be appreciated
ILMV![]()
Code:<?xml version="1.0" encoding="UTF-8" ?> <update> <version>1.0.37</version> <os>*</os> <description>This update makes passwords encrypted, increasing security.</description> <downloaddir>http://www.meltdownsoftware.co.uk/content/download/diary/goldendiary.exe</downloaddir> </update>




Reply With Quote