Jump to content

Programming help (vb)


RSBDavid

Poll  

  1. 1. Poll



Recommended Posts

Hello, I am working on a vb6 project. It is a multi-user chat. So far I can only get it to work with two people. One person hosts the server and the other person can enter the computer name and connect to it and chat. I am using the Winsock control. To my understanding, the best way to enable more then two users to use it is to create a server on the internet. I don't know much about that department. I looked up several things, but none helped me. I don't want anyone to give me source code, but pointing me to a site or two would help alot. Basically what I need is a tutorial on creating a certain type of thing where multiple users can connect to a server and talk. I just need something basic. No administrative things or anything like IRC. I have more Visual Basic.net experience then vb6, but I like how vb6 builds projects to a single exe file with added dll's rather then a bunch of wierd files like vb2008 does. IF you can find a vb.net simular thing, I will consider it as well, I just perfer vb6.

 

 

 

So can anyone help me?

wii_wheaton.png

[software Engineer] -

[Ability Bar Suggestion] - [Gaming Enthusiast]

Link to comment
Share on other sites

Hosting it via a server online is going to be tricky as for security reasons most standard hosts will not allow this.

 

To do this you'll need to either use a PC, which you own or have direct access to, and use it as your server or rent/purchase a dedicated server (pretty damn expensive).

 

You keep saying you want this to be a simple project, but its not. The simple option would be to create a client for an existing protocol, not creating your own.

[hide=Drops]

  • Dragon Axe x11
    Berserker Ring x9
    Warrior Ring x8
    Seercull
    Dragon Med
    Dragon Boots x4 - all less then 30 kc
    Godsword Shard (bandos)
    Granite Maul x 3

Solo only - doesn't include barrows[/hide][hide=Stats]

joe_da_studd.png[/hide]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.