Best Tutorials website
Latest tutorials

Advertisment

Internet Programming

Internet Programming

In this tutorial I will cover how to perform file transfers between your PC and a web server.


Views: 927 | Rating star | by David
Visual Basic - Networking

Send SMS from PC to mobile phones using VB

Send SMS from PC to mobile phones using VB

These topic is for those who wants to learn how to send SMS (Short Message Service) from pc to mobile phones. Devices 1. Mobile phone (Nokia Model...


Views: 883 | Rating star | by Marry
Visual Basic - Networking

Downloading from the Web using VB Inet Control

Downloading from the Web using VB Inet Control

In this tutorial I will show you how to get a file off the web with 'Microsoft internet Transfer Control'.


Views: 912 | Rating star | by Jarry
Visual Basic - Networking

Extracting a web pages source

Extracting a web pages source

This tutorial teaches you how to get the source for a web page. The source code is returned as pure text. This tutorial uses the window API and...


Views: 883 | Rating star | by Nick
Visual Basic - Networking

Simple proxy server in visual basic. Beginners tutorial.

Simple proxy server in visual basic. Beginners tutorial.

The most elementary single-thread Proxy in Visual Basic. In creating this manual we set ourselves the task to develop a minimum program code...


Views: 789 | Rating star | by Troy
Visual Basic - Networking

Get every IP configuration on pc having multiple Nic from remote

Get every IP configuration on pc having multiple Nic from remote

How to query remote registries values to get network card informations such as IP address, Mask, Gateway and DNS from a PC on your network


Views: 854 | Rating star 1 | by Daniel
Visual Basic - Networking

A Great Winsock tutorial - Simple Chat Program

A Great Winsock tutorial - Simple Chat Program

This tutorial will teach you how to use Winsock in Visual Basic 6. A very well explained tutorial with fully commended examples source codes...


Views: 853 | Rating star | by David
Visual Basic - Networking

A Great Winsock tutorial ( Part 2) - Multi-user Chat Program ( like IRC )

A Great Winsock tutorial ( Part 2) - Multi-user Chat Program ( like IRC )

An excellent tutorial for beginners in multiple winsock connections. This tutorial will show you how to create a multi-user chat program , like IRC...


Views: 832 | Rating star | by Jarry
Visual Basic - Networking

Tutorial, Making a Port Scanner

Tutorial, Making a Port Scanner

Well I was searching the net for a port scanner and you know what! Some of them didn't work, others froze my PC, and others were soooo...


Views: 895 | Rating star | by Troy
Visual Basic - Networking