CDialog in tab ctrl
-
Hi to all. I have a CTabCtrl on my CDialog containing two tabs, I've added two dialog window (style child, border none) to those tabs. When my second tab is selected (shows second wnd) a resizing mark is shown on right bottom corner. This is not happening with first tab. How cam I remove that mark? I don't want to have resizing option, the tab rectangle is sufficient to hold the biggest dialog size. Hope I've made myself clear, and thanks in advance.
-
Hi to all. I have a CTabCtrl on my CDialog containing two tabs, I've added two dialog window (style child, border none) to those tabs. When my second tab is selected (shows second wnd) a resizing mark is shown on right bottom corner. This is not happening with first tab. How cam I remove that mark? I don't want to have resizing option, the tab rectangle is sufficient to hold the biggest dialog size. Hope I've made myself clear, and thanks in advance.
I'll try to explain again in hope of yours help. one of my tabs contains an CDialog based window (myDlg), the problem is when tab is selected (shown) a myDlg window is shoving a resizing triangle in right down corner (also when resizing myDlg goes blank white ). How can I remove that triangle, myDlg is created with child style and border: none
-
I'll try to explain again in hope of yours help. one of my tabs contains an CDialog based window (myDlg), the problem is when tab is selected (shown) a myDlg window is shoving a resizing triangle in right down corner (also when resizing myDlg goes blank white ). How can I remove that triangle, myDlg is created with child style and border: none
Solved. I totally forget about resizing class included for my dlg. Sorry for my mistake.