Search Tools Links Login

A Systray Handler/VB Start Menu ***FIXED***


Visual Basic 6, or VB Classic

A lot of people have been asking me for this. I've finally managed to create this program and I hope you will all enjoy it. It is a System Tray Handler, like Litestep has. This is great for shells... It will make a small picture box and load the system tray buttons that usually show up in the Windows Explorer... If you open ICQ and then minimize it, it will show it's icon and you can fully interact with it. You can specify height (I recommend 25), XPOS, YPOS, whether it should auto-hide and if you just want an empty one. But wait! There's EVEN MORE! It scans your registry for Run/RunOnce entries and runs the startup programs in the registry at startup (it's explorer that does this, not windows itself... If you have a replacement shell, it won't run the apps by itself). You think that's not enough? Well, I've also included a Dynamic Start Menu that you can use! Just click the button on the form, and it will show you a menu (with icons/backround pic/office style selection) that shows all your groups. When you go over a group, it'll show you the programs inside. I've just finished this so I haven't implemented everything. Click on a program in the start menu won't run the program (yet) and the icons for the programs will all be the same (for now). I'm very excited about this and I hope you are too. VB Shells should start popping up everywhere now!

Original Author: Alex Ionescu

Inputs

hInst, height, XPos, YPos, autoHiding, useEmpty
Directory to scan for program groups/links

Assumptions

There are 2 dlls and 1 ocx. Here's what to do:
Copy the tray.dll in your system folder.
Copy the ocx's and ssubtmr.dll to your sys folder.
Go to a run box and type "regsvr32 cpopmenu.ocx".
Go to a run box and type "regsvr32 ssubtmr.dll"
Copy the tray.exe file in your windows folder.
Open your system.ini file with notepad
Replace "shell=Explorer.exe" with "shell=Tray.exe"
Reboot your computer. Hope you like it!

Returns

A great systray handler.

Side Effects

Extreme fascination.

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 118 times

Categories

Visual Basic 6

Attachments

CODE_UPLOAD41403222000.zip
Posted: 9/3/2020 3:45:00 PM
Size: 33,234 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.