Click here to Skip to main content
15,917,645 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: dr. watson logs lacking module names Pin
Zdeslav Vojkovic25-Feb-03 3:50
Zdeslav Vojkovic25-Feb-03 3:50 
GeneralCreating a list or array of IHTMLElementCollection ptrs Pin
Jase Jennings25-Feb-03 0:44
Jase Jennings25-Feb-03 0:44 
GeneralRe: Creating a list or array of IHTMLElementCollection ptrs Pin
jhwurmbach25-Feb-03 1:29
jhwurmbach25-Feb-03 1:29 
Generalpass command line arguments to dll Pin
xxhimanshu25-Feb-03 0:26
xxhimanshu25-Feb-03 0:26 
GeneralRe: pass command line arguments to dll Pin
Joaquín M López Muñoz25-Feb-03 0:29
Joaquín M López Muñoz25-Feb-03 0:29 
GeneralRe: pass command line arguments to dll Pin
xxhimanshu25-Feb-03 0:48
xxhimanshu25-Feb-03 0:48 
Generalanother problem pass command line arguments to dll Pin
xxhimanshu25-Feb-03 1:06
xxhimanshu25-Feb-03 1:06 
General2 CDialog questions Pin
raner25-Feb-03 0:22
raner25-Feb-03 0:22 
Hi
(1)I need to display multiple dialog, so i tried the following..which seem to work ok, except i need to click "OK" or close the dialog box before the next one appears.How can i make them appear all at once?

for(int i=0;i<numdlg;i++)
{
cdlg="" *dlg;
="" dlg="new" cdlg;
="" dlg-="">DoModal();
}

(2)How to i set the caption and position of the dialog boxes at runtime?
i tried using SetWindowText() to set the caption but it ran into error while executing.I've absolutely no idea how to set the position of dialog boxes at runtime.
GeneralRe: 2 CDialog questions Pin
Joaquín M López Muñoz25-Feb-03 0:32
Joaquín M López Muñoz25-Feb-03 0:32 
GeneralRe: 2 CDialog questions Pin
Joan M25-Feb-03 0:36
professionalJoan M25-Feb-03 0:36 
GeneralRe: 2 CDialog questions Pin
raner25-Feb-03 2:01
raner25-Feb-03 2:01 
GeneralRe: 2 CDialog questions Pin
Joan M25-Feb-03 3:04
professionalJoan M25-Feb-03 3:04 
GeneralNew problem Pin
raner25-Feb-03 2:46
raner25-Feb-03 2:46 
GeneralRe: New problem Pin
Joan M25-Feb-03 3:06
professionalJoan M25-Feb-03 3:06 
GeneralRe: New problem Pin
raner25-Feb-03 3:53
raner25-Feb-03 3:53 
GeneralRe: New problem Pin
Joan M25-Feb-03 4:33
professionalJoan M25-Feb-03 4:33 
GeneralRe: New problem Pin
raner25-Feb-03 5:28
raner25-Feb-03 5:28 
GeneralRe: New problem Pin
Joan M25-Feb-03 6:23
professionalJoan M25-Feb-03 6:23 
GeneralRe: New problem Pin
raner27-Feb-03 5:42
raner27-Feb-03 5:42 
GeneralRe: New problem Pin
Joan M27-Feb-03 7:02
professionalJoan M27-Feb-03 7:02 
GeneralRe: New problem Pin
raner27-Feb-03 17:06
raner27-Feb-03 17:06 
GeneralRe: New problem Pin
Joan M27-Feb-03 20:00
professionalJoan M27-Feb-03 20:00 
GeneralRe: 2 CDialog questions Pin
xxhimanshu25-Feb-03 0:37
xxhimanshu25-Feb-03 0:37 
GeneralCListView Pin
ROK_RShadow25-Feb-03 0:15
ROK_RShadow25-Feb-03 0:15 
GeneralRe: CListView Pin
João Paulo Figueira25-Feb-03 0:37
professionalJoão Paulo Figueira25-Feb-03 0:37 

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.