vb6

Text-To-Speech Application in VB6

Aside from my Text-To-Speech Application in Android and VB6, I also created another tutorial in VB6 that converts an inputted text into a speech or voice. We will just only call the Speech API namespace for this program and with the use of Spvoice object. The SpVoice object brings the text-to-speech (TTS) engine capabilities to applications using SAPI automation. An application can create numerous SpVoice objects, each independent of and capable of interacting with the others. Now, let's start this tutorial! 1.

Encrypt and Decrypt a Text using VB6

Last week, we made a program in vb.net that has encryption only in a text. Now in this article, we will create a program in VB6.0 that will encrypt and decrypt a text. Now, let's start this tutorial! 1.Let's start this tutorial by following the following steps in Microsoft Visual Basic 6.0: Open Microsoft Visual Basic 6.0, click Choose Standard EXE, and click Open. 2.Next, add two Buttons named Command1 and labeled it as "Encrypt".

Login using a Text File Database in VB6

In this tutorial, we will going to make a program that has a text file database which will be going to use as our database of the program. Now, let's start this tutorial! 1.Let's start this tutorial by following the following steps in Microsoft Visual Basic 6.0: Open Microsoft Visual Basic 6.0, click Choose Standard EXE, and click Open. 2.Next, add only one Button named cmdOK and labeled it as "OK".

Reverse a String in VB6

Hi! In this tutorial, we will create a program that reverses a string. I already made this one in vb.net but it has different code in vb6.0. Now, let's start this tutorial! 1.Let's start this tutorial by following the following steps in Microsoft Visual Basic 6.0: Open Microsoft Visual Basic 6.0, click Choose Standard EXE, and click Open. 2. Next, add only one Button named Command1 and labeled it as "Reverse".

Word Count Program in VB6

In my previous tutorials, I had also discussed about how to have an word count using vb.net. And for now, we will create another version of this program that can count the number of words using vb6.0. Now, let's start this tutorial! 1. Let's start this tutorial by following the following steps in Microsoft Visual Basic 6.0: Open Microsoft Visual Basic 6.0, click Choose Standard EXE, and click Open. 2.Next, add only one Button named Count Number of Words and labeled it as "Compute".

VB6 to Excel

In my previous tutorials, I had discussed about how to have an excel file using vb.net. And for now, we will create a program that can have an excel file from vb6. Now, let's start this tutorial! 1.Let's start this tutorial by following the following steps in Microsoft Visual Basic 6.0: Open Microsoft Visual Basic 6.0, click Choose Standard EXE, and click Open. 2. Next, add two TextBox named Text1 and Text2 for inputting and displaying it in excel.

Medicine Inventory and Patient Information System for Health Centers

Hi. This is a thesis made by the graduating students entitled " Medicine Inventory and Patient Information System for Health Centers". It was program through Visual Basic 6.0 and SQL Server 2000 as backend. Basic features: 1. Patient Registration 2. Check-up 3. Supplier 4. Stocks Inventory 5. Medicines 6. Patient's record 7. Schedule of Events 8. Order and Deliver Medicines 9. Calendar themes 10