G
Guest
Hi,
Reg: Pocket PC-Vb.net
I have to display another form, while clicking on a button. Before
displaying the form, 3 text files(contain around 500 records each) have to be
read and based on the contents, I have to populate the textboxes in the form.
When I am clicking the button, the form is displayed very slowly, since it
take some time to read the text files. I have written the code in the click
event of the button. I am using a class to read those files. Is there any
way to avoid this delay?
Before displaying the form, I have to check the existance of text files
also.(using file.exits())
Awaiting your valuable suggestions,
Regards,
Hari
Reg: Pocket PC-Vb.net
I have to display another form, while clicking on a button. Before
displaying the form, 3 text files(contain around 500 records each) have to be
read and based on the contents, I have to populate the textboxes in the form.
When I am clicking the button, the form is displayed very slowly, since it
take some time to read the text files. I have written the code in the click
event of the button. I am using a class to read those files. Is there any
way to avoid this delay?
Before displaying the form, I have to check the existance of text files
also.(using file.exits())
Awaiting your valuable suggestions,
Regards,
Hari