GoOgLe
02-17-2009, 03:33 PM
i want to show progress bar for process... it is about 12.5 seconds i have the code working i just need to add progress bar... can someone please help me ???
this my working code
site = Input.GetText("Input1");
File.Run("AutoPlay\\Docs\\ccc.exe", "/URL "..site.." /Filename \"c:\\"..site..".png\" /DisableScrollBars 1 /BrowserAutoSize 1", "", SW_SHOWNORMAL, false);
Application.Sleep(12500);
File.Open("c:\\"..site..".png", "", SW_SHOWNORMAL);
this my working code
site = Input.GetText("Input1");
File.Run("AutoPlay\\Docs\\ccc.exe", "/URL "..site.." /Filename \"c:\\"..site..".png\" /DisableScrollBars 1 /BrowserAutoSize 1", "", SW_SHOWNORMAL, false);
Application.Sleep(12500);
File.Open("c:\\"..site..".png", "", SW_SHOWNORMAL);