Re: how to insert code in build in method Listview Scroll



Nothing could be simpler

Text1.Text = ListView.GetFirstVisible.Text

See how much time you could have saved if you just asked the question!

Regards
Dave O.

"catharinus" <csvanderwerf@xxxxxxxxx> wrote in message
news:1180437903.029784.131310@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On 24 mei, 17:16, "Dave O." <nob...@xxxxxxxxxxx> wrote:
What are you actually trying to do? If you just want to make sure a
certain
line is scrolled into the viewport look at the EnsureVisible property, if
it
is something a bit more complex you should try telling us what it is.

Regards
Dave O.

"catharinus" <csvanderw...@xxxxxxxxx> wrote in message

news:1180016665.747627.204540@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx



Hello,

I want to insert some code in the method with which one can scrolla
listviewin vb6, for example; "Hello World"

How can I get into that method? There is not a sub or a function which
you can access via the IDE. How can I insert some code in the methode

Thanks in advance
Catharinus van der Werf
csvanderw...@xxxxxxxxx
figuresfi...@xxxxxxxxxxxxxxxx Tekst uit oorspronkelijk bericht niet
weergeven -

- Tekst uit oorspronkelijk bericht weergeven -

Hello,

thanks for your response. What I am trying to get is that the text on
the top visible record is put in a textbox.



.