Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » CExtGirdCell::OnClick ?? Collapse All
Subject Author Date
tarou iiyama Oct 26, 2005 - 4:01 AM

  Hi


  I want to detect a mouse click on CExtGridWnd.


Should I use CExtGirdCell::OnClick?


  Please teach a sample program.



 

Technical Support Oct 26, 2005 - 8:03 AM

Please give us more details about where exactly you need to detect the mouse click. You can override the CExtGridCell::OnClick() virtual method if you need to detect the mouse click in the cell area. You can also override the CExtGridCell::OnButtonPressed() virtual method to detect the mouse click over cell buttons.

tarou iiyama Oct 27, 2005 - 3:41 AM

Thank you