Click here to Skip to main content
15,913,941 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralStrings!!! Pin
15-Mar-02 7:49
suss15-Mar-02 7:49 
GeneralRe: Strings!!! Pin
Mike.NET15-Mar-02 8:00
Mike.NET15-Mar-02 8:00 
QuestionHow to make MFC apps use less RAM? Pin
Mike.NET15-Mar-02 7:44
Mike.NET15-Mar-02 7:44 
AnswerRe: How to make MFC apps use less RAM? Pin
Shog915-Mar-02 7:53
sitebuilderShog915-Mar-02 7:53 
GeneralVisual Studio .NET customization Pin
Todd Smith15-Mar-02 7:26
Todd Smith15-Mar-02 7:26 
GeneralCalling CListview in MDI application Pin
Jasmyn15-Mar-02 6:05
Jasmyn15-Mar-02 6:05 
Generalfurther details Pin
Jasmyn15-Mar-02 6:43
Jasmyn15-Mar-02 6:43 
Questiontoo simple question about modeless dialog? Pin
lucy15-Mar-02 5:11
lucy15-Mar-02 5:11 
I tried a search but didn't find anyone ever asked this question. Is it too simple?
Well, my question is, in my SDI application, on menu item -- action -- I would display a modeless dialog. the code is:
CMyDialog *pdlg;
pdlg = new CMyDialog();
if ( pdlg != NULL )
{
pdlg->Create(IDD_MY_DLG, this);
pdlg->ShowWindow(SW_SHOW);
}
The dialog shows and functions well, but it would be always on the top, even when it lost focus. Is it possible to hide it behind my SDI application when I click on my SDI?Confused | :confused:
Thank you!
AnswerRe: too simple question about modeless dialog? Pin
Tomasz Sowinski15-Mar-02 5:22
Tomasz Sowinski15-Mar-02 5:22 
GeneralRe: too simple question about modeless dialog? Pin
lucy15-Mar-02 6:02
lucy15-Mar-02 6:02 
GeneralRe: too simple question about modeless dialog? Pin
lucy15-Mar-02 6:21
lucy15-Mar-02 6:21 
GeneralOLEDB Provider Pin
Mauricio Ritter15-Mar-02 4:46
Mauricio Ritter15-Mar-02 4:46 
GeneralRe: OLEDB Provider Pin
Tomasz Sowinski15-Mar-02 4:55
Tomasz Sowinski15-Mar-02 4:55 
GeneralRe: OLEDB Provider Pin
Mauricio Ritter15-Mar-02 5:02
Mauricio Ritter15-Mar-02 5:02 
Generalhardware access, direct control, driver source Pin
Kuniva15-Mar-02 4:45
Kuniva15-Mar-02 4:45 
GeneralRe: hardware access, direct control, driver source Pin
Tomasz Sowinski15-Mar-02 4:49
Tomasz Sowinski15-Mar-02 4:49 
GeneralFlush System Buffers for a Drive Pin
Brad Manske15-Mar-02 4:22
Brad Manske15-Mar-02 4:22 
GeneralRe: Flush System Buffers for a Drive Pin
Tomasz Sowinski15-Mar-02 4:30
Tomasz Sowinski15-Mar-02 4:30 
GeneralRe: Flush System Buffers for a Drive Pin
Brad Manske15-Mar-02 4:36
Brad Manske15-Mar-02 4:36 
GeneralRe: Flush System Buffers for a Drive Pin
Tomasz Sowinski15-Mar-02 4:41
Tomasz Sowinski15-Mar-02 4:41 
GeneralRe: Flush System Buffers for a Drive Pin
Ravi Bhavnani15-Mar-02 4:38
professionalRavi Bhavnani15-Mar-02 4:38 
GeneralRe: Flush System Buffers for a Drive Pin
Tomasz Sowinski15-Mar-02 4:51
Tomasz Sowinski15-Mar-02 4:51 
GeneralRe: Flush System Buffers for a Drive Pin
Brad Manske15-Mar-02 5:11
Brad Manske15-Mar-02 5:11 
GeneralRe: Flush System Buffers for a Drive Pin
Brad Manske15-Mar-02 5:09
Brad Manske15-Mar-02 5:09 
GeneralRe: Flush System Buffers for a Drive Pin
Tomasz Sowinski15-Mar-02 5:12
Tomasz Sowinski15-Mar-02 5:12 

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.