Or something like that. Mainly it's because I've been sitting, collecting dust teaching programming instead of doing programming, and I need to get back into shape, and I figured this was a good task for me to undertake.
I'm currently plotting a simple client written in VB (why VB? Because it's easy, and I'm teaching a class on it next week), and it will involve an activeX dll to handle all of the protocol manuvers, so that activex dll can then be used in other client applications, or converted into a COM object, and used on a server platform.
That's the goal anyway.
Now if I only could get the winHTTPrequest object to behave like I think it should..