Click here to Skip to main content
15,896,063 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: hiding variables Pin
Chris Losinger5-Jan-07 11:10
professionalChris Losinger5-Jan-07 11:10 
GeneralRe: hiding variables Pin
Eytukan5-Jan-07 16:45
Eytukan5-Jan-07 16:45 
GeneralRe: hiding variables Pin
S Douglas7-Jan-07 0:24
professionalS Douglas7-Jan-07 0:24 
GeneralRe: hiding variables Pin
Chris Losinger7-Jan-07 4:35
professionalChris Losinger7-Jan-07 4:35 
GeneralRe: hiding variables Pin
S Douglas7-Jan-07 14:15
professionalS Douglas7-Jan-07 14:15 
QuestionHow to minimize exposed resources Pin
Joe Smith IX5-Jan-07 6:40
Joe Smith IX5-Jan-07 6:40 
AnswerRe: How to minimize exposed resources Pin
Dominik Reichl5-Jan-07 6:59
Dominik Reichl5-Jan-07 6:59 
AnswerRe: How to minimize exposed resources Pin
James R. Twine5-Jan-07 7:24
James R. Twine5-Jan-07 7:24 
   Well, not every application uses dialog templates in resources to generate their interfaces, they can generate them dynamically (in memory).  Same goes for menus.  Also, not all applications use the String Table to store constant strings.

   Generally, most applications use them.  For example, if you open up Explorer.exe, you will get everything.

   Also, note that applications generated by different languages/environments may or may not use resources like a MFC app.  For example, a VB application I have handy only contains Icon and Version resources.  VB Forms are not static Dialog templates, I guess.

   Peace!

-=- James
Please rate this message - let me know if I helped or not!<HR>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles

Questiondebug_hex command error Pin
ikbahrian5-Jan-07 5:08
ikbahrian5-Jan-07 5:08 
QuestionRe: debug_hex command error Pin
David Crow5-Jan-07 6:07
David Crow5-Jan-07 6:07 
AnswerRe: debug_hex command error Pin
ikbahrian6-Jan-07 0:56
ikbahrian6-Jan-07 0:56 
QuestionHow to get a message when change occurs in clipboard? Pin
Max++5-Jan-07 4:57
Max++5-Jan-07 4:57 
AnswerRe: How to get a message when change occurs in clipboard? Pin
James R. Twine5-Jan-07 5:05
James R. Twine5-Jan-07 5:05 
AnswerRe: How to get a message when change occurs in clipboard? Pin
PJ Arends5-Jan-07 7:27
professionalPJ Arends5-Jan-07 7:27 
AnswerRe: How to get a message when change occurs in clipboard? Pin
Michael Dunn5-Jan-07 8:06
sitebuilderMichael Dunn5-Jan-07 8:06 
Questioncompiling error Pin
Tjie Pouw5-Jan-07 4:21
Tjie Pouw5-Jan-07 4:21 
AnswerRe: compiling error Pin
led mike5-Jan-07 4:53
led mike5-Jan-07 4:53 
QuestionHow to acces instance of a class or a view at runtime? Pin
Arris745-Jan-07 4:01
Arris745-Jan-07 4:01 
AnswerRe: How to acces instance of a class or a view at runtime? Pin
prasad_som5-Jan-07 4:20
prasad_som5-Jan-07 4:20 
GeneralRe: How to acces instance of a class or a view at runtime? Pin
Arris745-Jan-07 5:20
Arris745-Jan-07 5:20 
GeneralRe: How to acces instance of a class or a view at runtime? Pin
Mark Salsbery5-Jan-07 6:34
Mark Salsbery5-Jan-07 6:34 
QuestionRe: How to acces instance of a class or a view at runtime? Pin
prasad_som7-Jan-07 22:00
prasad_som7-Jan-07 22:00 
QuestionRegistering COM dll by coding .. How? Pin
Sakthiu5-Jan-07 2:46
Sakthiu5-Jan-07 2:46 
AnswerRe: Registering COM dll by coding .. How? Pin
2249175-Jan-07 2:58
2249175-Jan-07 2:58 
AnswerRe: Registering COM dll by coding .. How? Pin
James R. Twine5-Jan-07 3:19
James R. Twine5-Jan-07 3:19 

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.