Results 1 to 15 of 15

Thread: Group Chat, with secure login with a server.

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2008
    Location
    USA - CALI - LA
    Posts
    6

    Group Chat, with secure login with a server.

    Hello.

    Now im just started out.

    Im using VB 2008 express but dw any code i get ill just use the tool 2008 has to put the code in 2008.

    Anyways what im trying to do is make a chat program for about 100-200.

    What i dunno how to do.

    How can i get a server on my comp so i can update the list of usernames of passwords without updating the program?
    How can i get the program on there PC to check my server on my comp if there input is validate?
    How can i get several users into the chat?
    How can i get it to display there names when they join the chat and get it to disappear when they leave?

    I dont understand this very much.

    So can someone explain and help me with this im about to set up the interface i just dont seem to get how to do the above things.

    thanx

    I REALLY HOPE I GET A REPLY.

  2. #2
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Group Chat, with secure login with a server.

    Welcome to the Forums.

    This is th VB 6 forum so you would do much better in the VB.NET forum. I can move the thread if you want.

    The converter in 08 still will not convert with out error so much time can be saved by bypassing vb 6 altogether.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  3. #3

    Thread Starter
    New Member
    Join Date
    Apr 2008
    Location
    USA - CALI - LA
    Posts
    6

    Re: Group Chat, with secure login with a server.

    hmm

    well can u please move it?

    cheers mate

  4. #4
    PowerPoster ThEiMp's Avatar
    Join Date
    Dec 2007
    Location
    Take The PCI Bus Across To The CPU!!
    Posts
    3,948

    Re: Group Chat, with secure login with a server.

    I have a complete source code of the program, in which you wish to have. It is the server and the client programs that are contained in the same zip file.

    Have fun, my friend!!
    Last edited by ThEiMp; Nov 9th, 2008 at 07:44 PM.

  5. #5
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Group Chat, with secure login with a server.

    Thread Moved
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  6. #6
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: Group Chat, with secure login with a server.

    If you have the urge to learn how to do this for your self, search the VB.NET forum for 'TCP' or 'Sockets', (or click the link in my sig ).
    Then I'd advice you to read up on the SslStream class for your security needs.
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  7. #7

    Thread Starter
    New Member
    Join Date
    Apr 2008
    Location
    USA - CALI - LA
    Posts
    6

    Re: Group Chat, with secure login with a server.

    cheers mate.

    THanks for the help.

    ill look up on this right now...

    by the way are most of my questions based on sockects and tcp?

  8. #8
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: Group Chat, with secure login with a server.

    Sockets are the fundamental parts of network communication so thats what you'll have to focus on the most. TCP is the protocoll you'll want to use.
    Then when you've got communication set up alright, you might want to focus on other areas, such as creating a database for the server to hold usernames and passwords etc.
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  9. #9
    New Member
    Join Date
    Mar 2010
    Posts
    3

    Re: Group Chat, with secure login with a server.

    Quote Originally Posted by ThEiMp View Post
    I have a complete source code of the program, in which you wish to have. It is the server and the client programs that are contained in the same zip file.

    Have fun, my friend!!
    hi there, i also have the same problem.. can you send the program to me too?

  10. #10
    PowerPoster ThEiMp's Avatar
    Join Date
    Dec 2007
    Location
    Take The PCI Bus Across To The CPU!!
    Posts
    3,948

    Re: Group Chat, with secure login with a server.

    I lost the zip containing all of the data, when migrating to Windows XP SP3 from Windows 98 SP2. But you can get it from this Forum. It is called: "Multi-user Chat."
    I have a huge free products range, of computer software in which you can download using any kind of 64-Bit Web Browser. Also there is coming a Social Networking section that I am making on my Website...

    |Ambra Productions Inc. | The Black Sun Society | The Black Shield | Ambra College | Church of the Black Sun | Ambra Productions Inc's Homepage | Boomtick Venues: Ambar Nightclub, Jack Rabbit Slim's, Villa Nightclub and Lucy's Love Shack | Pasta Ambra | Fish Feast Company | Wallet Wizard | Ambrose Liquor | Ambar Tavern | Ambra University | Ambra Cheese |

    Do you wish to do unpaid work for me??? If so, the PM me on this Forum, and then we can get to work, programming for the future of computers go by the name of ThEiMp. This is my ghost writers name. Also my nickname, means that I am: The Imperial of the Technology Industry, so then to make it really short, I just then wrote: The Imp, which is where I get the nickname from...

  11. #11
    New Member
    Join Date
    Mar 2010
    Posts
    3

    Re: Group Chat, with secure login with a server.

    thanks for the reply, i will search for it now... i really need it to know if VB.net can really create a multi-user chat with server and clients. The server can send message to the client, client to server, and client to client. I am new on VB and studying it is fun.

  12. #12
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: Group Chat, with secure login with a server.

    Quote Originally Posted by swiss0220 View Post
    thanks for the reply, i will search for it now... i really need it to know if VB.net can really create a multi-user chat with server and clients. The server can send message to the client, client to server, and client to client. I am new on VB and studying it is fun.
    VB.NET is fully capable of creating this type of application.
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  13. #13
    PowerPoster ThEiMp's Avatar
    Join Date
    Dec 2007
    Location
    Take The PCI Bus Across To The CPU!!
    Posts
    3,948

    Re: Group Chat, with secure login with a server.

    Well if I could do it in COM, then you can do it in .NET for sure!!
    I have a huge free products range, of computer software in which you can download using any kind of 64-Bit Web Browser. Also there is coming a Social Networking section that I am making on my Website...

    |Ambra Productions Inc. | The Black Sun Society | The Black Shield | Ambra College | Church of the Black Sun | Ambra Productions Inc's Homepage | Boomtick Venues: Ambar Nightclub, Jack Rabbit Slim's, Villa Nightclub and Lucy's Love Shack | Pasta Ambra | Fish Feast Company | Wallet Wizard | Ambrose Liquor | Ambar Tavern | Ambra University | Ambra Cheese |

    Do you wish to do unpaid work for me??? If so, the PM me on this Forum, and then we can get to work, programming for the future of computers go by the name of ThEiMp. This is my ghost writers name. Also my nickname, means that I am: The Imperial of the Technology Industry, so then to make it really short, I just then wrote: The Imp, which is where I get the nickname from...

  14. #14
    New Member
    Join Date
    Mar 2010
    Posts
    3

    Re: Group Chat, with secure login with a server.

    yeah, sure it will be easy for you guys, but i dont have the skill... can you give me a step by step instructions?

  15. #15
    PowerPoster ThEiMp's Avatar
    Join Date
    Dec 2007
    Location
    Take The PCI Bus Across To The CPU!!
    Posts
    3,948

    Re: Group Chat, with secure login with a server.

    go to the CodeBank and download the source code for that project. It is what, I did and that you can also learn from. Now I can do net and lan programming as well. That means that I have many more skills in work!!
    I have a huge free products range, of computer software in which you can download using any kind of 64-Bit Web Browser. Also there is coming a Social Networking section that I am making on my Website...

    |Ambra Productions Inc. | The Black Sun Society | The Black Shield | Ambra College | Church of the Black Sun | Ambra Productions Inc's Homepage | Boomtick Venues: Ambar Nightclub, Jack Rabbit Slim's, Villa Nightclub and Lucy's Love Shack | Pasta Ambra | Fish Feast Company | Wallet Wizard | Ambrose Liquor | Ambar Tavern | Ambra University | Ambra Cheese |

    Do you wish to do unpaid work for me??? If so, the PM me on this Forum, and then we can get to work, programming for the future of computers go by the name of ThEiMp. This is my ghost writers name. Also my nickname, means that I am: The Imperial of the Technology Industry, so then to make it really short, I just then wrote: The Imp, which is where I get the nickname from...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width