Datasheet dropdown menu

  • Thread starter Thread starter Charles
  • Start date Start date
C

Charles

I have a datasheet that I want to be able to right mouse click a row and
have a dropdown menu from which I can select a certain action to occur.

I can capture the right mouse click but how do you do a Dropdown menu?

Any hel is apprciated

CL
 
Look at the Shortcut Menu Bar property (on the "other" tab of the control's
property sheet) - you need to create a custom menu and then assign it to
this property.
 
Back
Top