Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hello,

 

I'm teaching myself as much as possible about VB.NET (I used VB6 before). But, I was thinking about making a network IM application that would work on a small Microsoft Network. I want the application to use file send/recieve as well as send instant messages back and forth. But, I have no clue where to start besides adding the controls to the form :)

 

I've never attempted anything like this in VB6, so I'm not sure what to do... please help, thanks.

  • 2 weeks later...
Posted

Well without actually writing it for you I can't think of much to say to such a broad question on the programming side.

 

On the design side however I would suggest making a central server that will be set on one particular computer on the network (preferably one with a fixed IP). The server would simply accept connections from the IM clients, keep track of the connected IPs and associated nicks. If you want the clients to have direct connection when chating and filesharing then the server will have to forward out the IP to each client broadcast of a message... if not then it will have to accept the message and relay it.

 

It will be alot easier to answer questions once you have the general design worked out and you have specific questions. Hope this helped some.

"Programmers are tools for converting caffeine into code."

 

Madcow Inventions -- Software for the Sanity Challenged.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...