Click here to Skip to main content
16,016,249 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: help creating a com object CDOMessage Pin
flippydeflippydebop28-Sep-06 6:02
flippydeflippydebop28-Sep-06 6:02 
GeneralRe: help creating a com object CDOMessage Pin
led mike28-Sep-06 6:10
led mike28-Sep-06 6:10 
GeneralRe: help creating a com object CDOMessage Pin
flippydeflippydebop28-Sep-06 10:35
flippydeflippydebop28-Sep-06 10:35 
GeneralRe: help creating a com object CDOMessage Pin
flippydeflippydebop29-Sep-06 1:01
flippydeflippydebop29-Sep-06 1:01 
GeneralRe: help creating a com object CDOMessage Pin
led mike29-Sep-06 5:08
led mike29-Sep-06 5:08 
GeneralRe: help creating a com object CDOMessage Pin
flippydeflippydebop1-Oct-06 22:59
flippydeflippydebop1-Oct-06 22:59 
QuestionIs there anybody knowns where was IE's "Manage Add-ons" dialog implemented? Pin
314159265328-Sep-06 3:28
314159265328-Sep-06 3:28 
QuestionModal and modeless dialogs Pin
Wim Engberts28-Sep-06 2:50
Wim Engberts28-Sep-06 2:50 
Hi all,

In one of my applications, the user gets a modal dialog box, in which he enters some information. In order to support him in diong that, I also display a modeless dialog with some additional information. (CDialog::Create (IDD_TEMPLATE, NULL)). The order is: first initialize the modeless dialog, then call the DoModal for the modal dialog. However, the user is now not able to move or resize the modeless dialog or to put it on top of the modal dialog to diaplsy all the information, until the modal dialog closes.
It would of course be possible to also use a modeless dialog for the second dialog box, but then I need to loop for the user to push the OK (or Cancel) button, and I would possible need to do a whole lot of other things that Windows is now handeling for me.
How can I create the modeless dialog so that it will act as if it were another application (in the sense that I can move it, put it on top of others, etc)
Anyone any suggestions please?

Thanks in advance,
William
AnswerRe: Modal and modeless dialogs Pin
David Crow28-Sep-06 2:55
David Crow28-Sep-06 2:55 
GeneralRe: Modal and modeless dialogs Pin
Wim Engberts28-Sep-06 3:01
Wim Engberts28-Sep-06 3:01 
QuestionHow to color every letter in a Listbox diffrent Pin
Mike-Kuki28-Sep-06 2:41
Mike-Kuki28-Sep-06 2:41 
AnswerRe: How to color every letter in a Listbox diffrent Pin
Hamid_RT28-Sep-06 2:51
Hamid_RT28-Sep-06 2:51 
GeneralRe: How to color every letter in a Listbox diffrent Pin
Mike-Kuki28-Sep-06 2:58
Mike-Kuki28-Sep-06 2:58 
GeneralRe: How to color every letter in a Listbox diffrent Pin
John M. Drescher28-Sep-06 6:06
John M. Drescher28-Sep-06 6:06 
GeneralRe: How to color every letter in a Listbox diffrent Pin
Hamid_RT29-Sep-06 8:24
Hamid_RT29-Sep-06 8:24 
GeneralRe: How to color every letter in a Listbox diffrent Pin
Mike-Kuki29-Sep-06 22:09
Mike-Kuki29-Sep-06 22:09 
GeneralRe: How to color every letter in a Listbox diffrent Pin
Hamid_RT30-Sep-06 6:32
Hamid_RT30-Sep-06 6:32 
AnswerRe: How to color every letter in a Listbox diffrent Pin
drax_081528-Sep-06 2:54
drax_081528-Sep-06 2:54 
QuestionRename a Solution Pin
Andy20228-Sep-06 2:22
Andy20228-Sep-06 2:22 
AnswerRe: Rename a Solution Pin
Hamid_RT28-Sep-06 2:39
Hamid_RT28-Sep-06 2:39 
Questionadding a wave header to a file Pin
Kiran Pinjala28-Sep-06 1:38
Kiran Pinjala28-Sep-06 1:38 
AnswerRe: adding a wave header to a file Pin
Hamid_RT28-Sep-06 2:38
Hamid_RT28-Sep-06 2:38 
QuestionHow to flash a message in MFC Pin
anjita28-Sep-06 1:05
anjita28-Sep-06 1:05 
AnswerRe: How to flash a message in MFC Pin
_AnsHUMAN_ 28-Sep-06 1:11
_AnsHUMAN_ 28-Sep-06 1:11 
AnswerRe: How to flash a message in MFC Pin
Hamid_RT28-Sep-06 2:35
Hamid_RT28-Sep-06 2:35 

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.