Click here to Skip to main content
15,923,374 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Building error Pin
Budric B.18-Jul-05 5:42
Budric B.18-Jul-05 5:42 
QuestionHow to Get Current Running No. Of Threads Pin
zinc_z18-Jul-05 4:48
zinc_z18-Jul-05 4:48 
AnswerRe: How to Get Current Running No. Of Threads Pin
Blake Miller18-Jul-05 5:26
Blake Miller18-Jul-05 5:26 
Generalerror C2146 in Visual C++ Pin
PapermillBill18-Jul-05 4:40
PapermillBill18-Jul-05 4:40 
GeneralRe: error C2146 in Visual C++ Pin
Jose Lamas Rios18-Jul-05 4:54
Jose Lamas Rios18-Jul-05 4:54 
GeneralRe: error C2146 in Visual C++ Pin
Anonymous18-Jul-05 7:10
Anonymous18-Jul-05 7:10 
GeneralRe: error C2146 in Visual C++ Pin
Jose Lamas Rios18-Jul-05 7:19
Jose Lamas Rios18-Jul-05 7:19 
GeneralRe: error C2146 in Visual C++ Pin
David Crow18-Jul-05 8:04
David Crow18-Jul-05 8:04 
How about:

COurWnd::COurWnd()
{
}
 
BOOL COurApp::InitInstance(void)
{
    COurWnd *pMainWnd = new COurWnd;
    m_pMainWnd = pMainWnd;
    pMainWnd->LoadFrame(IDR_MAINFRAME, WS_OVERLAPPEDWINDOW, NULL, NULL);
    pMainWnd->ShowWindow(m_nCmdShow);
    pMainWnd->UpdateWindow();
    return TRUE;
}



"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown


Generaltransparent printing problem with hp plotter and gdi+ Pin
navajo_2k18-Jul-05 3:15
navajo_2k18-Jul-05 3:15 
GeneralRe: transparent printing problem with hp plotter and gdi+ Pin
Shog918-Jul-05 12:31
sitebuilderShog918-Jul-05 12:31 
GeneralRe: transparent printing problem with hp plotter and gdi+ Pin
navajo_2k19-Jul-05 0:05
navajo_2k19-Jul-05 0:05 
QuestionHow to Take Input from MS flex Grid Pin
Ritu Kwatra18-Jul-05 1:41
Ritu Kwatra18-Jul-05 1:41 
GeneralFILE I/O updating Pin
Halawlaws18-Jul-05 1:27
Halawlaws18-Jul-05 1:27 
GeneralRe: FILE I/O updating Pin
David Crow18-Jul-05 2:43
David Crow18-Jul-05 2:43 
GeneralRe: FILE I/O updating Pin
Halawlaws18-Jul-05 3:05
Halawlaws18-Jul-05 3:05 
GeneralRe: FILE I/O updating Pin
David Crow18-Jul-05 3:11
David Crow18-Jul-05 3:11 
GeneralRe: FILE I/O updating Pin
Halawlaws18-Jul-05 4:46
Halawlaws18-Jul-05 4:46 
GeneralGet Application Path Pin
Abd.Eskandari18-Jul-05 1:20
Abd.Eskandari18-Jul-05 1:20 
GeneralRe: Get Application Path Pin
Trollslayer18-Jul-05 1:32
mentorTrollslayer18-Jul-05 1:32 
GeneralRe: Get Application Path Pin
Andrew Kirillov18-Jul-05 1:34
Andrew Kirillov18-Jul-05 1:34 
GeneralRe: Get Application Path Pin
T.T.H.18-Jul-05 23:47
T.T.H.18-Jul-05 23:47 
GeneralRe: Get Application Path Pin
ThatsAlok19-Jan-06 23:01
ThatsAlok19-Jan-06 23:01 
Questionwhat does "close wait" and "fin_wait2" means? Pin
awah18-Jul-05 1:14
awah18-Jul-05 1:14 
Generalspinner control makes dots in number within edit box Pin
T.T.H.18-Jul-05 0:48
T.T.H.18-Jul-05 0:48 
GeneralRe: spinner control makes dots in number within edit box Pin
Jose Lamas Rios18-Jul-05 2:44
Jose Lamas Rios18-Jul-05 2:44 

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.