| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| XBOX360Achievement_V1.1_20201231.rar | 2020-12-31 | 668.3 kB | |
| XBOX360Achievement_V1.0_20201126.rar | 2020-12-31 | 665.1 kB | |
| ReadMe.txt | 2020-12-31 | 1.2 kB | |
| Totals: 3 Items | 1.3 MB | 1 |
XBOX360Achievement V1.1 Build 20201231 ---------------------------------------- XBOX360Achievement is used to display smart messages directly after the start one at a time. The program chooses a random message if no command line argument is specified. If a command line argument is specified it is used as the index value for the XBOX360 achievement message to display. There are 3 possible animation types: - OneTime - StayUntilLeftMouseClick - EndlessLoop OneTime is the closest to the original XBOX360 achievement notification. It displays the message one time and exits. StayUntilLeftMouseClick displays the same message over and over again and for a longer duration, until the user clicks the left mouse button inside the window. EndlessLoop does the same as OneTime, but it runs in a never ending loop. Our binary executable included in this sample is compiled with the animation type StayUntilLeftMouseClick. You have to click the achievement window with the left mouse to close it. To save some space we could pack the executable with UPX which will reduce the executable size dramatically. We did not compress it for this sample though. Have fun with this sample! Greets Kai Schtrom