>How can I fliter the list?
You can find some details about how the taskbar does its selection
under the Managing Taskbar Buttons section here
http://msdn2.microsoft.com/en-us/library/aa969325.aspx
You basically have to do the same. Look at the window style bits etc.
>I was hoping to use this, but if there is another method I'd like to
>know.
[quoted text clipped - 5 lines]
>
>8975933078237085696
The return type should be a Boolean, not a Long.
Mattias

Signature
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Zamdrist - 06 Apr 2007 21:50 GMT
On Apr 6, 10:47 am, Mattias Sjögren <mattias.dont.want.s...@mvps.org>
wrote:
> The return type should be a Boolean, not a Long.
>
[quoted text clipped - 3 lines]
> Mattias Sjögren [C# MVP] mattias @ mvps.orghttp://www.msjogren.net/dotnet/|http://www.dotnetinterop.com
> Please reply only to the newsgroup.
Thank you Mattias, that was helpful. Changing the function to return
Boolean allowed me to test against it and filter out the unwanted
processes from the user programs.
Steve