How to get focused item on taskbarwindows

delphi package - easy access to kernel objects etc.
Post Reply
shellBullet
Posts: 18
Joined: Thu Apr 28, 2005 12:57 am

How to get focused item on taskbarwindows

Post by shellBullet »

First of, great job madshi... i'm loving madcollection...

question: how in the world do i get the focused item caption (window) on taskbarwindows, this TaskBarWindows.items[TaskBarWindows.FocusedItem.Index[TaskBarWindows]].Text
does not seem to work... thanks in advance...
shellBullet
Posts: 18
Joined: Thu Apr 28, 2005 12:57 am

Post by shellBullet »

never mind, as i suspected , TaskBarWindows.Items[0].Text does the trick...
hey madshi you should specify something like that in the help section of madkernel :)
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

Well, I think there are so many combinations of what you can do with the madKernel interfaces, it would be too much if I would explain all possible purposes.
Post Reply