Click here to Skip to main content
16,004,919 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionTemplate names for Create( LPCTSTR lpszTemplateName, CWnd* pParentWnd = NULL ); [modified] Pin
bosfan12-Mar-07 5:34
bosfan12-Mar-07 5:34 
AnswerRe: Template names for Create( LPCTSTR lpszTemplateName, CWnd* pParentWnd = NULL ); Pin
Mike Dimmick12-Mar-07 6:15
Mike Dimmick12-Mar-07 6:15 
GeneralRe: Template names for Create( LPCTSTR lpszTemplateName, CWnd* pParentWnd = NULL ); Pin
bosfan12-Mar-07 6:25
bosfan12-Mar-07 6:25 
QuestionAdding elements in multiple column inside a owner drawn list box. Pin
Sameer_Thakur12-Mar-07 4:30
Sameer_Thakur12-Mar-07 4:30 
Questionto get all events log in the windows os Pin
tyjjrtruy4teqye7nyue7qay12-Mar-07 4:15
tyjjrtruy4teqye7nyue7qay12-Mar-07 4:15 
AnswerRe: to get all events log in the windows os Pin
Mark Salsbery12-Mar-07 5:24
Mark Salsbery12-Mar-07 5:24 
QuestionAnnoying VC6 Disassembly Window Pin
[d3m0n]12-Mar-07 3:55
[d3m0n]12-Mar-07 3:55 
AnswerRe: Annoying VC6 Disassembly Window Pin
James R. Twine12-Mar-07 4:08
James R. Twine12-Mar-07 4:08 
   And thus another example of the problem with the current state of Software Development education programs! Smile | :)

   Heh - I think that the Disasm. window is one of your best friends.  Nothing better than seeing exactly what your code did or is about to do.

   Its best use so far was using to track down a compiler bug in an older version of the VC++ compiler that involved returning the result of a boolean operation from a function.  Something like:
bool bValueA = false;
bool bValueB = true;
 
return( bValueA || bValueB )  // or maybe it was bValueA <code>&&</code> bValueB
   The compiler generated code that performed he operation, but then returned the value of one of the operands instead of the result of the operation.

   I know I could not do it it without that window handy...

   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

GeneralRe: Annoying VC6 Disassembly Window Pin
[d3m0n]12-Mar-07 4:38
[d3m0n]12-Mar-07 4:38 
GeneralRe: Annoying VC6 Disassembly Window Pin
BadKarma12-Mar-07 4:08
BadKarma12-Mar-07 4:08 
GeneralRe: Annoying VC6 Disassembly Window Pin
[d3m0n]12-Mar-07 5:31
[d3m0n]12-Mar-07 5:31 
QuestionImage Digitalizing Pin
hoa_nguyen12-Mar-07 3:41
hoa_nguyen12-Mar-07 3:41 
AnswerRe: Image Digitalizing Pin
Christian Graus12-Mar-07 5:10
protectorChristian Graus12-Mar-07 5:10 
GeneralRe: Image Digitalizing Pin
hoa_nguyen18-Mar-07 5:18
hoa_nguyen18-Mar-07 5:18 
QuestionButton Move Pin
spb_8112-Mar-07 3:35
spb_8112-Mar-07 3:35 
AnswerRe: Button Move Pin
vibindia12-Mar-07 4:10
vibindia12-Mar-07 4:10 
Questionscreen resolution Pin
deeps_cute12-Mar-07 3:34
deeps_cute12-Mar-07 3:34 
AnswerRe: screen resolution Pin
vibindia12-Mar-07 3:58
vibindia12-Mar-07 3:58 
QuestionRe: screen resolution Pin
David Crow12-Mar-07 4:19
David Crow12-Mar-07 4:19 
AnswerRe: screen resolution gif Pin
deeps_cute12-Mar-07 4:31
deeps_cute12-Mar-07 4:31 
QuestionRe: screen resolution gif Pin
Rajesh R Subramanian12-Mar-07 19:44
professionalRajesh R Subramanian12-Mar-07 19:44 
QuestionModalLess Message Box Pin
vibindia12-Mar-07 3:15
vibindia12-Mar-07 3:15 
AnswerRe: ModalLess Message Box Pin
Maximilien12-Mar-07 3:27
Maximilien12-Mar-07 3:27 
QuestionRe: ModalLess Message Box Pin
vibindia12-Mar-07 3:51
vibindia12-Mar-07 3:51 
AnswerRe: Modeless Messagebox() Pin
David Crow12-Mar-07 4:24
David Crow12-Mar-07 4:24 

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.