VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Console Application Class module

Files/File Controls/Input/Output   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

This class module encompases te abilty to create and manage a console application.
Send output and recieve output from the user, even change the output color and backcolor.
Just pop thin in to your project and use like this:
public sub Test()
dim c as new cConsoleApp
call c.Create("My Console app:)
c.WriteLine "Hello. what's you name?"
c.GetUserInput
c.Writeline "Hello " & c.LastUserInput
c.GetUserINput
c.Destroy
end sub

Rate Console Application Class module (4(4 Vote))

Download Console Application Class module

Console Application Class module Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters