sydney Posted September 30, 2009 Report Share Posted September 30, 2009 I have a multicolumn listbox and would like to change the behavior of the cell when user clicks on a cell from the default of the null string shown to a string such as '5600' and the user could then enter the remainder of the string. My first idea is to update the strings[] property when the cell is clicked, but what property (ies) give me the location of the mouse click event? Quote Link to comment
Francois Normandin Posted September 30, 2009 Report Share Posted September 30, 2009 I have a multicolumn listbox and would like to change the behavior of the cell when user clicks on a cell from the default of the null string shown to a string such as '5600' and the user could then enter the remainder of the string. My first idea is to update the strings[] property when the cell is clicked, but what property (ies) give me the location of the mouse click event? If you use an Event case, the Coordinates are given. Then you can use the Point to Row Column method... Quote Link to comment
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.