Click here to Skip to main content
15,886,753 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I create a default SDI application and want to modify the CCLassView which is derived from CDockablePane.

I have added a button to the client area but it does not display properly and is not clickable.

I thought that the treeview was rendering over the button, so I changed the treeview to a tree control and resized it to not fill the entire client area. Then I added the button and messagemap for it.

the button is drawn as if it is semi transparent? and no mouse action is available for it. Liek something is being drawn over it?

anyone know what I am doing wrong?

btw, the tree control works just fine and I can resize as desired. it's just that the button is not correct.
Posted
Comments
[no name] 8-Jun-14 14:55pm    
Buttons that do not have event handlers assigned to them will behave in this manner.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900