Anyone have any routines to send a score or hiscore list to a server? I'm hoping there is non-bloated way of doing this without adding controls, etc to the code. Something I could plug into an existing app would be great. Any ideas? Thanks.
Well, either controls... or code :). www.pscode.com has some nice Winsock classes which you can plugin to yuor project, and run like a winsock control. Pretty neat.
hmm.. I'm very green on this subject. I'm great at server side PHP, but I've never sent information to a server before using VB. I assume I want to "post" the data to a server side form, but havn't got a clue. At this point I'd be willing to pay someone for a solution. I would like the VB app to setup "fields, values" and then send these fields, values to a php form on my server. Anyone?
If you are using .net you could use .net services that run on the webserver. The client then hooks in to the services and uses them as if they are a local DLL.