Visual

VB.NET Tutorial 49 – Click Button Without ID (Visual Basic 2008/2010)

This video is an extension of tutorial #48 which you need to watch before you view this one. In this video, I will show you an example use of interacting with HTML elements and using if statements to solve the most common problem, clicking a log in button or filling in a textbox that doesn’t [...]

Visual Basic 2010 – Encrypter Tutorial (Also for 05 and 08)

Download link for this program; rapidshare.com The Codes; Below Public Class Form 1 past this; Dim DES As New System.Security.Cryptography.TripleDESCryptoServiceProvider Dim Hash As New System.Security.Cryptography.MD5CryptoServiceProvider Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load The Encrypt button; Try DES.Key = Hash.ComputeHash(System.Text.ASCIIEncoding.ASCII.GetBytes(TextBox1.Text)) DES.Mode = Security.Cryptography.CipherMode.ECB Dim DESEncrypter As System.Security.Cryptography.ICryptoTransform = DES.CreateEncryptor Dim Buffer [...]

How To Make A Loading Bar In Visual Basic 6.0

How to make a textured loading bar in vb 6! Ty for Watch and rate… Here’s My Website: wWw.Spider_Bog96.Tk Rate Video , Subscribe please! Join Now in My FoRuM:D!

Vaadin Visual Editor 0.6 Presentation

Marc Englund from Vaadin core developent team gives a short introduction to the upcoming Vaadin Visual Editor with just released preview version 0.6.

Flowchart based visual programming of complete business applications example. Saas Cloud platform

IXP (www.ixp.com) the worlds first online service, supporting flowchart based visual programming and deployment environment of complete business software applications in one service.

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 [...]

Function Parameters Tutorial: How To Pass A 2-D Char Array With The Free Visual C++ 2008 HD

Function parameters passing tutorial on how array consists of characters in C is explained with the aid of the Visual C++’s built-in debugger tool (the Watch window). It also shows how a 2-dimensional char array is passed as a function parameter. The sample program runs as a console application only. The video is not in [...]

How to create a WebBrowser in Visual Basic 6.0

How to create a WebBrowser in visual Basic 6.0 First you must open Visual Basic 6.0 Then select “Standard EXE” Right click on the control panel to the left and select “Components..” Scroll down and mark “Microsoft Internet Controls” click OK Resize your form to wanted size. Press the globe icon on the control panel [...]

Visual Basic advanced anti virus tutorial best ever on youtube 70 000 md5 virus strings part 2 of 4

Part 2 well here it is you all asked me for the super advanced tutorial on how to make an anti virus in this we will cover real time protection, folder scanning, deletion of viruses and external database. its finally here plz comment rate and subscribe. part 2 of 4 VB 2010 project file: www.mediafire.com [...]

Powered by Yahoo! Answers