Skip to content

Instantly share code, notes, and snippets.

@bstaint
Created April 3, 2017 06:02
Show Gist options
  • Save bstaint/e702a43eb163f6d45291d6bfce4bb1eb to your computer and use it in GitHub Desktop.
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