PDA

Click to See Complete Forum and Search --> : Start Menu in win 98


XxEvilxX
Jan 5th, 2000, 06:21 AM
i was wondering how can i make a command button on my form be when you click it it well be a menu like the start button in win98?? please help

Gimpster
Jan 5th, 2000, 07:37 AM
Do you mean, like a pop-up menu?

------------------
Ryan

HeLta_SkeLta
Jan 5th, 2000, 07:44 AM
First create a menu with the name "mnuMain"
Then add all the MenuItems you wish.
Then in the click_event for Commmand1 put this:

PopUpMenu mnuMain

XxEvilxX
Jan 5th, 2000, 07:49 AM
Yes but see im going to hide the hoel task bar and i want to place my command button on the thing and use it has a start menu button i want it to do a pop-up menu of the start menu.....