This takes you through changing what text says, working the different components together and it explains all the code necessary so everyone can understand it.
Visual Basic: The Basics Visual Basic / Getting Started
A great tutorial for people that are starting out with visual basic and need to get a rock solid start.Described are loops, conditionals and variables.
Visual Basic 6 Winsock Tutorial - Part 2 (Multi-user chat) Visual Basic / Networking
This is the part 2 of the winsock tutorial for visual basic 6.
In this part i will show you not just how to connect a client with
a server, but how to create a multiple connection receiving server,
and how to make a real chat network , something like IRC.
Getting Started With Visual Basic 6.0 Visual Basic / Getting Started
Visual Basic is an object-oriented programming language that uses the Microsoft Windows platform. The programs that are created using Visual Basic will look and act like standard Windows programs. Visual Basic provides one the tools to create windows with elements such as menus, text boxes, command buttons, option buttons, list boxes and scroll bars.
VB Overview Visual Basic / Getting Started
Visual Basic is a much-enhanced version of the BASIC programming language and the BASIC Integrated Development Environment (IDE). The bottom line of the enhancement is the VB can create Windows programs whereas BASIC could only create DOS programs. Ok, so the modifications are very major, but the idea holds true that Visual Basic is BASIC for Windows.
Proxy on Visual Basic. Tutorial Visual Basic / Networking
The most elementary single-thread Proxy in Visual Basic. In creating this manual we set ourselves the task to develop a minimum program code playing the role of Proxy-server (transmitting information from one port to another).
How to Juggle 30 Balls Blindfolded Visual Basic / Miscellaneous
Visual Basic has become much more complex with each new version. Unless projects, particularly large enterprise ones are properly managed, embarrassing statistics such as those mentioned above will only worsen. This tutorial outlines some of the fundamental issues involved in developing large-scale distributed systems using Visual Basic 6.
Introduction to VBasic Visual Basic / Getting Started
Microsoft Visual Basic is a production environment used to create computer applications for the Microsoft Windows family of operating systems. The environment is fairly easy to use but you must know its "language". At its foundation, Microsoft Visual Basic uses a language that has been developed and improved over the years. It started with Basic but has had incremental flavors such as QuickBasic or QBasic.