Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

softwero

@softwero
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to Change the Font Dynamically on button control
    S softwero

    nop. You Need Install the Font, copy the file .ttf to C:windows/Fonts or $system$/Fonts Open ControlPanel->fontS go to menu File->Install New Font Choice your file .ttf for intall in windows

    C / C++ / MFC tutorial

  • How to Change the Font Dynamically on button control
    S softwero

    Mira wey, necesitas poner: CMyView : public CFormView{ CFont fontButton; // }; CMyView::OnInitialUpdate(){ LOGFONT lf; memset(&lf,0,sizeof(lf)); lf.lfHeight=(int)(33); lf.lfWeight=FW_BOLD; strcpy(lf.lfFaceName,"Arial"); m_fontButton.CreateFontIndirect(&lf); GetDlgItem(IDC_MYBUTTON)->SetFont(&fontButton); }

    C / C++ / MFC tutorial

  • convert a DWORD to BYTE[4]
    S softwero

    Hi DWORD dwData=0x65A6;//any value BYTE arrDest[4]; memcpy(arrDest,&dwData,sizeof(DWORD)); :)

    C / C++ / MFC data-structures question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups