Custom tree control
-
i have created a custom tree control and created a group box to contain its location within in my dialog here is the code GetDlgItem(IDC_ZONETREE_FRAME)->GetWindowRect(frameRect); zone_tree.Create(WS_VISIBLE|TVS_HASLINES|TVS_LINESATROOT|TVS_SHOWSELALWAYS|TVS_HASBUTTONS , frameRect, this, IDC_ZONETREE); however when i run the program the tree control is like an inch below the group box is there something wrong with my code or whats the deal here ?
-
i have created a custom tree control and created a group box to contain its location within in my dialog here is the code GetDlgItem(IDC_ZONETREE_FRAME)->GetWindowRect(frameRect); zone_tree.Create(WS_VISIBLE|TVS_HASLINES|TVS_LINESATROOT|TVS_SHOWSELALWAYS|TVS_HASBUTTONS , frameRect, this, IDC_ZONETREE); however when i run the program the tree control is like an inch below the group box is there something wrong with my code or whats the deal here ?
Try this:
GetDlgItem(IDC\_ZONETREE\_FRAME)->GetWindowRect(frameRect); ScreenToClient(&frameRect); zone\_tree.Create(WS\_VISIBLE|TVS\_HASLINES|TVS\_LINESATROOT|TVS\_SHOWSELALWAYS|TVS\_HASBUTTONS, frameRect, this, IDC\_ZONETREE);
HPS HwndSpy - GUI developer's aid to visually locate and inspect windows. For the month of August only, use coupon code CP-81239 for 30% off.
-
i have created a custom tree control and created a group box to contain its location within in my dialog here is the code GetDlgItem(IDC_ZONETREE_FRAME)->GetWindowRect(frameRect); zone_tree.Create(WS_VISIBLE|TVS_HASLINES|TVS_LINESATROOT|TVS_SHOWSELALWAYS|TVS_HASBUTTONS , frameRect, this, IDC_ZONETREE); however when i run the program the tree control is like an inch below the group box is there something wrong with my code or whats the deal here ?
The previous answer is right, but the reason you need the
ScreenToClient()
call is thatGetWindowRect()
returns the coords relative to the screen, butCreate()
takes coords relative to the dialog's client area. --Mike-- Ericahist | Homepage | RightClick-Encrypt | 1ClickPicGrabber Latest art~!@#2rDFA#@(#*%$Rfa39f3fqwf--= NO CARRIER