Click here to Skip to main content
15,890,741 members
Home / Discussions / C#
   

C#

 
AnswerRe: enter instead tab key Pin
Giorgi Dalakishvili18-Dec-08 7:19
mentorGiorgi Dalakishvili18-Dec-08 7:19 
QuestionHow to add video in Visual Studio C# Pin
Sokka9318-Dec-08 5:59
Sokka9318-Dec-08 5:59 
AnswerRe: How to add video in Visual Studio C# Pin
Dave Kreskowiak18-Dec-08 8:28
mveDave Kreskowiak18-Dec-08 8:28 
QuestionKeeping data at the top of the command prompt Pin
SuperSken18-Dec-08 4:32
SuperSken18-Dec-08 4:32 
AnswerRe: Keeping data at the top of the command prompt Pin
Eddy Vluggen18-Dec-08 4:35
professionalEddy Vluggen18-Dec-08 4:35 
GeneralRe: Keeping data at the top of the command prompt Pin
SuperSken18-Dec-08 4:59
SuperSken18-Dec-08 4:59 
GeneralRe: Keeping data at the top of the command prompt Pin
Eddy Vluggen18-Dec-08 6:56
professionalEddy Vluggen18-Dec-08 6:56 
GeneralRe: Keeping data at the top of the command prompt Pin
Alan N18-Dec-08 7:13
Alan N18-Dec-08 7:13 
Hi,
Eddies idea of using the Console.Clear method and then rewriting the whole screen taking into account any changed data is the simplest way to go.

However if you want full control of the console then you need to learn about cursor positioning so you can place text at specific cooordinates. This example on msdn shows the general techniques http://msdn.microsoft.com/en-us/library/system.console.setbuffersize.aspx[^].

Generally people use a GUI for the type of effect that you want and I haven't formatted complex output on a console screen since about 1995. Have fun anyway!

Alan.
QuestionFuntion call Pin
hotthoughtguy18-Dec-08 4:05
hotthoughtguy18-Dec-08 4:05 
AnswerRe: Funtion call Pin
Simon P Stevens18-Dec-08 4:14
Simon P Stevens18-Dec-08 4:14 
AnswerRe: Funtion call Pin
Gideon Engelberth18-Dec-08 4:22
Gideon Engelberth18-Dec-08 4:22 
GeneralRe: Funtion call Pin
Luc Pattyn18-Dec-08 5:57
sitebuilderLuc Pattyn18-Dec-08 5:57 
GeneralRe: Funtion call Pin
hotthoughtguy18-Dec-08 6:21
hotthoughtguy18-Dec-08 6:21 
GeneralRe: Funtion call Pin
Luc Pattyn18-Dec-08 6:57
sitebuilderLuc Pattyn18-Dec-08 6:57 
AnswerRe: Funtion call Pin
riced18-Dec-08 12:55
riced18-Dec-08 12:55 
QuestionHow to resume or pause the FTPWebRequest in C#.NET Pin
Kumaran21cen18-Dec-08 3:49
Kumaran21cen18-Dec-08 3:49 
AnswerRe: How to resume or pause the FTPWebRequest in C#.NET Pin
Dave Kreskowiak18-Dec-08 4:22
mveDave Kreskowiak18-Dec-08 4:22 
QuestionHow come this If sentence doesnt work? Pin
Matjaz-xyz18-Dec-08 3:20
Matjaz-xyz18-Dec-08 3:20 
AnswerRe: How come this If sentence doesnt work? Pin
Gideon Engelberth18-Dec-08 3:25
Gideon Engelberth18-Dec-08 3:25 
GeneralRe: How come this If sentence doesnt work? Pin
Matjaz-xyz18-Dec-08 3:40
Matjaz-xyz18-Dec-08 3:40 
GeneralRe: How come this If sentence doesnt work? Pin
Pr@teek B@h!18-Dec-08 5:23
Pr@teek B@h!18-Dec-08 5:23 
AnswerRe: How come this If sentence doesnt work? Pin
Lev Danielyan18-Dec-08 3:27
Lev Danielyan18-Dec-08 3:27 
AnswerRe: How come this If sentence doesnt work? Pin
Rob Philpott18-Dec-08 3:28
Rob Philpott18-Dec-08 3:28 
Answer[Message Deleted] Pin
Matjaz-xyz18-Dec-08 3:32
Matjaz-xyz18-Dec-08 3:32 
GeneralRe: How come this If sentence doesnt work? Pin
Luc Pattyn18-Dec-08 3:41
sitebuilderLuc Pattyn18-Dec-08 3:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.