https://mega.nz/#!M0sjBDoS!OlD_x60cjLW- ... Buy8PqexX4



Imagem 1
Imagen



Imagem 2
Imagen


Shell_TrayWnd = WinApi.FindWindow("Shell_TrayWnd", "");
WinApi.SetWindowTrans(Shell_TrayWnd, 0);

if Image.GetSize("Progress").Width == 630 then
Page.StopTimer();	

Image.SetVisible("Progress", false);
Shell_TrayWnd = WinApi.FindWindow("Shell_TrayWnd", "");
WinApi.SetWindowTrans(Shell_TrayWnd, 255);
Dialog.Message("Notice", "Operação realizado com sucesso", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
else
Image.SetSize("Progress", Image.GetSize("Progress").Width + 1, 65);
end