|
-
Apr 6th, 2008, 12:21 AM
#1
Thread Starter
New Member
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.
-
Apr 6th, 2008, 02:43 AM
#2
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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 
-
Apr 6th, 2008, 02:53 AM
#3
Thread Starter
New Member
Re: Group Chat, with secure login with a server.
hmm
well can u please move it?
cheers mate
-
Apr 6th, 2008, 02:59 AM
#4
PowerPoster
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.
-
Apr 6th, 2008, 03:15 AM
#5
Re: Group Chat, with secure login with a server.
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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 
-
Apr 6th, 2008, 04:25 AM
#6
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.
-
Apr 6th, 2008, 05:54 AM
#7
Thread Starter
New Member
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?
-
Apr 6th, 2008, 05:57 AM
#8
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.
-
Mar 9th, 2010, 01:38 PM
#9
New Member
Re: Group Chat, with secure login with a server.
 Originally Posted by ThEiMp
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?
-
Mar 9th, 2010, 01:53 PM
#10
PowerPoster
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...
-
Mar 9th, 2010, 01:56 PM
#11
New Member
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.
-
Mar 9th, 2010, 02:46 PM
#12
Re: Group Chat, with secure login with a server.
 Originally Posted by swiss0220
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.
-
Mar 9th, 2010, 03:41 PM
#13
PowerPoster
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...
-
Mar 11th, 2010, 06:27 AM
#14
New Member
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?
-
Mar 11th, 2010, 06:46 PM
#15
PowerPoster
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|