I have successfully created an owner drawn button.
But how do I now draw/color the darn thing, to make it look like a Button using the Windows API? Currently, it just looks like a colored label?
Any C examples?
I have successfully created an owner drawn button.
But how do I now draw/color the darn thing, to make it look like a Button using the Windows API? Currently, it just looks like a colored label?
Any C examples?
DrawFrameControlを探しているようです。Vista/7 に似たクールなコントロールについては、 を参照してuxtheme.dll
ください。
モダンな外観のボタンの場合は、これをコピーしてソースに貼り付けるだけです。
#pragma comment(linker,"\"/manifestdependency:type='win32' \
name='Microsoft.Windows.Common-Controls' version='6.0.0.0' \
processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
さて、あなたがそれを暗記したいのでなければ...