M
MarcJ
Hello,
Part one:
I'm currently working on my first major conversion from an existing VB6
application to a VB.Net app (actually it's a total re-write). I have a
listview with the view set to "detail". In VB6 I used the ItemClick
event to display information about each row when a user uses the up/down
arrow keys or clicks a row with the mouse. Now, in .net I use the click
event to handle the mouse clicks but can't find anything to handle the
up/down arrow keys. Am I going to have to write a custom function that
handles the keypress event or is there some other event that gets fired
when a row is selected?
Part two:
The listview "sponges" on the first column. I have no idea what the
real technical term for "sponging" is so I couldn't look it up. I'm
sure you know what I mean but just in case. When the listview has
focus, the user can start typing and the row selection will follow down
the list to where the text in the first column matches the text the user
typed. Now, what I would like to do is "sponge" on a column other than
the first one. I want to "sponge" on the second column.
Thanks for any help.
MarcJ
Part one:
I'm currently working on my first major conversion from an existing VB6
application to a VB.Net app (actually it's a total re-write). I have a
listview with the view set to "detail". In VB6 I used the ItemClick
event to display information about each row when a user uses the up/down
arrow keys or clicks a row with the mouse. Now, in .net I use the click
event to handle the mouse clicks but can't find anything to handle the
up/down arrow keys. Am I going to have to write a custom function that
handles the keypress event or is there some other event that gets fired
when a row is selected?
Part two:
The listview "sponges" on the first column. I have no idea what the
real technical term for "sponging" is so I couldn't look it up. I'm
sure you know what I mean but just in case. When the listview has
focus, the user can start typing and the row selection will follow down
the list to where the text in the first column matches the text the user
typed. Now, what I would like to do is "sponge" on a column other than
the first one. I want to "sponge" on the second column.
Thanks for any help.
MarcJ