|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
i am using VB6, have created a 3 column listview. i am using Private Sub ListView1_Click() to do a few things. This works fine for a mouse click but does not respond when scrolling with the up/down arrow keys. The arrow keys appear to scroll down but do not select as they go? any ideas
Mac |
|
#2
|
|||
|
|||
|
try the NodeClick event
__________________
Programmer's Corner |
|
#3
|
|||
|
|||
|
Tried what you said, firstly with a treeview, like this "Private Sub treeview1_NodeClick(ByVal Node As Node)" this was perfect. Next i tried it with my listview like this "Private Sub Listview1_NodeClick(ByVal Node As Node)" this did not work. Is there anything else i have to do, or wont it work with a list view? if so any other thoughts?
|
|
#4
|
|||
|
|||
|
oops
it's ItemClick (i think) |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > listview and arrow keys problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|