Browsing Visual Basic 6
Accept Only Numbers in Textbox !
Do you want to input only numbers in a textbox? and just want a few lines of code ?Well this code is for you.
Small 3D Wireframe Cube Example
Creates a 3D cube on the form which can be manipulated using the left, right, up and down arrow keys.
Text Sorting Simple and Easy
This is an easy, simple and quick code to sorte up a bunch of text lines, say you merged 2 text files and then use this code?.
Make MSHFlexGrid Editable without help of any textbox or other control
Make MSHFlexGrid Editable without help of any textbox or other controlOriginal Author: Kazi KhalidAssumptions'Take an MSHFlexgrid name it as msh1Code'in the keypress event of msh1 write the following code.
Split Array and Line Selection
The Split() Return a Array has a Few Hidding secrets, For VB6 only, Here is a quick simple code to explain and also the famous (what is the max array solution).
Using the Windows Speech Synthesizer
This article explains how to use the windows speech synthesizer, which can be useful sometimes, such as in programs that have an Impaired person help option.
CryptIM: Instant Messaging and Multi-user chat system. (client and server.)
CryptIM is a fully encrypted chat system.