I can't apply the "SetWindowsLong" Api function upon the Windows Taskbar.
Could anyone help me?
Mustakim
MikeD - 26 Nov 2005 17:10 GMT
>I can't apply the "SetWindowsLong" Api function upon the Windows Taskbar.
> Could anyone help me?
Not without a *much* better explanation. Explain exactly what you're trying
to do and how you're doing it. Post your code, including API function and
constant declarations.

Signature
Mike
Microsoft MVP Visual Basic
Tom Esh - 26 Nov 2005 17:18 GMT
>I can't apply the "SetWindowsLong" Api function upon the Windows Taskbar.
>Could anyone help me?
Not without knowing exactly what you're attempting to use
SetWindowLong to change. If it's to redirect the taskbar winproc (i.e.
subclass it), it won't work. Some other features might work, but using
it on a window that belongs to another process can be problematic and
risky. What is it you wish to accomplish?
-Tom
MVP - Visual Basic
(please post replies to the newsgroup)