Click here to Skip to main content
15,910,603 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to create database at run time Pin
Hamid_RT29-Jun-07 2:21
Hamid_RT29-Jun-07 2:21 
QuestionCompile release version Pin
kcynic28-Jun-07 2:10
kcynic28-Jun-07 2:10 
AnswerRe: Compile release version Pin
toxcct28-Jun-07 2:18
toxcct28-Jun-07 2:18 
AnswerRe: Compile release version Pin
Hamid_RT28-Jun-07 4:01
Hamid_RT28-Jun-07 4:01 
GeneralRe: Compile release version Pin
kcynic29-Jun-07 14:19
kcynic29-Jun-07 14:19 
QuestionChnaging Window Title Pin
Abhijeet Pathak28-Jun-07 2:04
Abhijeet Pathak28-Jun-07 2:04 
AnswerRe: Chnaging Window Title Pin
toxcct28-Jun-07 2:17
toxcct28-Jun-07 2:17 
AnswerRe: Chnaging Window Title Pin
JudyL_MD28-Jun-07 2:27
JudyL_MD28-Jun-07 2:27 
override PreCreateWindow

BOOL CMainFrame::PreCreateWindow (CREATESTRUCT& cs)
{
    // remove "untitled" from the title bar of the window
    cs.style &= ~FWS_ADDTOTITLE;

    return CFrameWnd::PreCreateWindow (cs);
}


Judy
GeneralRe: Chnaging Window Title Pin
Abhijeet Pathak28-Jun-07 3:34
Abhijeet Pathak28-Jun-07 3:34 
QuestionWindow created by focusing some text Pin
GBag28-Jun-07 1:07
GBag28-Jun-07 1:07 
QuestionFile drag operation Pin
Jhony george28-Jun-07 1:05
Jhony george28-Jun-07 1:05 
QuestionBorland C++ Builder to MS VS 2005 Pin
Tony Teveris28-Jun-07 1:05
Tony Teveris28-Jun-07 1:05 
AnswerRe: Borland C++ Builder to MS VS 2005 Pin
spsharma28-Jun-07 2:25
spsharma28-Jun-07 2:25 
AnswerRe: Borland C++ Builder to MS VS 2005 Pin
led mike28-Jun-07 4:28
led mike28-Jun-07 4:28 
AnswerRe: Borland C++ Builder to MS VS 2005 Pin
StevenS_Dev28-Jun-07 10:39
StevenS_Dev28-Jun-07 10:39 
QuestionHow to use C++ member function from a dll Pin
sawerr28-Jun-07 0:23
sawerr28-Jun-07 0:23 
AnswerRe: How to use C++ member function from a dll Pin
Cedric Moonen28-Jun-07 0:56
Cedric Moonen28-Jun-07 0:56 
GeneralRe: How to use C++ member function from a dll Pin
toxcct28-Jun-07 1:49
toxcct28-Jun-07 1:49 
GeneralRe: How to use C++ member function from a dll Pin
Roger Stoltz28-Jun-07 1:58
Roger Stoltz28-Jun-07 1:58 
GeneralRe: How to use C++ member function from a dll Pin
toxcct28-Jun-07 2:02
toxcct28-Jun-07 2:02 
GeneralRe: How to use C++ member function from a dll Pin
Cedric Moonen28-Jun-07 2:12
Cedric Moonen28-Jun-07 2:12 
GeneralRe: How to use C++ member function from a dll Pin
sawerr28-Jun-07 2:19
sawerr28-Jun-07 2:19 
GeneralRe: How to use C++ member function from a dll Pin
Cedric Moonen28-Jun-07 2:25
Cedric Moonen28-Jun-07 2:25 
GeneralRe: How to use C++ member function from a dll Pin
toxcct28-Jun-07 2:31
toxcct28-Jun-07 2:31 
GeneralRe: How to use C++ member function from a dll Pin
toxcct28-Jun-07 2:28
toxcct28-Jun-07 2:28 

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.