Ive created a recursive copy and when its iterating through the files I have the filenames shown in a textbox. My problem is however that when I click outside of the form while it is running the process throws and error and is caught. The reason behind this is how can I refresh a form that is not active I suppose. Is there another way to display the filenames without the form going blank on me?
Thanks.
//in loop
PathScroller.Text=z.ToString();//z=filename
Form1.ActiveForm.Refresh()
Thanks.
//in loop
PathScroller.Text=z.ToString();//z=filename
Form1.ActiveForm.Refresh()