How to create your own bot to search keywords Visual Basic / Networking
Create your own bot that searches the net for the keywords you enter, it shows the results in the taskbar, you can run the application and continue with your routine work. The bot will show you the results after searching the net and the results will be stored in the database.
GPS Monitor Visual Basic / Networking
This program shows how to connect to a GPS receiver (wired or bluetooth via SPP outgoing connection) and decode GSV, GSA and GGA sentences of NMEA protocol, display position coordinates and satellite informations such as signal strength, satellite ID and satellites used for fix.
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.
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).
Web Page Source Visual Basic / Networking
If you ever want to get the source code of a webpage for any reason then this is the way to do it. You may want to use it for a homemade web browser or a tool that checks web pages for certain things such as a website which checks pages of a google search.
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.
How to Open a Form with the Press of a Button Visual Basic / Getting Started
Having every command, label, and input field in one form of a Visual Basic application would be quite messy! Spreading applications into multiple forms allows you to better organize your software. So, find out How to Open a Form with the Press of a Button in Visual Basic 2005 Express.