From: Evox on
hy,

I have a problem. I Want a new toolbar creating on taskbar with VBscript.

Create from a folder. for example: D:\files\ to taskbar as a new toolbar.

This is the registry key path :
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop

but i can't modify this ,because i not understand for hex.

I have this code:

Dim strComputer

Dim objFile, objFSO

Dim objRegistry

Dim strKeyPath

Dim arrValues, strValue

Const HKEY_CURRENT_USER = &H80000001



strKeyPath =
"Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop"

strComputer = "."



Set objFSO = CreateObject("Scripting.FileSystemObject")

How can i modify the toolbar?

Thanks for help! And sorry for my bad english.

From: "Dave "Crash" Dummy" on
Evox wrote:
> hy,
>
> I have a problem. I Want a new toolbar creating on taskbar with
> VBscript.
>
> Create from a folder. for example: D:\files\ to taskbar as a new
> toolbar.
>
> This is the registry key path :
> HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop
>
>
>
> but i can't modify this ,because i not understand for hex.
>
> I have this code:
>
> Dim strComputer
>
> Dim objFile, objFSO
>
> Dim objRegistry
>
> Dim strKeyPath
>
> Dim arrValues, strValue
>
> Const HKEY_CURRENT_USER = &H80000001
>
>
>
> strKeyPath =
> "Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop"
>
>
> strComputer = "."
>
> Set objFSO = CreateObject("Scripting.FileSystemObject")
>
> How can i modify the toolbar?
>
> Thanks for help! And sorry for my bad english.

Do you just want to create a new toolbar, or does it have to be with
script? Creating a new toolbar without script is easy. Just right click
on the taskbar, select "Toolbars>New Toolbar," then select the folder
you want to use, like "D:\files."
--
Crash

One man's weed is another man's wildflower.