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).
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.
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.
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.
Minutiae Visual Basic / Miscellaneous
This tutorial is going to cover a rather broad range of information about Visual Basic. Think of this tutorial as a Visual Basic programmer's smorgasbord. You'll learn about such topics as the advantages and disadvantages of compiling to p-code and native code. You'll get some hints on how to optimize your applications beyond just writing excellent code.
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.
Managing Visual Basic Data Visual Basic / Getting Started
There are many types of data we come across in our daily life. For example, we need to handle data such as names, addresses, money, date, stock quotes, statistics and etc everyday. Similarly in Visual Basic, we are also going to deal with these kinds of data. However, to be more systematic, VB divides data into different types.
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.