Please, help!
on a blue background is not visible title text
Procedure HDProc(hwnd, uMsg, wparam, lparam)
Protected *hdlayout.HD_LAYOUT, *rect.RECT, *windowpos.WINDOWPOS, ps.PAINTSTRUCT, rc.RECT
oldproc = GetProp_(hwnd, "oldproc")
Select uMsg
Case #WM_ERASEBKGND
result = 1
Case ...
Search found 6 matches
- Mon Aug 08, 2011 4:26 pm
- Forum: Coding Questions
- Topic: ListIconGadget Header
- Replies: 0
- Views: 759
- Sat May 21, 2011 11:58 am
- Forum: Coding Questions
- Topic: Reading CPU usage
- Replies: 12
- Views: 6032
Re: Reading CPU usage

Red denotes the current load of the process. As can be seen, your code shows 50% and task manager - 92%. Guess what your code shows the load only a single core.
- Sat May 21, 2011 11:18 am
- Forum: Coding Questions
- Topic: Reading CPU usage
- Replies: 12
- Views: 6032
Re: Reading CPU usage
This code only shows the loading of one core. And how to show loading of all cores at once?
- Sat May 21, 2011 1:08 am
- Forum: Coding Questions
- Topic: Reading CPU usage
- Replies: 12
- Views: 6032
Re: Reading CPU usage
Hello.
If the system has 2 cores. How do I use this example.
If the system has 2 cores. How do I use this example.
- Mon Apr 26, 2010 9:19 pm
- Forum: Tricks 'n' Tips
- Topic: TrayIcon (OOP)
- Replies: 12
- Views: 4593
- Thu Mar 25, 2010 9:20 pm
- Forum: Tricks 'n' Tips
- Topic: Automatically place HyperLinkGadgets over TextGadgets
- Replies: 9
- Views: 4394