Hello people.
I'm using lNet and hoping to achieve this:
I'd like a bar at the top of my (GUI) program that displays a string that has been retrieved from my server such as
"Floody Alpha 1.0 released, download now at <link>!"
So it's like an update bar.
I was hoping to retrieve the string which is raw text in a txt file, such as
www.myserver.com/update.txt, and every time you run the software it checks for a change.
The part I can't do is actually retrieving the string.
What I was thinking of doing was connecting to the webserver via TCPComponent and sending the GET command but I'm sure there's a much better way to do this.
Thanks in advance,
- Jishaxe
Edit: It's lNet, not LNet. .-.