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
S

speedy4711

@speedy4711
About
Posts
3
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • CString
    S speedy4711

    Hi, is there an easy way (a function) to test if a CString contains only numbers? Thanks

    C / C++ / MFC question

  • Scrollbar
    S speedy4711

    Yes, that works fine

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

  • Scrollbar
    S speedy4711

    Hi, I have some problems using a scrollbar control (MFC), I have derived a class form CScrollbar and used it in my Dialog class. m_scrollHor.Create(SBS_HORZ | WS_CHILD, CRect(100,400,300,430),this, 4712); m_scrollHor.ShowWindow(SW_SHOW); the problem is, that the handler for HScroll Event is never called... i just added the function and set a breakpoint there but nothing happens... void CScrollBarGrid::OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar) { // TODO: Add your message handler code here and/or call default CScrollBar::OnHScroll(nSBCode, nPos, pScrollBar); } i have also written a function to handle a mouse click and this works fine. Any hints for me? Thanks!

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