VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Console Application Class module


Category: Files/File Controls/Input/Output
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (3 Votes)

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

Download Console Application Class module

Download Console Application Class module (2 KB)

Console Application Class module Comments

No comments have been posted about Console Application Class module. Why not be the first to post a comment about Console Application Class module.

Post your comment

Subject:
Message:
0/1000 characters