I would like to have a text object display the file details like when your virus scan searches you can see where it is searching.
Does anyone know how to achieve this?
thanks
Professional Software Development Tools
I would like to have a text object display the file details like when your virus scan searches you can see where it is searching.
Does anyone know how to achieve this?
thanks
Hi Ian. Just a note, it's helpful if you make your post titles more descriptive, i.e. mention the source of your question in the title.
Corey Milner
Creative Director, Indigo Rose Software
Your right,
I suppose it would be more helpful.
Big appologies!!!!!
Ian
No apology needed.Check out this action in the help file:
Label.SetText();
Example Usage:
Label.SetText("LabelName", "C:\\LOGS\\log.txt");
Corey Milner
Creative Director, Indigo Rose Software