2dcoder |
Posted - Feb 16 2005 : 05:33:33 AM 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. |
2dcoder |
Posted - Mar 09 2005 : 01:04:45 AM Have no plans to use .net for anything until about 2-3 years from now. ;) Anyone else? |
Dan |
Posted - Feb 25 2005 : 06:33:38 AM 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. |
2dcoder |
Posted - Feb 23 2005 : 11:49:45 AM 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? |
Almar |
Posted - Feb 16 2005 : 3:17:15 PM 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. |