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

C / C++ / MFC

 
GeneralOutlook .MSG file structure Pin
mcousins28-Nov-04 21:44
mcousins28-Nov-04 21:44 
GeneralRe: Outlook .MSG file structure Pin
JM Navarro29-Nov-04 4:32
JM Navarro29-Nov-04 4:32 
GeneralCTreeCtrl drag & drop Pin
stevy8228-Nov-04 21:33
stevy8228-Nov-04 21:33 
GeneralRe: CTreeCtrl drag & drop Pin
RS.Ratheesh14-Jan-10 22:49
RS.Ratheesh14-Jan-10 22:49 
Generalget name (or class) of parent dialog Pin
tiziacaia28-Nov-04 19:06
tiziacaia28-Nov-04 19:06 
GeneralRe: get name (or class) of parent dialog Pin
ThatsAlok28-Nov-04 20:30
ThatsAlok28-Nov-04 20:30 
GeneralRe: get name (or class) of parent dialog Pin
tiziacaia29-Nov-04 6:23
tiziacaia29-Nov-04 6:23 
GeneralRe: get name (or class) of parent dialog Pin
Blake Miller29-Nov-04 9:18
Blake Miller29-Nov-04 9:18 
Well, you could always send a registered message to your parent window and it can respond with a different return value depending upon which one it is.

Or, you can set a global variable containing the parent window's 'type when the parent is created and then the child can read it.

Or you can use GetParent and then call RealGetWindowClass.

There are other ways, but these came to mind pretty quickly.

GeneralRe: get name (or class) of parent dialog Pin
toxcct29-Nov-04 9:36
toxcct29-Nov-04 9:36 
GeneralRe: get name (or class) of parent dialog Pin
tiziacaia29-Nov-04 17:50
tiziacaia29-Nov-04 17:50 
GeneralWaitForSingleObject() Problem Pin
lisoft28-Nov-04 18:41
lisoft28-Nov-04 18:41 
GeneralRe: WaitForSingleObject() Problem Pin
Robert Bielik28-Nov-04 20:14
Robert Bielik28-Nov-04 20:14 
GeneralRe: WaitForSingleObject() Problem Pin
lisoft28-Nov-04 21:18
lisoft28-Nov-04 21:18 
GeneralRe: WaitForSingleObject() Problem Pin
Robert Bielik28-Nov-04 22:00
Robert Bielik28-Nov-04 22:00 
GeneralRe: WaitForSingleObject() Problem Pin
lisoft29-Nov-04 13:54
lisoft29-Nov-04 13:54 
GeneralRe: WaitForSingleObject() Problem Pin
Robert Bielik29-Nov-04 19:29
Robert Bielik29-Nov-04 19:29 
GeneralRe: WaitForSingleObject() Problem Pin
Aamir Butt28-Nov-04 20:16
Aamir Butt28-Nov-04 20:16 
GeneralSave as a bmp file Pin
Guoguor28-Nov-04 18:24
Guoguor28-Nov-04 18:24 
GeneralRe: Save as a bmp file Pin
John R. Shaw29-Nov-04 4:42
John R. Shaw29-Nov-04 4:42 
GeneralDWebBrowserEvent2 Pin
tkarven28-Nov-04 16:02
tkarven28-Nov-04 16:02 
GeneralWindows BMP RGB Format Pin
Rob Walter28-Nov-04 15:53
Rob Walter28-Nov-04 15:53 
GeneralCreating MFC Custom Control at run time Pin
bohrium28-Nov-04 15:35
bohrium28-Nov-04 15:35 
GeneralAsigning Icons to programs Pin
Flame Gitsnik28-Nov-04 14:04
Flame Gitsnik28-Nov-04 14:04 
GeneralRe: Asigning Icons to programs Pin
Nick Nougat29-Nov-04 5:25
Nick Nougat29-Nov-04 5:25 
GeneralCatching all exceptions Pin
Anonymous28-Nov-04 13:44
Anonymous28-Nov-04 13:44 

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.