Click here to Skip to main content
15,923,222 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralModeless dialog and OK button and renaming yet.... Pin
ns21-Jan-03 9:41
ns21-Jan-03 9:41 
GeneralRe: Modeless dialog and OK button and renaming yet.... Pin
Joaquín M López Muñoz21-Jan-03 9:44
Joaquín M López Muñoz21-Jan-03 9:44 
GeneralRe: Modeless dialog and OK button and renaming yet.... Pin
ns21-Jan-03 10:07
ns21-Jan-03 10:07 
GeneralHEEEEEEEEELLLLLLLPPPPP!!! Pin
mickelthepickle21-Jan-03 9:31
mickelthepickle21-Jan-03 9:31 
Generalresizing a dlg in splitter Pin
will138321-Jan-03 9:23
will138321-Jan-03 9:23 
GeneralRe: resizing a dlg in splitter Pin
Joaquín M López Muñoz21-Jan-03 9:30
Joaquín M López Muñoz21-Jan-03 9:30 
GeneralRe: resizing a dlg in splitter Pin
will138321-Jan-03 9:47
will138321-Jan-03 9:47 
GeneralREplacing a dialog resource Pin
ns21-Jan-03 8:29
ns21-Jan-03 8:29 
I have a dialog resource IDD_A, and need to "plug in" a new and improved IDD_A (Basically my existing IDD_A crashes the code when I add a third party ACtiveX control on it. However if I put that control on a CDialog BEFORE the other controls, then it doesnt crash. Now what I dont want to do is insert a new Dialog which has a different name IDD_B because Class WIzard will create a new class for it, and I'll have to go through the old class and put in stuff into the new class, and also replace the old class everywhere it occurs in my View class.....not pretty. I tried tricking VS by renaming the old dialog and calling the new dlg IDD_A. I also went and commented out stuff in the resource file. But when I go to give my new dialog dlg the name IDD_A it says that this is associated with IDD_AOLD (which is what I renamed the old dialog). NOw I dont see any place (searched) thaT I could do anything that will make my new CDialog get associated with the same class.

Help?

Appreciate your help,
ns
GeneralRe: REplacing a dialog resource Pin
AlexO21-Jan-03 8:42
AlexO21-Jan-03 8:42 
GeneralRe: REplacing a dialog resource(modified) Pin
ns21-Jan-03 9:08
ns21-Jan-03 9:08 
GeneralRe: REplacing a dialog resource Pin
Joaquín M López Muñoz21-Jan-03 8:52
Joaquín M López Muñoz21-Jan-03 8:52 
GeneralRe: REplacing a dialog resource Pin
ns21-Jan-03 9:06
ns21-Jan-03 9:06 
GeneralRe: REplacing a dialog resource Pin
Joaquín M López Muñoz21-Jan-03 9:11
Joaquín M López Muñoz21-Jan-03 9:11 
GeneralRe: REplacing a dialog resource Pin
ns21-Jan-03 9:29
ns21-Jan-03 9:29 
Generalturning off LVIS_SELECTED flags.. Pin
IrishSonic21-Jan-03 8:15
IrishSonic21-Jan-03 8:15 
GeneralRe: turning off LVIS_SELECTED flags.. Pin
Joaquín M López Muñoz21-Jan-03 9:26
Joaquín M López Muñoz21-Jan-03 9:26 
GeneralNeed VC++ tools for visual designer app Pin
dotmarker21-Jan-03 7:38
dotmarker21-Jan-03 7:38 
Questionwtf is "Hardcoded"? Pin
Hoornet9321-Jan-03 6:02
Hoornet9321-Jan-03 6:02 
AnswerRe: wtf is "Hardcoded"? Pin
benjymous21-Jan-03 6:11
benjymous21-Jan-03 6:11 
AnswerRe: wtf is "Hardcoded"? Pin
Tim Smith21-Jan-03 6:12
Tim Smith21-Jan-03 6:12 
AnswerRe: wtf is "Hardcoded"? Pin
AlexO21-Jan-03 6:25
AlexO21-Jan-03 6:25 
AnswerRe: wtf is "Hardcoded"? Pin
Ivor S. Sargoytchev21-Jan-03 7:37
Ivor S. Sargoytchev21-Jan-03 7:37 
AnswerRe: wtf is "Hardcoded"? Pin
dazinith21-Jan-03 9:59
dazinith21-Jan-03 9:59 
GeneralImplementing Fonts in a CFormView Pin
mickelthepickle21-Jan-03 5:31
mickelthepickle21-Jan-03 5:31 
GeneralWM_SETFONT Pin
AlexO21-Jan-03 6:49
AlexO21-Jan-03 6:49 

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.