VB 6 – StrConv()
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 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()
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
A subroutine is a block of code like function that do a specific task. The difference between subroutine and function is that a subroutine does… Read More »VB 6 Declaring A Subroutine
In this article, you will learn about making a time management system which is developed using VB 6 and MS Access. The system helps to… Read More »Time Management System
The VB 6 arrays hold data of a single type. In this article, you will learn about declaring, assigning, and various array handling techniques. Types… Read More »VB 6 Arrays
Student Attendance Management System Using MS Access and VB 6 Part 4 – In this article, we will continue to build the interface for attendance… Read More »Student Attendance Management System Using MS Access and VB 6 Part – 4
In Student Attendance Management System Using VB 6 Part 3, we will learn to create an interface for the attendance system that will meet the… Read More »Student Attendance Management System Using VB 6 Part – 3
This is a 5 part series where we will learn to build Student Attendance Management System Using VB 6 using ms access as the back-end… Read More »Student Attendance Management System Using VB 6 Part – 1