Popular Posts
Advanced Message Box - Visual Basic 6 tutorial

Code: Dim warning As Integer warning = MsgBox("Do you really want to remove the evil virus?", vbCritical + vbYesNo, "WARNING!!!") If warning = vbYes Then Text1.Text = "The virus has been removed" Else Text1.Text = "The virus is still harming your computer!!!" End If __ TechZed.webs.com

Read More
VB 6.0 Make a shutdown, restart, logout program

A quick tutorial on how to make a program that can log you out, restart your computer and shut it down, you can use this as a system control thing, or you can make a prank out of this so that it will shut your friends computers down or whatever. Sorry that there is no sound, my mic broke ages ago and I've been meaning to get a new one. Remember this NEEDS Visual Basic 6.0 but I tried this on .NET and it worked also.

Read More
Visual Basic 2008 - Making a "Beep" Program.

The program I'm going to show make's a "Beep" sound inside your computer, you can click the "Start" button to let the program give unlimmited "Beeps", which is nice to make your friends (or enemys) think that there is something really wrong with their computer. This program is very simple to make, even for them who have just started using Visual Basics, but if the tutorial is to hard, then you can download a Pre-made version here: downtown.vc The icons: www.crystalxp.net Song: DJ Pulsa vs DJ Xtc - Do It all? Night EDIT : This doesn't work with some of the versions of Windows Vista!

Read More
Recent Posts
Basic English Usage Rapidshare Free Full Downloads with Hotfile …

Your hands-on, step-by-step guide to learning Visual Basic 2010. Teach yourself the essential tools and techniques for Visual Basic 2010-one step at a time. No matter what your skill level, you’ll find the practical guidance and …

Read More
Character size/font via RAW dot matrix printing

Hi All, I’m using the code below to successfully print to a dot matrix printer. Only problem is, the character size is too big. I know it can be.

Read More
AppDev Buildling ASP NET MVC 2 Applications Using Visual Basic …

AppDev Buildling ASP NET MVC 2 Applications Using Visual Basic 2010 Volume 1 DVD | 781MB Genre: eLearning. ASP.NET MVC is a fascinating technology that provides an alternative to Web forms for building Web applications. …

Read More