reverse string

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".