Skip to content

Instantly share code, notes, and snippets.

@bstaint
Created April 3, 2017 06:02
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save bstaint/e702a43eb163f6d45291d6bfce4bb1eb to your computer and use it in GitHub Desktop.
void CGIFAnimate::PreCreate(CREATESTRUCT &cs)
{
// 添加自绘样式 CButton 是BS_OWNERDRAW
cs.style |= SS_OWNERDRAW;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment