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 vbWide vbNarrow vbProperCase vbFromUnicode Example Code: Output: StrConv()

VB 6 Static Function

In the previous article, you learned about functions that returned values. The variables that return the value are of two types – global and local. The local variable gets destroyed every time we call the function in our program. The only solution to this problem is to make variable or function retain its previous value. … Read more

VB 6 Declaring Functions

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 and a subroutine. A Vb 6 subroutine receives an argument but does not return anything. However, a function takes an argument and returns a value. A VB 6 function is … Read more

VB 6 Declaring A Subroutine

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 not return a value. However, you may pass arguments to a subroutine in VB 6. The syntax for subroutine is given below, the keywords within square bracket ([]) are optional. … Read more

Time Management System

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 do two simple task – Add new activity and View Activities based on following criteria. Important and Urgent Important and Not Urgent Not Important and Urgent Not Important and Not … Read more

VB 6 Arrays

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 of  VB 6 Array You can divide VB 6 arrays into two sets – array and arrays The can have a maximum of dimensions. The arrays in are also classified … Read more

Student Attendance Management System Using MS Access and VB 6 Part – 4

Student Attendance Management System Using MS Access and VB 6 Part 4 – In this article, we will continue to build the interface for attendance management system that will meet the user requirements. You will build the following interfaces. View Attendance (frmViewAttendance) Today’s Attendance (frmTodayAttendance) Student Record Management (frmStudent) Teacher Record Management (frmTeacherRecord) Let us … Read more

Student Attendance Management System Using VB 6 Part – 3

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 user requirements. Here is the list of interfaces that we need to create. Login for Student (frmLogin) Login for Teacher (frmTLogin) Login for Admin (frmALogin) Main Screen (frmSplash) View Attendance … Read more

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.