 |
| |
| |
| | This is a more optimized Visual Basic calculator. It contains neater code and lets you understand better on how you can code the same calculator. In short, neater code. |
|
| |
|  |
 |
| |
| |
| | Everyone needs to move data from one place to another, here are some handy functions to allow you to do just that |
|
| |
|  |
 |
| |
| |
| | How to extract files from inside running executable at runtime. |
|
| |
|  |
 |
| |
| by: Taltan - 2005-01-19 19:27:59 |
|
| | This tutorial will take you through the basics of subclassing in visual basic. There is a working example with the tutorial. |
|
| |
|  |
 |
| |
| by: TroPe - 2004-12-20 11:12:35 |
|
| | This article will show you how to make a very simple email client application in VB. Unlike some of my other articles, this time I am assuming you are familiar with the language. |
|
| |
|  |
 |
| |
| |
| A great introductory tutorial for those wanting to learn Visual Basic written by myself is now available.
|
|
| |
|  |
 |
| |
| |
| The Network card MAC address is a uniquely assigned code hardcoded into your network card. The value is used by networks when transmitting information between sources
Here's how you get access to it from Visual Basic
|
|
| |
|  |
 |
| |
| |
| How to detect if your application is already running, and if so terminate it, using a neat method know as the Mutex.
|
|
| |
|  |
 |
| |
| |
| | Would you like to know something about ActiveX database control's in Visual Basic? Then read on... |
|
| |
|  |
 |
| |
| |
| A tutorial from Sliptop is now available in the tutorials section about garden variety IF statements and WHILE loops in Visual Basic.
|
|
| |
|  |
 |
| |
| |
| Most people might think that Visual Basic and the internet are enemies by nature. Well, they're probably right :) But still, VB coders have the possibility to write client/server-applications within only a few minutes, thanks to then "Microsoft Winsock Control".
|
|
| |
|  |
 |
| |
| |
| | This tutorial will demonstrate how to code up a simple calculator, note this calculator will manipulate two numbers and will not account for error catching in any great degree. |
|
| |
|  |
 |
| |
| |
| | In this tutorial, you will learn about the public sub Pause and what is it used for. |
|
| |
|  |
 |
| |
| |
| A tutorial on using Timers in VB, as requested by visitor to OSI member.
A timer is another one of those useful controls within VB that allows the developer to make things happen after a certain time, or on a certain event. You’ll understand a little better as we go on. |
|
| |
|  |
 |
| |
| |
| | Ever wondered what the purpose of a bubblesort algorithm is? This tutorial will explain how they work and provide a sample of code. |
|
| |
|  |
 |
| |
| |
| | This Topic is going to explain all you guys who are curious enough(, which you should be, if you are here:),) to want to know how sub7 or BO or any other trojan horse basically works.This tutorial will explain you the basics of a Trojan Horse application. |
|
| |
|  |
 |
| |
| |
| | Ever written an app in VB that needed to get a password from the FlashFxp file 'sites.dat' but was unable because of encyption on the password? Well, probably not, but I did. When i couldn't find the code to do the trick I had to write one myself... |
|
| |
|  |
 |
| |
| |
| What's new in Visual Basic .NET that makes it the best developing platform I've ever seen ??
Supporting all the enhancements that were in Visual C++ , VB .NET became better and here we mention some but not all of the new enhancements in VB .NET... |
|
| |
|  |
 |