Click here to Skip to main content
15,929,346 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Static text disappears after losing focus Pin
Ravi Bhavnani13-Aug-04 4:48
professionalRavi Bhavnani13-Aug-04 4:48 
GeneralRe: Static text disappears after losing focus Pin
shultas13-Aug-04 5:04
shultas13-Aug-04 5:04 
GeneralRe: Static text disappears after losing focus Pin
David Crow13-Aug-04 5:37
David Crow13-Aug-04 5:37 
GeneralRe: Static text disappears after losing focus Pin
Ravi Bhavnani13-Aug-04 10:48
professionalRavi Bhavnani13-Aug-04 10:48 
GeneralWindows message handling with different threads. Pin
Moak13-Aug-04 4:12
Moak13-Aug-04 4:12 
GeneralRe: Windows message handling with different threads. Pin
David Crow13-Aug-04 7:11
David Crow13-Aug-04 7:11 
GeneralRe: Windows message handling with different threads. Pin
MoakInternetcafe15-Aug-04 4:46
sussMoakInternetcafe15-Aug-04 4:46 
GeneralIt seems nobody here knows how to do this!!! Pin
CreepingFeature13-Aug-04 3:57
CreepingFeature13-Aug-04 3:57 
Sorry for the post name Blush | :O !

A week ago I posted a topic on clearing the screen in dos! Got four replies, none of which worked!

Here is the problem. I have the folowing code inside main().

cout << " Hi! I am dumb.";<br />
   cout << endl;


// Here I need the screen to clear the way BASIC used to clear it when you put cls() or something like that, cant remember now.

// So that this next statment is printed on a clean dos screen!

cout << " Hi! I am dumb.";<br />
   cout << endl;


Some one suggested to cls() but didn't mention the header, then someone else said to use clrscr() and #include conio but conio does not have any members with such name.

Even the docs supplied with VS 7 Ent. do not have any refference to cls() or anything even closely resembling it!

If some one actualy does know how to do this PLEASE HELP!

If somebody was offended by this post I aplgs! But some times you should take the time to read your own posts to see if they make sence or compile proper!


Thanks in advance.
GeneralRe: It seems nobody here knows how to do this!!! Pin
David Crow13-Aug-04 4:04
David Crow13-Aug-04 4:04 
GeneralRe: It seems nobody here knows how to do this!!! Pin
Tom Dziedzic13-Aug-04 8:09
Tom Dziedzic13-Aug-04 8:09 
GeneralRe: It seems nobody here knows how to do this!!! Pin
David Crow13-Aug-04 10:10
David Crow13-Aug-04 10:10 
GeneralRe: It seems nobody here knows how to do this!!! Pin
Rick York13-Aug-04 12:34
mveRick York13-Aug-04 12:34 
GeneralRe: It seems nobody here knows how to do this!!! Pin
David Crow16-Aug-04 2:17
David Crow16-Aug-04 2:17 
GeneralRe: It seems nobody here knows how to do this!!! Pin
Archer28214-Aug-04 7:12
Archer28214-Aug-04 7:12 
GeneralVC6 Workspace settings Pin
jerry0davis13-Aug-04 3:50
jerry0davis13-Aug-04 3:50 
GeneralRe: VC6 Workspace settings Pin
David Crow13-Aug-04 4:00
David Crow13-Aug-04 4:00 
GeneralRe: VC6 Workspace settings Pin
jerry0davis13-Aug-04 4:28
jerry0davis13-Aug-04 4:28 
Generalreturning IDOK from dialog Pin
BlackDice13-Aug-04 3:49
BlackDice13-Aug-04 3:49 
GeneralRe: returning IDOK from dialog Pin
David Crow13-Aug-04 3:53
David Crow13-Aug-04 3:53 
GeneralRe: returning IDOK from dialog Pin
BlackDice13-Aug-04 3:58
BlackDice13-Aug-04 3:58 
GeneralRe: returning IDOK from dialog Pin
Ravi Bhavnani13-Aug-04 3:55
professionalRavi Bhavnani13-Aug-04 3:55 
GeneralRe: returning IDOK from dialog Pin
BlackDice13-Aug-04 4:05
BlackDice13-Aug-04 4:05 
GeneralRe: returning IDOK from dialog Pin
Michael Dunn13-Aug-04 15:44
sitebuilderMichael Dunn13-Aug-04 15:44 
GeneralRe: returning IDOK from dialog Pin
BlackDice16-Aug-04 2:43
BlackDice16-Aug-04 2:43 
Generalarrays in structs Pin
Anonymous13-Aug-04 3:20
Anonymous13-Aug-04 3:20 

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.