Click here to Skip to main content
15,920,896 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generaldialog and large font Pin
Broker23-Aug-00 1:56
Broker23-Aug-00 1:56 
GeneralRe: dialog and large font Pin
Aquitaine24-Aug-00 9:16
Aquitaine24-Aug-00 9:16 
QuestionDDE...or: Why does my Thread stop Oracle Report Server??? Pin
didi23-Aug-00 1:48
didi23-Aug-00 1:48 
AnswerRe: DDE...or: Why does my Thread stop Oracle Report Server??? Pin
didi23-Aug-00 2:12
didi23-Aug-00 2:12 
Generalsynchronizing a file Pin
aasher22-Aug-00 22:45
aasher22-Aug-00 22:45 
GeneralRemote sys status monitoring Pin
tma2k222-Aug-00 18:38
tma2k222-Aug-00 18:38 
QuestionHow to Import TAB delimited files? Pin
AMON22-Aug-00 16:50
AMON22-Aug-00 16:50 
AnswerRe: How to Import TAB delimited files? Pin
#realJSOP23-Aug-00 1:34
professional#realJSOP23-Aug-00 1:34 
GeneralOpenGL Fast Redrawing Pin
Peter Eisfelder22-Aug-00 13:23
sussPeter Eisfelder22-Aug-00 13:23 
GeneralRe: OpenGL Fast Redrawing Pin
Philip Nicoletti23-Aug-00 2:32
Philip Nicoletti23-Aug-00 2:32 
GeneralRe: OpenGL Fast Redrawing Pin
Peter Eisfelder24-Aug-00 0:26
sussPeter Eisfelder24-Aug-00 0:26 
Generalmultiple file extensions in "OPEN FILE"-dialog Pin
Thomas Barthel22-Aug-00 11:18
sussThomas Barthel22-Aug-00 11:18 
GeneralRe: multiple file extensions in Pin
#realJSOP23-Aug-00 1:29
professional#realJSOP23-Aug-00 1:29 
GeneralHelp with Internal OLE Automation Error Pin
Brian22-Aug-00 10:34
Brian22-Aug-00 10:34 
GeneralMouse Postion Pin
sunny22-Aug-00 9:33
sunny22-Aug-00 9:33 
GeneralRe: Mouse Postion Pin
Paolo Messina23-Aug-00 9:24
professionalPaolo Messina23-Aug-00 9:24 
Generalsquiggle line possible Pin
Salik22-Aug-00 8:05
Salik22-Aug-00 8:05 
GeneralForcing Socket Connection of specific port Pin
#realJSOP22-Aug-00 4:56
professional#realJSOP22-Aug-00 4:56 
Generalvc / vb question Pin
Danny22-Aug-00 3:17
Danny22-Aug-00 3:17 
GeneralGetAmbientUserMode Pin
Aruna Gadige22-Aug-00 2:10
Aruna Gadige22-Aug-00 2:10 
GeneralGetAmbientUserMode Pin
Aruna Gadige22-Aug-00 2:09
Aruna Gadige22-Aug-00 2:09 
GeneralADO+DataGird+CJLibrary (Sample code) Pin
Masaaki Onishi21-Aug-00 15:38
Masaaki Onishi21-Aug-00 15:38 
GeneralRe: Copyright of CJLibrary ! Pin
Masaaki Onishi21-Aug-00 17:54
Masaaki Onishi21-Aug-00 17:54 
GeneralCustomized CFileDialog problem Pin
Randy More21-Aug-00 10:21
Randy More21-Aug-00 10:21 
I have a class derived from CFileDialog. I am attempting to change the text on the "Save" button but have a strange problem. I do it the way I have always used for "Open" dialogs:

In OnInitDialog i do the following.

CWnd * wndCtrl = GetParent()->GetDlgItem(IDOK);
wndCtrl->SetWindowText("&Create");

Strange thing is, it works for the "Open" flavor of a CFileDialog but not the "Save". I definitely have the right control, I can change button's size for example, just not the text. Seems like maybe the text gets changed AFTER init dialog.

Any ideas???
GeneralFile Save As from ATL (no MFC) Pin
Chris L.21-Aug-00 8:57
Chris L.21-Aug-00 8:57 

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.