Search found 6 matches

by omboy
Mon Aug 08, 2011 4:26 pm
Forum: Coding Questions
Topic: ListIconGadget Header
Replies: 0
Views: 759

ListIconGadget Header

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 ...
by omboy
Sat May 21, 2011 11:58 am
Forum: Coding Questions
Topic: Reading CPU usage
Replies: 12
Views: 6032

Re: Reading CPU usage

Image

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.
by omboy
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?
by omboy
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.
by omboy
Mon Apr 26, 2010 9:19 pm
Forum: Tricks 'n' Tips
Topic: TrayIcon (OOP)
Replies: 12
Views: 4593

Re: TrayIcon (OOP)

Image