VB.NET program to allow dad to talk
This project has been depreciated and the finished version can be found in the no-network-talker-project
The finished version does not have communication between computers, but is functional while this is not.
It has two main features:
~ Communication between a client laptop (windows 10) and server pc (windows 7) using system.net.sockets in VB.NET
~ Reading the messages recieved out loud to make it easier for everyone to hear him using System.speech.Synthesizer
To use, copy and paste the client-sender.vb file into a visual studio project in module1. Copy background-stuff client.vb into module2 of the same project. For the server, copy and paste server-reciever.vb into a new visual studio project.
I'm working on neatening this up so you can download a file and that is what works, I'll do that tonight when I get home and actually connct VS to github. Enjoy!