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

muddog

@muddog
About
Posts
5
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • a error i can't understand
    M muddog

    code: std::map amap; char str[]; amap.find(str); // compiler point error to here error: error C2451: conditional expression of type 'class std::_Tree,struct std::map,class std::al locator >::_Kfn,struct std::less,class std::allocator >::iterator' is illegal No user-defined-conversion operator available that can perform this co nversion, or the operator cannot be called i don't know how to cope with it. please help me! thanks. love program

    C / C++ / MFC help css tutorial

  • how to get a menu wnd handle?
    M muddog

    when a menu is popup,how i could get it's HWND? love program

    C / C++ / MFC tutorial question

  • about CListCtrl
    M muddog

    when i want to insert 5000-7000 items to a listctrl. it's inserting process is very slow. how to deal with that? 3x. and anyother Q: when i use CListBox to SetCurSel(5000),or lager number it will also slow. how to do? love program

    C / C++ / MFC tutorial question

  • about WM_NOTIFY for CTreeCtrl
    M muddog

    i see , as i digesting into the document. lParam is not only a pointer to NMHDR even more of that. we could change the type of it to proper struct pointer such as LPNMTREEVIEW. thank you. love program

    C / C++ / MFC data-structures help question

  • about WM_NOTIFY for CTreeCtrl
    M muddog

    for my project , i have a CView contain a CTreeCtrl member. i want to cope with the tree notify message in the view. for instance : msg: TVN_ITEMEXPANDED CView::OnNotify(wParam , lParam , lpResult){ } as far as i know wParam as idCtrl, lParam as LPNMHDR strcut point. but msdn says TVN_ITEMEXPANDED pnmtv = (LPNMTREEVIEW) lParam . what really the lParam refer to?? help me. love program

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