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
I

Isuru_Perera

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

Posts

Recent Best Controversial

  • WM_LBUTTONUP does not trigger, please help
    I Isuru_Perera

    well, this still does not solve my problem, when i catch OnNcHitTest, i cannot even trigger the LBUTTONDOWN event.. anyway i learnt something out of your reply, thanx mate!

    C / C++ / MFC database help announcement

  • WM_LBUTTONUP does not trigger, please help
    I Isuru_Perera

    TThank u 4 ur quick responses.. i tried both of them but the problem still exists.. I commented SendMessage(WM_NCLBUTTONDOWN,HTCATION); and put some variable assigning code there and both LBUTTONDOWN and LBUTTONUP triggers.. when put back SendMessage(WM_NCLBUTTONDOWN,HTCATION);, LBUTTONUP does not trigger.. i dont know wat to do..

    C / C++ / MFC database help announcement

  • WM_LBUTTONUP does not trigger, please help
    I Isuru_Perera

    I have a simple code where a user moves a window and when the user releases the window, a message box is displayed. here is my code for that. void CFldWnd::OnLButtonDown(UINT nFlags, CPoint point) { SendMessage(WM_NCLBUTTONDOWN, HTCAPTION); CWnd::OnLButtonDown(nFlags, point); } void CFldWnd::OnLButtonUp(UINT nFlags, CPoint point) { MessageBox("Button up"); CWnd::OnLButtonUp(nFlags, point); } the window moving part works fine but when i release the left mouse button, messagebox is not displayed. but when i double click on the window, message box is displayed. please help!!!! thanx in advance!

    C / C++ / MFC database help announcement
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups