PDA

View Full Version : does anyone know how to do this?


ianhull
08-23-2004, 04:55 PM
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

Corey
08-23-2004, 05:00 PM
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 (http://www.indigorose.com)

ianhull
08-23-2004, 05:17 PM
Your right,

I suppose it would be more helpful.

Big appologies!!!!!

Ian

Corey
08-23-2004, 06:02 PM
No apology needed. :) Check out this action in the help file:

Label.SetText();

Example Usage:

Label.SetText("LabelName", "C:\\LOGS\\log.txt");

:yes

Corey Milner
Creative Director, Indigo Rose Software (http://www.indigorose.com)