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
K

klphua

@klphua
About
Posts
5
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to destroy and recreate a new view
    K klphua

    it helps a lot. thanx

    C / C++ / MFC tutorial question

  • How to destroy and recreate a new view
    K klphua

    Let's say I have a view, and I make some checking in CView::OnInitialUpdate() and found out it can't load some resources for some reason, so I decide to destroy the view and try to reopen the view. How to close the view and then recreate a new view, all happening inside OnInitialUpdate() ? (is it possible?) Thanx in advance...

    C / C++ / MFC tutorial question

  • How to make and MDI child window resizeable for a concrete size
    K klphua

    And here's some example... void ::OnGetMinMaxInfo(MINMAXINFO FAR* lpMMI) { // TODO: Add your message handler code here and/or call default if (m_bInit) // Make sure the view is initiated { lpMMI->ptMinTrackSize.x = ; lpMMI->ptMinTrackSize.y = ; } ::OnGetMinMaxInfo(lpMMI); }

    C / C++ / MFC tutorial css help

  • BSTR --> CString ?
    K klphua

    sorry i forgot, that bstr is of type _bstr_t. u r rite, Chris.

    C / C++ / MFC c++ question

  • BSTR --> CString ?
    K klphua

    donno whether this is the fastest or easiest, but I've been coding it like this: CString str = static_cast( bstr );

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