Sure. If you're using VS.NET, just click New Project menu, and in the
project dialog, pick Console Application.
The IDE will create the skeleton code for the project.
You can use Console.Write, or Console.WriteLine to output text to the
screen.
-Rob Teixeira [MVP]
"Alexandre Gomes" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> I've been searching for a clue for this but can't find one.
>
> Is possible to create an aplication with something like:
>
> "Decompressing... x%"
>
> Where the x will be changing with the evolution of the decompression in
> this case.
> In this case I used decompressing but it could be anything like in Linux
> or Dos where u can have an application in textmode.
>
> Thanks
|