VB 6 – If…Then…Else Statements
The conditional statements are very important to any programming language. In VB 6, the conditional statement change the direction of the program using If…Then …Else… Read More »VB 6 – If…Then…Else Statements
The conditional statements are very important to any programming language. In VB 6, the conditional statement change the direction of the program using If…Then …Else… Read More »VB 6 – If…Then…Else Statements
In VB 6, you need to accept numbers from Textbox controls and then manipulate the values and return the output to another Textbox for display.… Read More »Converting String to Number
In Visual Basic 6, there are two important functions to change a string to uppercase or lowercase. In this example, you will build a small… Read More »VB 6 – UCase() and LCase()
The strComp() function is a string handling function that compares two given string and returns an integer value. If the strings are same, a 0… Read More »VB 6 – StrComp()
In this example, you will learn about the string handling funciton called StrConv(). That converts the string into following types vbKatakana vbHiragana vbUpperCase vbLowerCase vbUnicode… Read More »VB 6 – StrConv()
In this example, you will learn about string handling function called Len() which return the length of a given string. VB Code Output – Len()
Earlier you learned about the string data type. The VB 6 language has many functions to handle string types. In this article, we will present… Read More »VB 6 String Handling
In the previous article, you learned about functions that returned values. The variables that return the value are of two types – global and local.… Read More »VB 6 Static Function
In the previous article, we learned about subroutines. You will learn about VB 6 functions in this article and learn the difference between a function… Read More »VB 6 Declaring Functions
An iframe is a special HTML element that display one webpage inside another web page. There are some additional property that makes iframe very useful.… Read More »HTML Iframe