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
Y

Yaumen

@Yaumen
About
Posts
4
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Why CButton-derived class with BS_GROUPBOX style doesn't get messages?
    Y Yaumen

    Thanks a lot The way with WM_NCHITTEST handler works!

    C / C++ / MFC help question

  • Why CButton-derived class with BS_GROUPBOX style doesn't get messages?
    Y Yaumen

    I added to .h afx_msg void OnMouseMove(UINT nFlags, CPoint point); and to .cpp ON_WM_MOUSEMOVE() ... void CMyGroupBox::OnMouseMove(UINT nFlags, CPoint point) { } That works for simple CButton-derived class but with BS_GROUPBOX style it's not work

    C / C++ / MFC help question

  • Why CButton-derived class with BS_GROUPBOX style doesn't get messages?
    Y Yaumen

    Hi I try to create my own GroupBox (CButton class with BS_GROUPBOX style) control but that class doesn't get any messages from the mouse: WM_MOUSEMOVE, WM_LBUTTONDOWN, WM_LBUTTONUP and etc. I can't understand why. Can anyone help me?

    C / C++ / MFC help question

  • How to add a prefix and a postfix to CEdit-derived class?
    Y Yaumen

    How to add a CEdit-derived class output the text/icon in the beginning and-or in the end of CEdit window. I can allocate an area for the text/icon by SetMargins method, but in what method and how is better output a text or icon not clearly. It is desirable, that other CEdit functional was not broken Similar to CEdit from Data group and MsgID groups (http://www.canusb.com/canusb_labview.jpg[^])

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