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

C / C++ / MFC

 
GeneralRe: VS2005 - MFC - add OnInitDialog Pin
peterchen6-Feb-07 14:09
peterchen6-Feb-07 14:09 
GeneralRe: VS2005 - MFC - add OnInitDialog Pin
ThatsAlok6-Feb-07 19:47
ThatsAlok6-Feb-07 19:47 
QuestionMFC --> Changing text color Pin
Alessandra776-Feb-07 11:57
Alessandra776-Feb-07 11:57 
AnswerRe: MFC --> Changing text color Pin
Mark Salsbery6-Feb-07 13:26
Mark Salsbery6-Feb-07 13:26 
GeneralRe: MFC --> Changing text color Pin
Alessandra777-Feb-07 2:41
Alessandra777-Feb-07 2:41 
Questionhandles and stack monitor help pls Pin
van-ux6-Feb-07 11:32
van-ux6-Feb-07 11:32 
AnswerRe: handles and stack monitor help pls Pin
van-ux7-Feb-07 2:28
van-ux7-Feb-07 2:28 
GeneralRe: handles and stack monitor help pls Pin
Mark Salsbery7-Feb-07 5:27
Mark Salsbery7-Feb-07 5:27 
I'm not sure what you want to look at on the stack. automatic variables? Return pointers?
That's all that's there that is useful info. If you use the disassembly window while debugging
you can see how compiled code is manipulating the stack. My assembly skills are too rusty to
provide any sample code Smile | :)

What kind of handles are you referring to? Operating system handles like HWND, HANDLE, etc.?
OS handles in Windows are opaque - they have no meaning to the user except that they represent
some object in the system. You can't, as a programmer, make any assumptions about the type
or contents of a handle. A handle could be a simple value, a structure, a pointer to a structure,
an index, etc.

You asked about the size of a handle. What do you need to know? The size of a HANDLE object?

Mark



GeneralRe: handles and stack monitor help pls Pin
van-ux7-Feb-07 7:48
van-ux7-Feb-07 7:48 
GeneralRe: handles and stack monitor help pls Pin
Mark Salsbery7-Feb-07 8:11
Mark Salsbery7-Feb-07 8:11 
GeneralRe: handles and stack monitor help pls Pin
van-ux7-Feb-07 9:18
van-ux7-Feb-07 9:18 
GeneralRe: handles and stack monitor help pls Pin
Mark Salsbery7-Feb-07 10:51
Mark Salsbery7-Feb-07 10:51 
QuestionFont Size limit? Pin
Oliver1236-Feb-07 11:16
Oliver1236-Feb-07 11:16 
AnswerRe: Font Size limit? Pin
Mark Salsbery6-Feb-07 13:51
Mark Salsbery6-Feb-07 13:51 
QuestionID_File_New Pin
Tara146-Feb-07 9:54
Tara146-Feb-07 9:54 
AnswerRe: ID_File_New Pin
PJ Arends6-Feb-07 10:16
professionalPJ Arends6-Feb-07 10:16 
GeneralRe: ID_File_New Pin
Tara146-Feb-07 10:18
Tara146-Feb-07 10:18 
AnswerRe: ID_File_New Pin
David Crow6-Feb-07 11:15
David Crow6-Feb-07 11:15 
QuestionWeird Behavior... [modified] Pin
arbster16-Feb-07 9:26
arbster16-Feb-07 9:26 
AnswerRe: Weird Behavior... Pin
PJ Arends6-Feb-07 10:17
professionalPJ Arends6-Feb-07 10:17 
GeneralRe: Weird Behavior... Pin
arbster16-Feb-07 11:11
arbster16-Feb-07 11:11 
GeneralRe: Weird Behavior... Pin
David Crow6-Feb-07 11:16
David Crow6-Feb-07 11:16 
GeneralRe: Weird Behavior... Pin
arbster16-Feb-07 12:06
arbster16-Feb-07 12:06 
QuestionMarshaling an Interface Pointer Pin
BuckBrown6-Feb-07 9:22
BuckBrown6-Feb-07 9:22 
AnswerRe: Marshaling an Interface Pointer Pin
PJ Arends6-Feb-07 10:21
professionalPJ Arends6-Feb-07 10:21 

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.