Hi
I am reading a big text file and doing processing on the read information. I have a form where I browse to the file and then press a button "Process". On click method of this button I have form2.show. In the form2's load event I call a procedure called "ProcessDocument". The form2 has a border style fixed dialog and controlbox as false. It has also a label control which has caption property "Please wait processing is going on". However the form2 shows after the processsing has been done. I am not able to figure out why this is happening.
Can somebody let me know, how to achive this,
Thanks
I am reading a big text file and doing processing on the read information. I have a form where I browse to the file and then press a button "Process". On click method of this button I have form2.show. In the form2's load event I call a procedure called "ProcessDocument". The form2 has a border style fixed dialog and controlbox as false. It has also a label control which has caption property "Please wait processing is going on". However the form2 shows after the processsing has been done. I am not able to figure out why this is happening.
Can somebody let me know, how to achive this,
Thanks