Tuesday, August 05, 2003

More on VB Tray Icon

So I want to load my single OCX as both a tray icon and an explorer toolbar, depending on the situation.

One possibility: Use visual dll to create a DLL from VB code. Then export a function, createTray(), and use rundll32 to run it (so it lives beyond the lifetime of the toolbar).

No comments: