Skip to content

Instantly share code, notes, and snippets.

@bstaint
Created April 3, 2017 05:56
Show Gist options
  • Save bstaint/a63f7667d0e95fb6136f648696a0f2de to your computer and use it in GitHub Desktop.
Save bstaint/a63f7667d0e95fb6136f648696a0f2de to your computer and use it in GitHub Desktop.
m_Gif.Create(*this);
m_Gif.SetDlgCtrlID(IDC_GIF1);
m_Gif.Load(L"../1.gif");
m_Gif.SetWindowPos(NULL, CRect(0,0,50,50), SWP_SHOWWINDOW);
m_Gif.Play();
m_Gif2.Create(*this);
m_Gif2.SetDlgCtrlID(IDC_GIF2);
m_Gif2.Load(L"../1000.gif");
m_Gif2.SetWindowPos(NULL, CRect(50,0,100,50), SWP_SHOWWINDOW);
m_Gif2.Play();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment