Should the dialogs i make for my tab control be children of the tab control, or of the dialog that contains the tab contrl?
typedef struct tag_dlghdr {
HWND hwndTab; // tab control
HWND hwndDisplay; // current child dialog box
RECT rcDisplay; // display rectangle for the tab control
DLGTEMPLATE *apRes[C_PAGES];
} DLGHDR;
tell me what u think :)
PS: i think its the dialog u put inside tab control that must be child of the tab control.
What was the struct for?
For a TAB ;)
Its not in the help file.
Got another question. For the TCM_ADJUSTRECT msg, do i send the tab controls client rect, or the owner of the tab controls client rect?
Its not in the help file.
What help do you use?
Better get PlatformSDK (link in FAQ)
better get something faster than a 14.4.
better get something faster than a 14.4.
OMFG, 14.4k ?
And you live in the US? I heard you get cable for $30/month there... :|
I heard its hard in Germany to find a decent link!
Ok, back to my question please...
Got another question. For the TCM_ADJUSTRECT msg, do i send the tab controls client rect, or the owner of the tab controls client rect?
Got another question. For the TCM_ADJUSTRECT msg, do i send the tab controls client rect, or the owner of the tab controls client rect?
I have a "MSDN" link in my sig :)
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/CommCtls/Tab/Messages/TCM_ADJUSTRECT.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/CommCtls/Tab/Messages/TCM_ADJUSTRECT.asp
I have a quote in mine.