Click here to Skip to main content
15,889,863 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: blocking mouse and keyboard hardware Pin
Jon Hulatt21-Jan-02 6:55
Jon Hulatt21-Jan-02 6:55 
QuestionCould ya'll please tell me what is wrong with this code? Pin
Ever123421-Jan-02 6:16
Ever123421-Jan-02 6:16 
AnswerRe: Could ya'll please tell me what is wrong with this code? Pin
Rick York21-Jan-02 6:23
mveRick York21-Jan-02 6:23 
AnswerRe: Could ya'll please tell me what is wrong with this code? Pin
Ravi Bhavnani21-Jan-02 6:33
professionalRavi Bhavnani21-Jan-02 6:33 
GeneralRe: Could ya'll please tell me what is wrong with this code? Pin
Ever123422-Jan-02 13:37
Ever123422-Jan-02 13:37 
GeneralRe: Could ya'll please tell me what is wrong with this code? Pin
Tim Smith22-Jan-02 14:38
Tim Smith22-Jan-02 14:38 
GeneralPiping stdout to text box Pin
Leo Smith21-Jan-02 6:08
Leo Smith21-Jan-02 6:08 
GeneralRe: Piping stdout to text box Pin
Not Active21-Jan-02 6:24
mentorNot Active21-Jan-02 6:24 
This bit sends cout to a console
<br />
	if( !AllocConsole() )<br />
		MessageBox(_T("AllocConsole failed."));<br />
	<br />
	m_hConsole = GetStdHandle(STD_OUTPUT_HANDLE);<br />
	freopen("CONOUT$", "wt", stdout);<br />
	cout = new stdiobuf(stdout);<br />

GeneralRe: Piping stdout to text box Pin
Ravi Bhavnani21-Jan-02 6:37
professionalRavi Bhavnani21-Jan-02 6:37 
GeneralDeleting protected registry keys Pin
21-Jan-02 5:32
suss21-Jan-02 5:32 
GeneralRe: Deleting protected registry keys Pin
Ernest Laurentin21-Jan-02 10:20
Ernest Laurentin21-Jan-02 10:20 
GeneralRe: Deleting protected registry keys Pin
Derek Smigelski21-Jan-02 11:27
Derek Smigelski21-Jan-02 11:27 
GeneralRe: Deleting protected registry keys Pin
Ernest Laurentin21-Jan-02 14:35
Ernest Laurentin21-Jan-02 14:35 
QuestionShellExecute parent handle ? Pin
Robert Palma Jr.21-Jan-02 5:13
Robert Palma Jr.21-Jan-02 5:13 
AnswerRe: ShellExecute parent handle ? Pin
Joaquín M López Muñoz21-Jan-02 5:23
Joaquín M López Muñoz21-Jan-02 5:23 
GeneralRe: ShellExecute parent handle ? Pin
Robert Palma Jr.21-Jan-02 9:18
Robert Palma Jr.21-Jan-02 9:18 
GeneralRe: ShellExecute parent handle ? Pin
Joaquín M López Muñoz21-Jan-02 9:29
Joaquín M López Muñoz21-Jan-02 9:29 
GeneralRe: ShellExecute parent handle ? Pin
Robert Palma Jr.21-Jan-02 9:40
Robert Palma Jr.21-Jan-02 9:40 
GeneralRe: ShellExecute parent handle ? Pin
Joaquín M López Muñoz21-Jan-02 9:53
Joaquín M López Muñoz21-Jan-02 9:53 
GeneralRe: ShellExecute parent handle ? Pin
Robert Palma Jr.21-Jan-02 11:22
Robert Palma Jr.21-Jan-02 11:22 
GeneralRe: ShellExecute parent handle ? Pin
Joaquín M López Muñoz21-Jan-02 11:31
Joaquín M López Muñoz21-Jan-02 11:31 
GeneralCEditView selection and modification Pin
kelthar21-Jan-02 3:20
kelthar21-Jan-02 3:20 
GeneralRe: CEditView selection and modification Pin
Joaquín M López Muñoz21-Jan-02 3:36
Joaquín M López Muñoz21-Jan-02 3:36 
Generalnewbie MDI Question Pin
RobJones21-Jan-02 2:59
RobJones21-Jan-02 2:59 
GeneralRe: newbie MDI Question Pin
Roger Allen21-Jan-02 3:43
Roger Allen21-Jan-02 3:43 

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.