Click here to Skip to main content
15,902,492 members

Comments by DFaeuster (Top 9 by date)

DFaeuster 26-Feb-14 1:29am View    
It's a self written ActiveX Control similar to a toolbar (some buttons etc.)
But I've found a solution for my redrawing problem in the meanwhile by calling "RedrawWindow()"
DFaeuster 25-Feb-14 1:34am View    
Nope, unfortunately not. The article you posted is about creating such a dropdown button, but this is not my problem. I try to disable only the main part of the button but NOT the arrow.
DFaeuster 24-Feb-14 9:18am View    
Sorry for the late response but was stuck in another project.
I tried both of your hints but none of them helped me to solve the problem.
But thanks for your time.
DFaeuster 24-Jan-14 8:24am View    
I did not know that I also need a toolbar resource if I dynamically create the toolbar. But let me check it with a clean project. I will set-up everything again since I tried a lot of different approaches. Maybe they are disturbing each other in some way.
DFaeuster 24-Jan-14 5:42am View    
This did not help either.
Btw: why should I define the toolbar and its bitmap in the MFC app? Should not it be the way that an ActiveX control comes with all stuff it needs?