Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

::OnRButtonUp

Status
Not open for further replies.

BeegOrange

Programmer
Nov 7, 2002
8
IN
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!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top