Comment #62 Wednesday, March 24, 2004 2:18 AM
Comment #63 Monday, April 26, 2004 10:59 AM
Comment #64 Sunday, May 23, 2004 7:07 PM
Comment #65 Tuesday, June 15, 2004 12:56 AM
I like this docklet. It would be even nicer if it can be modified to replace the quicklaunch buttons on the taskbar. Then the entire taskbar can go.
One time I notice is that when I click on the windows icon, my hidden taskbar will popup at the same time. Is this normal?
Keep up the great work
Comment #66 Saturday, July 10, 2004 7:24 AM
Does anyone know if there is a docklet out there that will grab the program icons which get sent to the taskbar while programs are running? Important for stuff like AIM and modem.
Comment #67 Tuesday, July 20, 2004 8:27 PM
Comment #68 Wednesday, August 4, 2004 7:40 AM
Comment #69 Sunday, August 8, 2004 11:56 PM
Comment #70 Monday, August 9, 2004 12:01 AM
Comment #72 Wednesday, August 18, 2004 8:38 AM
I was able to make the "classic"/non xp start menu pop up in the right spot using this code, feel free to implement it in your docklet
SetForegroundWindow(FindWindow('Shell_TrayWnd', null))
SetWindowPos(FindWindowEx(FindWindow('Shell_TrayWnd', null),0,'Button',null),HWND_TOP,X,0,101,Y,0)
SendMessage(FindWindow('Shell_TrayWnd', null),WM_USER+0x104,0,0)
Comment #73 Wednesday, August 18, 2004 9:08 AM
Comment #75 Wednesday, September 15, 2004 6:10 PM
Comment #76 Monday, October 4, 2004 12:59 PM
Comment #78 Thursday, November 4, 2004 5:34 PM
A while ago, objectdock crash, restarted it up, and now, startmenu2 and digital clock never show up in the add docklet menu!!! (
Redownloaded both docklets, reinstalled objectdock, and nothing helps!!!
Comment #80 Saturday, November 27, 2004 12:37 PM
Please login to comment and/or vote for this skin.
Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:
- Richer content, access to many features that are disabled for guests like commenting on the forums and downloading files.
- Access to a great community, with a massive database of many, many areas of interest.
- Access to contests & subscription offers like exclusive emails.
- It's simple, and FREE!
Comment #61 Sunday, March 21, 2004 12:26 AM