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.
Creating Multimedia Applications-Part III Visual Basic / Multimedia
Now, with some modifications, we will transform the audio player into a picture viewer. This player will be created in such a way that it could search for all types of graphics your drives and displays them.
Creating Multimedia Applications-Part II Visual Basic / Multimedia
Now, with some modifications, we will transform the CD player into an audio file player. This player will be created in such a way that it could search for wave and midi files in your drives and play them.
Creating database applications in VB-Part I Visual Basic / Working with Database
Visual basic allows us to manage databases created with different database program such as MS Access, Dbase, Paradox and etc. In this lesson, we are not dealing with how to create database files but we will see how we can access database files in the VB environment.
Menus Visual Basic / Complete Projects
Everyone knows what a menu is, the question is how can you make them in VB? Well, it turns out to be very simple. VB has a built-in menu editor that you will use and it's pretty much a no-brainer.The only time menus should give you any trouble is when you want to do some of the more sophisticated tasks such as adding menus on the fly or such as providing popup menus.