Parsing extensions

  • Thread starter Thread starter houdini_tx
  • Start date Start date
H

houdini_tx

looking to see if anyone can help trying to parse a listbox that I have
downloaded from a ftp but I only want to show certain extensions (.txt .ini)
not all the files in the dir.


Thanks
 
houdini_tx said:
looking to see if anyone can help trying to parse a listbox that I have
downloaded from a ftp but I only want to show certain extensions (.txt
.ini)
not all the files in the dir.


Thanks

Honestly, from the way you've phrased your question, I can't figure out what
you're asking. Parse a listbox? I don't even know what that means. You
downloaded a listbox by FTP? That makes no sense.

Please try to rephrase your question and instead of asking generalitiies,
which is what it seems like you're probably doing, try to ask specific
questions and give sample code where it might help illustrate what you're
trying to do.
 
Hello houdini_tx,

I'd suggest to put your data to the DataSet where you can set the desired
filter and bind the listbox to this data

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


h> looking to see if anyone can help trying to parse a listbox that I
h> have downloaded from a ftp but I only want to show certain extensions
h> (.txt .ini) not all the files in the dir.
h>
h> Thanks
h>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top