mad Kernel's TrayIcons and Windows7

delphi package - easy access to kernel objects etc.
Post Reply
miki100
Posts: 1
Joined: Mon May 02, 2011 2:41 pm

mad Kernel's TrayIcons and Windows7

Post by miki100 »

Why doesn't TrayIcons procedures work in Windows7? Even counting the icons doesn't work...
I test it by:

Code: Select all

MessageBox(0, pchar('we have ' + IntToStr(TrayIcons.ItemCount) + ' tray icons'), 'info', 0);
I really would appreciate any help. I was searching for this type of library for ages, and I found it, but it doesn't work on Win7..
Please help! :sorry:

Edit: I found out that package "madRemote" is needed for madKernel, but I can't find it. Is that true that madkernel needs madremote? And where can I get it?
cox
Posts: 6
Joined: Tue Sep 30, 2008 9:24 am

Re: mad Kernel's TrayIcons and Windows7

Post by cox »

I need kill process. Application has icon. After killing system can't clear tray.
I looked for solution everywhere. Finally I found that mK has such functionality, but this functionality doesn't work anymore.

Could you fix it, please?
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Re: mad Kernel's TrayIcons and Windows7

Post by madshi »

I've checked the code I'm currently using and it simply doesn't work in Windows 7, anymore. I'd have to completely rewrite it, which I currently don't have time for. I'll put it on my to do list, but it will be a while (probably a long while) before I can get to this, I'm sorry...
cox
Posts: 6
Joined: Tue Sep 30, 2008 9:24 am

Re: mad Kernel's TrayIcons and Windows7

Post by cox »

After year half, please give us fixed version :confused:
cox
Posts: 6
Joined: Tue Sep 30, 2008 9:24 am

Re: mad Kernel's TrayIcons and Windows7

Post by cox »

Man, when you will fix it? :confused:
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Re: mad Kernel's TrayIcons and Windows7

Post by madshi »

Busy working on madCodeHook 4... :(
Post Reply