Click here to Skip to main content
16,007,885 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Creating ActiveX controls in ActiveX Property pages Pin
Zac Howland2-Aug-02 5:36
Zac Howland2-Aug-02 5:36 
GeneralParagraphs on a CView Pin
JennyP1-Aug-02 7:09
JennyP1-Aug-02 7:09 
GeneralRe: Paragraphs on a CView Pin
PJ Arends1-Aug-02 7:16
professionalPJ Arends1-Aug-02 7:16 
GeneralRe: Paragraphs on a CView Pin
JennyP1-Aug-02 7:41
JennyP1-Aug-02 7:41 
GeneralCFileDialog SaveAs Question Pin
moobob1-Aug-02 6:53
moobob1-Aug-02 6:53 
GeneralRe: CFileDialog SaveAs Question Pin
Chris Losinger1-Aug-02 6:56
professionalChris Losinger1-Aug-02 6:56 
GeneralRe: CFileDialog SaveAs Question Pin
moobob1-Aug-02 7:29
moobob1-Aug-02 7:29 
GeneralRe: CFileDialog SaveAs Question Pin
Chris Losinger1-Aug-02 7:32
professionalChris Losinger1-Aug-02 7:32 
moobob wrote:
Perhaps I'm doing this in the wrong place?

yup

1. derive a class from CFileDialog (you have to make a new class, not just instantiate a CFileDialog). ClassWizard can help with this.

2. override OnIntiDialog in that derived class (not in the class that uses the new CFileDialog)

3. put that line of code in the derived class's OnInitDialog

-c


To explain Donald Knuth's relevance to computing is like explaining Paul's relevance to the Catholic Church. He isn't God, he isn't the Son of God, but he was sent by God to explain God to the masses.
   /. #3848917

GeneralRe: CFileDialog SaveAs Question Pin
moobob1-Aug-02 7:39
moobob1-Aug-02 7:39 
GeneralRe: CFileDialog SaveAs Question Pin
includeh101-Aug-02 8:40
includeh101-Aug-02 8:40 
GeneralRe: CFileDialog SaveAs Question Pin
Chris Losinger1-Aug-02 8:43
professionalChris Losinger1-Aug-02 8:43 
QuestionAllow UI during processing?? Pin
JennyP1-Aug-02 6:36
JennyP1-Aug-02 6:36 
AnswerRe: Allow UI during processing?? Pin
Chris Losinger1-Aug-02 6:49
professionalChris Losinger1-Aug-02 6:49 
AnswerRe: Allow UI during processing?? Pin
Ravi Bhavnani1-Aug-02 7:41
professionalRavi Bhavnani1-Aug-02 7:41 
GeneralRe: Allow UI during processing?? Pin
JennyP1-Aug-02 7:49
JennyP1-Aug-02 7:49 
GeneralRe: Allow UI during processing?? Pin
Ernest Laurentin1-Aug-02 10:32
Ernest Laurentin1-Aug-02 10:32 
GeneralRe: Allow UI during processing?? Pin
Ravi Bhavnani1-Aug-02 11:38
professionalRavi Bhavnani1-Aug-02 11:38 
GeneralRe: Allow UI during processing?? Pin
Ernest Laurentin1-Aug-02 18:42
Ernest Laurentin1-Aug-02 18:42 
Generalautocomplete in VS.NET Pin
Alexey Kourakolov1-Aug-02 5:44
Alexey Kourakolov1-Aug-02 5:44 
GeneralRegistry management Pin
Cristiano Galeazzi1-Aug-02 5:39
sussCristiano Galeazzi1-Aug-02 5:39 
GeneralRe: Registry management Pin
Tomasz Sowinski1-Aug-02 5:52
Tomasz Sowinski1-Aug-02 5:52 
Questionwrite data to .exe itself, possible? Pin
includeh101-Aug-02 5:24
includeh101-Aug-02 5:24 
AnswerRe: write data to .exe itself, possible? Pin
Jeremy Falcon1-Aug-02 5:31
professionalJeremy Falcon1-Aug-02 5:31 
GeneralRe: write data to .exe itself, possible? Pin
Tomasz Sowinski1-Aug-02 5:37
Tomasz Sowinski1-Aug-02 5:37 
GeneralRe: write data to .exe itself, possible? Pin
Jeremy Falcon1-Aug-02 5:53
professionalJeremy Falcon1-Aug-02 5:53 

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.