A preserved archive of the Logical Gamers community forums, 2009-2025. The original threads and posts, served read-only. Registration, posting and private messages are gone for good.

[VB.Net]Multi Account login

1.1k views · started by unrequited ·
#1
[VB.Net]Multi Account login
Hi guys. I'm looking into getting back into programming, and I actually forgot how to do multi account applications in VB.Net 2010. Mind helping me out here? Thanks
#2
Look into threading.

Basically you have multiple HTTP handlers on threads running simultaneously each linked to their account.
#3
I wish I was as good as programming as y'all