Click here to Skip to main content
15,912,837 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: What happens when I open a file with its "default" program? Pin
KellyR10-Jan-07 5:35
KellyR10-Jan-07 5:35 
GeneralRe: What happens when I open a file with its "default" program? Pin
Roger Stoltz10-Jan-07 5:55
Roger Stoltz10-Jan-07 5:55 
GeneralRe: What happens when I open a file with its "default" program? Pin
CPallini10-Jan-07 8:16
mveCPallini10-Jan-07 8:16 
AnswerRe: What happens when I open a file with its "default" program? Pin
James R. Twine10-Jan-07 4:55
James R. Twine10-Jan-07 4:55 
GeneralRe: What happens when I open a file with its "default" program? Pin
KellyR10-Jan-07 5:29
KellyR10-Jan-07 5:29 
AnswerRe: What happens when I open a file with its "default" program? Pin
David Crow10-Jan-07 3:46
David Crow10-Jan-07 3:46 
QuestionHow to change "x" button's position on the dialog title bar? Pin
PatrykDabrowski10-Jan-07 2:02
PatrykDabrowski10-Jan-07 2:02 
AnswerRe: How to change "x" button's position on the dialog title bar? Pin
Monty210-Jan-07 2:12
Monty210-Jan-07 2:12 
PatrykDabrowski wrote:
Is it possible with a class derived from CDialog? Can I do some SetMinimiseButtonPos() or SetCloseButtonPos() tricks somehow?

And another question about titlebar, is it possible to center titlebar's text?

You will have to draw the whole title bar yourself, hide all the buttons and provide all default functionality yourself, See this article[^]

mostly applications just hide the title bar and paint a new title bar on the window area itself.




If you think you can than you can, if you think you can't you are right.

QuestionSigning C++ project for Vista Pin
Vitaly Tomilov10-Jan-07 1:57
Vitaly Tomilov10-Jan-07 1:57 
AnswerRe: Signing C++ project for Vista Pin
Michael Dunn10-Jan-07 8:33
sitebuilderMichael Dunn10-Jan-07 8:33 
QuestionSaving new files with CFileDialog? Pin
bosfan10-Jan-07 1:08
bosfan10-Jan-07 1:08 
AnswerRe: Saving new files with CFileDialog? Pin
prasad_som10-Jan-07 1:47
prasad_som10-Jan-07 1:47 
GeneralRe: Saving new files with CFileDialog? Pin
bosfan10-Jan-07 2:07
bosfan10-Jan-07 2:07 
Questioncan we use char datatype in unicode Pin
Atul2310-Jan-07 0:03
Atul2310-Jan-07 0:03 
AnswerRe: can we use char datatype in unicode Pin
Monty210-Jan-07 1:25
Monty210-Jan-07 1:25 
AnswerRe: can we use char datatype in unicode Pin
David Crow10-Jan-07 2:55
David Crow10-Jan-07 2:55 
QuestionError after closing application Pin
Kiran Pinjala9-Jan-07 23:26
Kiran Pinjala9-Jan-07 23:26 
QuestionRe: Error after closing application [modified] Pin
Kiran Pinjala9-Jan-07 23:48
Kiran Pinjala9-Jan-07 23:48 
AnswerRe: Error after closing application Pin
kakan9-Jan-07 23:56
professionalkakan9-Jan-07 23:56 
AnswerRe: Error after closing application Pin
Monty210-Jan-07 1:28
Monty210-Jan-07 1:28 
QuestionHow to invoke MSDN from an application? Pin
Ratish Philip9-Jan-07 22:42
Ratish Philip9-Jan-07 22:42 
AnswerRe: How to invoke MSDN from an application? Pin
Rajesh R Subramanian9-Jan-07 23:01
professionalRajesh R Subramanian9-Jan-07 23:01 
AnswerRe: How to invoke MSDN from an application? Pin
S Douglas9-Jan-07 23:21
professionalS Douglas9-Jan-07 23:21 
AnswerRe: How to invoke MSDN from an application? Pin
George L. Jackson9-Jan-07 23:22
George L. Jackson9-Jan-07 23:22 
QuestionCString to Date? Pin
bosfan9-Jan-07 21:24
bosfan9-Jan-07 21:24 

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.