Search results for query: *

  • Users: Keo
  • Order by date
  1. K

    important question concerning listboxes

    thanks john! i got it to work ;) Dim fullnamestring As String = DirectCast(ListBox3.SelectedItem, IO.FileInfo).FullName RichTextBox1.Text = My.Computer.FileSystem.ReadAllText(fullnamestring)
  2. K

    important question concerning listboxes

    earlier in my post i made mistake stating "combobox" i meant "listbox" :o:D i still though tried your second code sample, (replacing combobox with listbox) and it gives me this error "Conversion from type 'FileInfo' to type 'String' is not valid." thanks! :)
  3. K

    important question concerning listboxes

    how would i go about doing that? either value or array thanks :)
  4. K

    important question concerning listboxes

    hello everyone, hopefully i can explain this in a clear to understand way what im trying to do is.... there are 2 comboboxes and a richtextbox.. on the first combobox you select #1 or #2.. if you select #1... combobox 2 now becomes populated with a list of files in a directory i specified...
Back
Top