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
N

nema32

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

Posts

Recent Best Controversial

  • merging CTabCtrl and CComboBox
    N nema32

    Actually, I've used the CMDITabs from this site and been very happy with it. What I want to do is shrink the tab control's width by some amount to make room for a drop down combo box. In other words, to make a control out of CMDITabs (essentially a CTabCtrl) and a CComboBox. What steps do I need to do? Should I use CMDITabs as a base, or use CWnd as a base and add both components. I frankly don't know where to start. Thank you.

    C / C++ / MFC question

  • C++ programming problems
    N nema32

    2 problems are obvious: mwAarray is not declared. looks misspelled to me also, the function you are using needs a variable of type mxArray** instead of mwArray** which you are sending. It also returns mxArray* instead of mwArray* which you are trying to stuff the return into.

    C / C++ / MFC c++ help question

  • Buggy window behavior?
    N nema32

    TranslateMessage() and DispatchMessage() are never getting called. Why? Because your while loop does nothing thanks to the common error of an extra semicolon. Your message pump is effectively: while (GetMessage(&msg, NULL, 0, 0)) ;

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