Clearing screen

  • Thread starter Thread starter raghavendra
  • Start date Start date
R

raghavendra

Hi,

i am facing problem clearing screen in console application.
As, in C++ we have clrscr();
Is? their any similar type of function is avaliable..

Raghavendra...
 
Hi,

The .Net Framework does not provide you a direct way of clear screen.
But you can clear the console screen your self, there is an article "HOW
TO: Clear the Console Window with Visual C# .NET"in MSDN that teach you how
to clear it.
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q319257

Hope this helps,
Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

--------------------
| From: "raghavendra" <[email protected]>
| Subject: Clearing screen
| Date: Mon, 29 Sep 2003 12:45:13 +0530
| Lines: 9
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.languages.csharp
| NNTP-Posting-Host: 164.164.89.27
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.csharp:187922
| X-Tomcat-NG: microsoft.public.dotnet.languages.csharp
|
| Hi,
|
| i am facing problem clearing screen in console application.
| As, in C++ we have clrscr();
| Is? their any similar type of function is avaliable..
|
| Raghavendra...
|
|
|
 
Back
Top