How to connect Text file with Listbox?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi,
is it possible to connect a ListBox with a Textfile, like data control in vb?
if no, with which control i can achieve that?

how to add a horizontal scrollbar with the listbox if the item exceeds the
length of screen area? plz explain, since i am a novice.

thanks Daniel, for ur answers for the previous questions.

regards,
hari
 
Hari no need to thank me at all but if you wish to do so best do it on the
relevant thread :-)

Listbox does not support horizontal scrollbars so either use a custom
control such as the one offered by the openetcf or use the more powerful
ListView instead.

For binding just do it by code; catch the relevant listview event and set
the relevant text in the relevant textbox.

Cheers
Daniel
 
Back
Top