- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
4 Posted Topics
It's an equality test. (11 and $2 xor $FFFFFFFF) = -3 if I understand the syntax right
If you want the more modern UI (note that the default controls are an older version), [you'll need to include an application manifest](http://delphi.about.com/library/bluc/text/uc111601a.htm). This will get you the modern control version, which will fit in with the OS themes that are consistent with Windows XP and beyond. Doing this will …
It seems you aren't quite specifying your problem adequately. First off, most CPU monitors are aggregate monitors, which means if you have multiple cores/processors it will only show what is utilized by the process thread. Which means, you likely have a 4-core system. While TThread is far from your answer, …
There's a lot more to screen savers than just renaming EXE to SCR. See [url]http://www.tek-tips.com/faqs.cfm?fid=6914[/url] for an example.
The End.
Glenn9999