Hi all,
I am having a windows application that is developed using VB.net.I can select particular directory, the system has to give the list of files(count) under the directory and also it has to show the list of files that are parsed in a text box.
I have written the code to get the filecount as well as fies that are parsed . I am able to get the counts, but i am not able to assign those values to text box.
I don't know what is the problem in that,
Can anyone please help me?