Click here to Skip to main content
15,921,989 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionwhere are dialog box saved on disk Pin
neha.agarwal2722-Oct-07 19:06
neha.agarwal2722-Oct-07 19:06 
AnswerRe: where are dialog box saved on disk Pin
Paresh Chitte22-Oct-07 19:19
Paresh Chitte22-Oct-07 19:19 
AnswerRe: where are dialog box saved on disk Pin
Hamid_RT22-Oct-07 19:22
Hamid_RT22-Oct-07 19:22 
AnswerRe: where are dialog box saved on disk Pin
neha.agarwal2722-Oct-07 19:41
neha.agarwal2722-Oct-07 19:41 
GeneralRe: where are dialog box saved on disk Pin
Paresh Chitte22-Oct-07 20:43
Paresh Chitte22-Oct-07 20:43 
GeneralRe: where are dialog box saved on disk Pin
Anand Todkar22-Oct-07 21:06
Anand Todkar22-Oct-07 21:06 
GeneralRe: where are dialog box saved on disk Pin
neha.agarwal2722-Oct-07 22:13
neha.agarwal2722-Oct-07 22:13 
GeneralRe: where are dialog box saved on disk Pin
Anand Todkar22-Oct-07 23:15
Anand Todkar22-Oct-07 23:15 
When we create any dialog, when we use some controls on that dialog the implementation for that dialog is inside our MFC DLLs, also if we have some custom controls then implementation for it is in that particular DLLs, as the dialog is not external dependancy (unlike BMPs), it is inside the application itself, and the information related to that dialog is given in resource file, using Resource file information the compiler takes the corresponding resources and renders dialog accordingly. Wht you must have missed is to copy the resouce file properly. Copy it again and compile it .. Hopefully it should work then.

Thanks,
Anand.

GeneralRe: where are dialog box saved on disk Pin
neha.agarwal2722-Oct-07 23:58
neha.agarwal2722-Oct-07 23:58 
GeneralRe: where are dialog box saved on disk Pin
Paresh Chitte23-Oct-07 0:01
Paresh Chitte23-Oct-07 0:01 
GeneralRe: where are dialog box saved on disk Pin
Anand Todkar23-Oct-07 1:46
Anand Todkar23-Oct-07 1:46 
QuestionRe: where are dialog box saved on disk Pin
David Crow23-Oct-07 3:54
David Crow23-Oct-07 3:54 
AnswerRe: where are dialog box saved on disk Pin
David Crow23-Oct-07 3:50
David Crow23-Oct-07 3:50 
QuestionDLL property Pin
George_George22-Oct-07 19:01
George_George22-Oct-07 19:01 
AnswerRe: DLL property Pin
chnuser22-Oct-07 19:07
chnuser22-Oct-07 19:07 
GeneralRe: DLL property Pin
George_George22-Oct-07 20:31
George_George22-Oct-07 20:31 
AnswerRe: DLL property Pin
Naveen22-Oct-07 19:47
Naveen22-Oct-07 19:47 
GeneralRe: DLL property Pin
George_George22-Oct-07 20:49
George_George22-Oct-07 20:49 
Questionwhy CreateView(&ccontext, AFX_IDW_PANE_FIRST) return NULL in win2000? Pin
chnuser22-Oct-07 18:58
chnuser22-Oct-07 18:58 
QuestionAccess violation writing location 0x10161b7c. Pin
monsieur_jj22-Oct-07 17:14
monsieur_jj22-Oct-07 17:14 
QuestionDynamic Enums Pin
aplatoon22-Oct-07 15:25
aplatoon22-Oct-07 15:25 
AnswerRe: Dynamic Enums Pin
Michael Dunn22-Oct-07 20:17
sitebuilderMichael Dunn22-Oct-07 20:17 
QuestionPlugin for windows 3.1 \ 3.11 ???? Pin
media90Cj22-Oct-07 14:27
media90Cj22-Oct-07 14:27 
QuestionGDI+ help needed Pin
Kiran Satish22-Oct-07 11:34
Kiran Satish22-Oct-07 11:34 
AnswerRe: GDI+ help needed Pin
Llasus22-Oct-07 13:14
Llasus22-Oct-07 13:14 

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.