Click here to Skip to main content
15,888,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Why does my app close right after starting if i add an IP Address Control? Pin
Nish Nishant1-Oct-02 5:02
sitebuilderNish Nishant1-Oct-02 5:02 
GeneralString in constructor Pin
Derrick Flannigan1-Oct-02 4:24
Derrick Flannigan1-Oct-02 4:24 
GeneralRe: String in constructor Pin
KarstenK1-Oct-02 4:39
mveKarstenK1-Oct-02 4:39 
GeneralRe: String in constructor Pin
Jon Hulatt1-Oct-02 5:37
Jon Hulatt1-Oct-02 5:37 
QuestionHow to Find the parent application Pin
Ranjan Banerji1-Oct-02 4:11
Ranjan Banerji1-Oct-02 4:11 
GeneralClose button Pin
suresh_sathya1-Oct-02 3:26
suresh_sathya1-Oct-02 3:26 
GeneralRe: Close button Pin
Maximilien1-Oct-02 3:37
Maximilien1-Oct-02 3:37 
GeneralRe: Close button Pin
lucy1-Oct-02 3:58
lucy1-Oct-02 3:58 
Or, if you are using SDI/MDI framework, add this line in
CMainFrame::PreCreateWindow (CREATESTRUCT &cs)
{
    ...
    cs.style = WS_SYSMENU; // have the small X button in the title bar
    return TRUE;
}

GeneralOwner drawn CButton position detection Pin
Merle Pittman1-Oct-02 3:12
Merle Pittman1-Oct-02 3:12 
GeneralRe: Owner drawn CButton position detection Pin
56789012341-Oct-02 3:31
56789012341-Oct-02 3:31 
GeneralRe: Owner drawn CButton position detection Pin
jhwurmbach1-Oct-02 3:40
jhwurmbach1-Oct-02 3:40 
GeneralRe: Owner drawn CButton position detection Pin
Merle Pittman1-Oct-02 5:31
Merle Pittman1-Oct-02 5:31 
GeneralRe: Owner drawn CButton position detection Pin
jhwurmbach1-Oct-02 20:16
jhwurmbach1-Oct-02 20:16 
GeneralVS.NET like interface Pin
Anonymous1-Oct-02 3:05
Anonymous1-Oct-02 3:05 
GeneralPrinting the Contents of a CDialog Pin
MobileCoder1-Oct-02 2:18
MobileCoder1-Oct-02 2:18 
Generalcatch HTTP Requests Pin
Ralfy1-Oct-02 2:09
Ralfy1-Oct-02 2:09 
GeneralRe: catch HTTP Requests Pin
Jon Hulatt1-Oct-02 5:40
Jon Hulatt1-Oct-02 5:40 
GeneralRe: catch HTTP Requests Pin
Ralfy1-Oct-02 17:32
Ralfy1-Oct-02 17:32 
GeneralSubstring Pin
John Bosko1-Oct-02 1:47
John Bosko1-Oct-02 1:47 
GeneralRe: Substring Pin
jhwurmbach1-Oct-02 2:01
jhwurmbach1-Oct-02 2:01 
GeneralWhen i include winsock2.h i get a ton of compile errors... Pin
Redeemer-dk1-Oct-02 1:34
Redeemer-dk1-Oct-02 1:34 
GeneralRe: When i include winsock2.h i get a ton of compile errors... Pin
Jon Hulatt1-Oct-02 1:45
Jon Hulatt1-Oct-02 1:45 
GeneralRe: When i include winsock2.h i get a ton of compile errors... Pin
Anonymous1-Oct-02 1:51
Anonymous1-Oct-02 1:51 
GeneralGetting version no. from resource Pin
Poul Haahr Klemmensen1-Oct-02 0:51
Poul Haahr Klemmensen1-Oct-02 0:51 
GeneralRe: Getting version no. from resource Pin
jmkhael1-Oct-02 1:29
jmkhael1-Oct-02 1:29 

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.