|
-
Dec 11th, 2002, 03:21 PM
#1
Thread Starter
Lively Member
Console Applications - Clear Screen?
I am building a console application (for school). I am displaying a menu, and upon a user selection another menu will be displayed. Is there a way to clear the screen (eg. cls - DOS) .
Thanks.
Shook
-
Dec 11th, 2002, 08:34 PM
#2
PowerPoster
Here is a C# class that give you more console functionality. You should be able to get the info you need from it because it implements a clearscreen method.
forgot to add the link:
http://www.c-sharpcorner.com/Code/20...SysConsole.asp
Last edited by hellswraith; Dec 11th, 2002 at 08:40 PM.
-
Dec 11th, 2002, 09:19 PM
#3
Frenzied Member
Code:
Console.Writeline("cls");
Dont gain the world and lose your soul
-
Dec 11th, 2002, 10:28 PM
#4
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Dec 11th, 2002, 11:18 PM
#5
Frenzied Member
Thought that would work, but it did'nt. I guess I was too busy enjoying everquest online. I'm beta testing it for the PS2
Dont gain the world and lose your soul
-
Dec 11th, 2002, 11:50 PM
#6
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Dec 12th, 2002, 12:04 AM
#7
Frenzied Member
I am going to get an Xbox when the price drops + Splinter cell.
Dont gain the world and lose your soul
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|