R
Roberto López
Hello,
I´m trying to do a progress page that indicates some visual information to
the user in a long directory copy process. I have a Class that copys
directories from one location to other. The function "CopyDirectory" is
started in a new Thread. This class also contains one Event that is raised
every directory is copied.
On my page I have declared an instance of my class with the "WithEvents"
modifier and i have writed an event handler for the class event into the
page. Every time the event is raised I change the text property of a textbox
in the page but it not shows because the page not refresh the textbox value.
I don´t know if it is possible to do this in a Web page. (I think In windows
forms it may be run).
Any suggestions will be apreciated.
Thanks.
Roberto López
I´m trying to do a progress page that indicates some visual information to
the user in a long directory copy process. I have a Class that copys
directories from one location to other. The function "CopyDirectory" is
started in a new Thread. This class also contains one Event that is raised
every directory is copied.
On my page I have declared an instance of my class with the "WithEvents"
modifier and i have writed an event handler for the class event into the
page. Every time the event is raised I change the text property of a textbox
in the page but it not shows because the page not refresh the textbox value.
I don´t know if it is possible to do this in a Web page. (I think In windows
forms it may be run).
Any suggestions will be apreciated.
Thanks.
Roberto López