Re: [perl-win32-gui-users] Refresh the taskbar

2008-12-07 Thread Perl Rob
Well, I figured it out. Hopefully this will help someone else. It turns out that editing the registry is not necessary. I simply had to send the WM_COMMAND message (which means a command was selected from a menu) and a specific message number (which, for locking/unlocking the taskbar, happens t

[perl-win32-gui-users] Refresh the taskbar

2008-12-07 Thread Perl Rob
Hi all, I've been banging my head against this one for the last several hours, so I'll buy a beer for the man or woman who helps me figure it out! :-) Quite simply, all I'm trying to do is programmatically toggle the "Lock the Taskbar" setting. However, I can't get the taskbar to refresh it