Jump to content

Problem W/ Taskbar Properties


w_sp8er
 Share

Recommended Posts

Hi all,

I'm having a problem with the Taskbar Properties. What I'm trying to do is to make sure that the 'Show Small Icons in Start Menu' item in "Taskbar Properties\Start Menu\Customize" is ticked & that 'Expand Network Connections' is also ticked.

Currently I am skipping this as I don't have any way of checking if either are ticked already or not. They are both contained inside a 'SysTreeView321' Control which doesn't return what state they are in.

It would be much appreciated if anyone can help me with some code to do the above.

w_sp8er

Edited by w_sp8er
Link to comment
Share on other sites

Foe small Icons just use RegWrite to set the registry value

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\SmallIcons, smallicons "yes"

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

Try calling EnvUpdate() after making the change. If that doesn't work, try rebooting, or you might be able kill explorer.exe and restart it. In any event, you're going to have to cause some event to make explorer reload...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...