Hello, does anyone know how i can make a vb.net app to connect to a server on a certain port and read from files to display on the vb app?? Im wanting to make a gaming config program that will display the game servers current config by reading the .cfg files and going to make it to where i can edit it through the program. I pretty much already know how to read/write to files ect.. but im wondering how i can get my program to connect to the server. I just want it to do a simple udp connection, i tried tcp but it refused it so i think im stuck with just a udp request. Ive read through all sorts of tutorials, and they have helped me grasp the idea of sockets, but i still need more help on getting my program to connect. Thanks