BeegOrange
Programmer
Hello,
Totally weird problem!
I use the following notification message:
void CCinitView::OnRButtonUp(UINT nFlags, CPoint point)
{
//some code here
}
The function gets triggered ONLY on right button's DOUBLE click! what could be causing the problem?
I needed to show a floating pop-up menu and hence the rbuttonup.
Thanks in advance!
Totally weird problem!
I use the following notification message:
void CCinitView::OnRButtonUp(UINT nFlags, CPoint point)
{
//some code here
}
The function gets triggered ONLY on right button's DOUBLE click! what could be causing the problem?
I needed to show a floating pop-up menu and hence the rbuttonup.
Thanks in advance!