Jump to content

multicolumn listbox default strings


sydney

Recommended Posts

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?

Link to comment

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...

post-10515-1254312383_thumb.png

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.