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

Symfund

@Symfund
About
Posts
5
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • HOWTO: how to add watermark to bitmap/jpg file?
    S Symfund

    Hello, everybody. I seek the watermark subject in codeproject, although some articles give fact about the watermark, I need further more detail about the information. Sorry for my poor English, non-native English speaker. Thanks!

    C / C++ / MFC c++ graphics tutorial question

  • Help: How to autofit CListCtrl's background?
    S Symfund

    void CMyDlg::OnSize(UINT nType, int cx, int cy) { CDialog::OnSize(nType, cx, cy); // TODO: Add your message handler code here if (IsWindow(m_ListCtrl.m_hWnd)) { CRect rect; GetClientRect(rect); m_ListCtrl.MoveWindow(rect); m_ListCtrl.SetBkImage(::LoadBitmap(AfxGetInstanceHandle(), MAKEINTRESOURCE(IDB_BKIMAGE))); } } problem still unresolved, autofit(stretch) no effect! Thanks!

    C / C++ / MFC question help tutorial

  • Help: How to autofit CListCtrl's background?
    S Symfund

    My dialog is resizable with a list control, and the list control's rect is the whole of dialog's client rect, call CListCtrl::SetBkImage to enable background. My question is how to autofit(stretch) background with the dialog when resizing? Thanks.

    C / C++ / MFC question help tutorial

  • Multiple Inheritance problem
    S Symfund

    Syntax Error: WOW! Chinglish! I am not a native English speaker. ;P

    C / C++ / MFC help oop question

  • Multiple Inheritance problem
    S Symfund

    What's the difference between upcasting and downcasting?

    C / C++ / MFC help oop 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