Hi there! I am currently trying to catch the mouse events in my application but I do not catch anything except the EVT_MOUSEWHEEL event. Is it normal? I have: EVT_MOUSE_EVENTS (FrameMonitor::OnMouseEvent) in the events table macro for my frame and I just display a dialog box in the function for the moment, but I never see this dialog box (except for the wheel event as I said). Is it not implemented yet or am I doing something wrong? THanks for any help... Roro
2. Re: Mouse events
#2460
Posted by: 2003-08-11 22:32:54
In fact I start thinking that the frame can not catch these events but a canvas could do it, true or not? If yes, how can I detect that the user is dragging the window, because that is the thing I want to do. I am sure it has been done a million times... ;) Thx
Thanks. I tried but it is not easy to use. I think it is more for drag and drop of text isn't it? I thought there would be something simple provided to detect the dragging of the window.