trung0407 Posted November 4, 2008 Posted November 4, 2008 How to make a loading screen, show that how much my program is loaded into the memory? Coz my program is quite big, and i dont just want my pc froze like nothing happened.
November Posted November 4, 2008 Posted November 4, 2008 How to make a loading screen, show that how much my program is loaded into the memory? Coz my program is quite big, and i dont just want my pc froze like nothing happened. Hi there, This is only an example : while 1 $pid = @AutoItPID $mem = ProcessGetStats($pid, 0) $meg = $mem[0] / 1024 / 1024 $megas = round($meg, 3) SplashTextOn("Example", "Mem use : " & $megas & " MB.", 200, 50, @DesktopWidth - 250, @DesktopHeight - 150, 32) Sleep (3000) SplashOff() WEnd Cheers Old Scriptology Visual Ping 1.8 - Mass Ping Program with export to txt delimited. Desktop 2 RGB and YMCK - Pick a color in the desktop and get the RGB and YMCK code. Desktop 2 RGB - Pick a color in the desktop and get the RGB code. ShootIT 1.0 - Screen Capture full and partial screen [font="'Arial Black';"]Remember Remember The Fifth of November.[/font]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now