pcaeiro wrote:
Do you need anything?
No. I was just curious if you still needed help with your problem. Glad you solved it :)
"Any sort of work in VB6 is bound to provide several WTF moments." - Christian Graus
I´m working with a process, but the set of instructions i need to delay are not part of the process, so i tinck that i can do it with a thread. Tanck you for your help the link was very helpfull. :)
You can achieve the same goal using Regular Expressions. But this would mean rewriting those gawk scripts.
Just because we can; does not mean we should.
here is easy and short way
string[] deleted_dictionarys = new string[listBox_Delete1.SelectedItems.Count];
listBox_Delete1.SelectedItems.CopyTo(deleted_dictionarys, 0);
Becoming Programmer...