hi, test this code:
not show Dialog1...Code:StatusDlg.Show(MB_ICONNONE, false); function show(FoundPath) Label.SetText("Label1",FoundPath); for n = 1, 15 do Label.SetText("Label1",n.." - "..FoundPath); result = DialogEx.Show("Dialog1", true, nil, nil); end return true end File.Find("C:\\", "*.*", true, false, nil, show); StatusDlg.Hide();![]()

Reply With Quote