Click here to Skip to main content
15,881,938 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to process VK_F10 in CChildView? Pin
Roger Broomfield11-Nov-07 18:27
Roger Broomfield11-Nov-07 18:27 
GeneralRe: How to process VK_F10 in CChildView? Pin
followait11-Nov-07 21:38
followait11-Nov-07 21:38 
AnswerRe: How to process VK_F10 in CChildView? Pin
Nelek11-Nov-07 22:26
protectorNelek11-Nov-07 22:26 
QuestionC++ Clearing command console Pin
Pollaj14516111-Nov-07 12:19
Pollaj14516111-Nov-07 12:19 
AnswerRe: C++ Clearing command console Pin
Luc Pattyn11-Nov-07 13:02
sitebuilderLuc Pattyn11-Nov-07 13:02 
GeneralRe: C++ Clearing command console Pin
Pollaj14516111-Nov-07 13:07
Pollaj14516111-Nov-07 13:07 
GeneralRe: C++ Clearing command console Pin
Luc Pattyn11-Nov-07 13:38
sitebuilderLuc Pattyn11-Nov-07 13:38 
AnswerRe: C++ Clearing command console Pin
George L. Jackson11-Nov-07 14:22
George L. Jackson11-Nov-07 14:22 
This is a C++/CLI question, please post in the correct forum.

Anyways:

using namespace System;
 
int main(array<System::String ^> ^args)
{
&nbsp;&nbsp;Console::WriteLine(L"Hello World");
&nbsp;&nbsp;Console::Clear();
&nbsp;
&nbsp;&nbsp;return 0;
}



"We make a living by what we get, we make a life by what we give." --Winston Churchill

QuestionPointer to Doc class of SDI Pin
Oliver12311-Nov-07 7:14
Oliver12311-Nov-07 7:14 
AnswerRe: Pointer to Doc class of SDI Pin
dtr111-Nov-07 7:27
dtr111-Nov-07 7:27 
AnswerRe: Pointer to Doc class of SDI Pin
bob1697211-Nov-07 8:16
bob1697211-Nov-07 8:16 
AnswerRe: Pointer to Doc class of SDI Pin
Nelek11-Nov-07 22:19
protectorNelek11-Nov-07 22:19 
QuestionCalling web browser Pin
Tarek Jabri11-Nov-07 5:12
Tarek Jabri11-Nov-07 5:12 
AnswerRe: Calling web browser Pin
toxcct11-Nov-07 5:20
toxcct11-Nov-07 5:20 
GeneralRe: Calling web browser Pin
Tarek Jabri11-Nov-07 5:38
Tarek Jabri11-Nov-07 5:38 
AnswerRe: Calling web browser Pin
David Crow11-Nov-07 17:04
David Crow11-Nov-07 17:04 
QuestionUsing MFC with windows form Pin
minihotto11-Nov-07 3:25
minihotto11-Nov-07 3:25 
AnswerRe: Using MFC with windows form Pin
Hamid_RT11-Nov-07 3:33
Hamid_RT11-Nov-07 3:33 
Questiondumpbin with debug and release version Pin
George_George11-Nov-07 3:08
George_George11-Nov-07 3:08 
GeneralRe: dumpbin with debug and release version Pin
George_George11-Nov-07 20:09
George_George11-Nov-07 20:09 
GeneralRe: dumpbin with debug and release version Pin
Luc Pattyn12-Nov-07 2:57
sitebuilderLuc Pattyn12-Nov-07 2:57 
GeneralRe: dumpbin with debug and release version Pin
George_George12-Nov-07 4:12
George_George12-Nov-07 4:12 
GeneralRe: dumpbin with debug and release version Pin
Luc Pattyn12-Nov-07 4:57
sitebuilderLuc Pattyn12-Nov-07 4:57 
GeneralRe: dumpbin with debug and release version Pin
George_George12-Nov-07 5:15
George_George12-Nov-07 5:15 
GeneralRe: dumpbin with debug and release version Pin
George_George12-Nov-07 19:04
George_George12-Nov-07 19:04 

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.