viSci Posted November 5, 2012 Report Posted November 5, 2012 Greetings All, I have a multicolumn listbox that has a user defined right click menu. I would like to be able to have the listbox selection highlite change automatically to the row that has been right clicked. I have tried everything that I can think of but cannot get this to work. Any suggestions greatly appreciated! Quote
drjdpowell Posted November 5, 2012 Report Posted November 5, 2012 Changing it programmatically in the "Mouse Down?” event doesn’t work? Quote
viSci Posted November 5, 2012 Author Report Posted November 5, 2012 By golly that does work! Must be a Monday morning Quote
Ton Plomp Posted November 5, 2012 Report Posted November 5, 2012 You get the reference in the event 'Shortcut menu activation', you can then use this reference to set the 'value'. Ton Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.