Can I make ObjectDock pull up the start menu?

Is it possible to make ObjectDock pull up the start menu when you click a button? And is it possible to make a button bring up a list of programs? Thanks.
2,423 views 10 replies
Reply #1 Top

From the FAQ...............
How can I link To the Startmenu with ObjectDock?

Copy and paste the following in a text editor.

set wShell=wscript.createobject('wscript.shell')
wShell.sendkeys '^{ESC}'

Save with .vbs extension. Pay attention to where you save it. Now link to the file in the Dock Item Properties.





Powered by SkinBrowser!
Reply #3 Top
I had problems with this script until I changed the single quotes ' around wscript.shell and ^{ESC} to double quotes "

hth.
Reply #4 Top
Help please....
I did same thing you said here, but when i click on my start icon on my Objectdock nothing happeened but I got this mess:

Script: ..\program Fies\ObjectDesktop\startmenu.vbs
Line: 1
Char: 1
error: could not locate automation class named "wscript.shell"
code 80020009
Source: Wcsript.CreateObject

I did a search on my PC and i couldn't find "wscript.shell" do I need to download this file?

Please help

Thank You guys...

Sankev
Reply #5 Top
I don't want to promote my own stuff (actually, I want ), but you can use this https://www.wincustomize.com/skins.asp?library=29&SkinID=2373
Reply #6 Top
I recommend using AndreasV's start menu docklet. It is a flawless example of the power of ObjectDock.
Reply #7 Top
good to see you AV... what you working on these days?



Powered by SkinBrowser!
Reply #8 Top
Thank You AV.....!!!

Now is working!!!!
I apreciate your help and personal work...!!!!

Thanks a lot!!
Reply #9 Top
WrecklessEric:
I am currently working on an application called AveDesk, screenie:

It can use Object Dock Docklets too as its "icons". So you can have docklets on your desk.

If you want to get the latest build, just drop me a line

[Message Edited]
Reply #10 Top
... Thanks AV

will do shortly



Powered by SkinBrowser!