CListCtrl
-
HI , I am creating CListCtrl at run time and paining its row using CustomeDraw. But If any control is behind the list control, I am able to see and press. How to draw the list control over another control.
Make it child of the control.
-
Make it child of the control.
-
I created ListCtrl on Btn Click as child of dialog. But controls that are already exist on the dialog they are getting diaply over the List control? How to resolve this issue?
Change the position of listctrl using MoveWindow Or SetWindowPos.
-
Change the position of listctrl using MoveWindow Or SetWindowPos.
-
HI , I am creating CListCtrl at run time and paining its row using CustomeDraw. But If any control is behind the list control, I am able to see and press. How to draw the list control over another control.
-
HI , I am creating CListCtrl at run time and paining its row using CustomeDraw. But If any control is behind the list control, I am able to see and press. How to draw the list control over another control.
A much better solution would be to create the control at design time and then just show/hide it when necessary.
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Man who follows car will be exhausted." - Confucius
-
HI , I am creating CListCtrl at run time and paining its row using CustomeDraw. But If any control is behind the list control, I am able to see and press. How to draw the list control over another control.
-
Can you show how you created the control? The fact that it's custom draw is probably not the issue here.