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
M

michael 0

@michael 0
About
Posts
3
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • VC60 exe size?
    M michael 0

    VC60, Win98, MFC I have been building a release build of my project for a year and the size of my release exe has always been around 8Meg. Suddenly my exe Release build compiles an exe file to the whapping size of 41Meg. Is there something obvious that I am missing?

    IT & Infrastructure

  • LPARAM associated data in TVITEM in TreeCtrl
    M michael 0

    Just to document: I was not setting the mask correctly. I had just set the mask to TVIF_TEXT and had not added the TVIF_PARAM. TVINSERTSTRUCT MyInsert; MyInsert.hParent=NULL; MyInsert.hInsertAfter=NULL; MyInsert.item.mask=TVIF_TEXT|TVIF_PARAM; // <<< HERE // The mask defines what is valid !! MyInsert.item.pszText=_T("A->Root"); MyInsert.item.lParam=(LPARAM)MyDataValue; HTREEITEM TVI_MyItem = m_Tree.InsertItem(&MyInsert);

    C / C++ / MFC

  • LPARAM associated data in TVITEM in TreeCtrl
    M michael 0

    Thanks, Good idea.

    C / C++ / MFC
  • Login

  • Don't have an account? Register

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