Jalaj P. Jha

Technical & Miscellaneous Ramblings

Archive for January 19th, 2007

Accessing System Tray from Application – 2

with one comment

This post extends my previous post Accessing System Tray from Application adding context sensitive menu to the System Tray icon as described in Working with menus in Visual Basic
Read the rest of this entry »

Written by Jalaj

January 19, 2007 at 11:12 am

Posted in Application, Visual Basic, WinAPI

Tagged with

Working with menus in Visual Basic

with 15 comments

Menus in Visual basic 6.0 are created using the Menu object defined in the VB Library. The menu created so are flat Win98 style menus and do not support icons. Further they cannot be created at runtime and require “Menu Editor”, modification though can be made during runtime.
Read the rest of this entry »

Written by Jalaj

January 19, 2007 at 8:36 am

Posted in Visual Basic

Tagged with