Oh well,

I do see a part of the whole picture though.
You write a tool that generates rdp-connection lists (*.rdp) reading from csv - files, right?

So, you want to be able to exclude marked Servers, or do your action only on marked items?
What about reading that csv-file (you got that already) and displaying them in a ListView to the user (set MultiSelect to true) then place a button 'generate'(enable/disable the button based on amount of Selected items) and read through the SelectedItems Collection, generating the file based on the content of selected rows ?


Edited by Jochen (2006-05-02 09:39 AM)
_________________________