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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
E

Ellis Li

@Ellis Li
About
Posts
4
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Using SetFont and Trying to Display PI(the symbol)
    E Ellis Li

    why delete the font after you used the SetFont()? Please refer to : http://www.flounder.com/detach.htm Ellis Li

    C / C++ / MFC help question

  • Using SetFont and Trying to Display PI(the symbol)
    E Ellis Li

    1. Remember to delete your font after use. 2. This is only a sample, please custom it yourself Ellis Li

    C / C++ / MFC help question

  • Using SetFont and Trying to Display PI(the symbol)
    E Ellis Li

    CFont font; font.CreateFont( 14, // nHeight 0, // nWidth 0, // nEscapement 0, // nOrientation FW_BOLD, // nWeight FALSE, // bItalic FALSE, // bUnderline 0, // cStrikeOut ANSI_CHARSET, // nCharSet OUT_DEFAULT_PRECIS, // nOutPrecision CLIP_DEFAULT_PRECIS, // nClipPrecision DEFAULT_QUALITY, // nQuality DEFAULT_PITCH | FF_SWISS, // nPitchAndFamily _T("MS Sans Serif")); btn = (CButton*)GetDlgItem(IDC_BUTTON_EXIT); btn->SetFont(&font); Ellis Li

    C / C++ / MFC help question

  • convert double to char!
    E Ellis Li

    If you use CString to store the value, try the "format" method. If you use char * , try to use "sprintf". If the result will put into unicode string, try "swprintf" Ellis Li

    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