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

C / C++ / MFC

 
GeneralAdding URLs in a CDialog Pin
Luis E. Cuadrado12-Feb-03 10:42
Luis E. Cuadrado12-Feb-03 10:42 
GeneralRe: Adding URLs in a CDialog Pin
PJ Arends12-Feb-03 10:52
professionalPJ Arends12-Feb-03 10:52 
GeneralRe: Adding URLs in a CDialog Pin
valikac12-Feb-03 11:48
valikac12-Feb-03 11:48 
Generalpuzzled about this: STL vector Pin
ns12-Feb-03 9:26
ns12-Feb-03 9:26 
GeneralRe: puzzled about this: STL vector Pin
Christian Graus12-Feb-03 9:29
protectorChristian Graus12-Feb-03 9:29 
GeneralRe: puzzled about this: STL vector Pin
Tim Smith12-Feb-03 9:30
Tim Smith12-Feb-03 9:30 
GeneralRe: puzzled about this: STL vector Pin
palbano12-Feb-03 9:30
palbano12-Feb-03 9:30 
GeneralRe: puzzled about this: STL vector Pin
nss12-Feb-03 11:00
nss12-Feb-03 11:00 
Yes, I create them. push_back them in one function. then, retrieve them in another function..

Another thing....I'm trying to figure out by putting in breakpoints the sequence of events. Basically I'm going to restore the Cdialogs spawned by my view using the registry. Each CDialog has a magnification member . So if the registry says there were cdialogs spawned last time, I create the cdialogs in initial update after seeing how many there were the last time it ran. Then I call another function so I dont clutter things, and in that I was going along looping and assigning the magnification saved in the regsitry to the dialogs via pointers from the vector. Finally i did showwindow on them (in this separate fuunction).

The way it looks now is that I'll have to quiz my registry for the magnification info in a function which I had wanted to dedicate only to create the CDialogsvector. ....

But I'll look some more into it befoore I spaghettify things....Frown | :(

Thanks everyone!
GeneralProblem with sub menus Pin
Anonymous12-Feb-03 9:09
Anonymous12-Feb-03 9:09 
GeneralRe: Problem with sub menus Pin
KaЯl13-Feb-03 2:34
KaЯl13-Feb-03 2:34 
GeneralRe: Problem with sub menus Pin
Anonymous13-Feb-03 3:10
Anonymous13-Feb-03 3:10 
GeneralRe: Problem with sub menus Pin
KaЯl13-Feb-03 3:31
KaЯl13-Feb-03 3:31 
GeneralRe: Problem with sub menus Pin
Scorp1us13-Feb-03 9:18
Scorp1us13-Feb-03 9:18 
GeneralRe: Problem with sub menus Pin
KaЯl13-Feb-03 10:15
KaЯl13-Feb-03 10:15 
GeneralRe: Problem with sub menus Pin
tim63520-Mar-05 21:56
tim63520-Mar-05 21:56 
GeneralRe: Problem with sub menus Pin
KaЯl20-Mar-05 23:11
KaЯl20-Mar-05 23:11 
GeneralRe: Problem with sub menus Pin
tim63521-Mar-05 2:59
tim63521-Mar-05 2:59 
GeneralShareable objects... Pin
BlackSmith12-Feb-03 9:05
BlackSmith12-Feb-03 9:05 
GeneralRe: Shareable objects... Pin
palbano12-Feb-03 9:26
palbano12-Feb-03 9:26 
GeneralRe: Shareable objects... Pin
BlackSmith12-Feb-03 9:48
BlackSmith12-Feb-03 9:48 
GeneralRe: Shareable objects... Pin
palbano12-Feb-03 11:58
palbano12-Feb-03 11:58 
GeneralRe: Shareable objects... Pin
Chris Richardson12-Feb-03 11:58
Chris Richardson12-Feb-03 11:58 
QuestionCan I add a menu to a dialog based application? Pin
work_to_live12-Feb-03 8:48
work_to_live12-Feb-03 8:48 
AnswerRe: Can I add a menu to a dialog based application? Pin
Chris Losinger12-Feb-03 8:52
professionalChris Losinger12-Feb-03 8:52 
GeneralRe: Can I add a menu to a dialog based application? Pin
work_to_live12-Feb-03 9:05
work_to_live12-Feb-03 9:05 

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.