Ad Context Menu in Outlook 2007

  • Thread starter Thread starter Sanya Ibrahim
  • Start date Start date
Status
Not open for further replies.
S

Sanya Ibrahim

Hello All,

I have a List Box in a User Form in Outlook 2007. I want to add a Context

Menu that pops up when i right click on the Mouse. Can any one please tell me

how to go about it?

Thanks,

Sanya
 
If this is an Outlook VBA UserForm you would need to add a handler for the

UserForm.MouseUp or .MouseDown events. If you want to handle a right-click

on the listbox you would handle ether of those events on the ListBox object.

In either case I'm not sure how you'd create a context menu if it's possible

at all. You'd have to research that in the Help for VBA or MS Forms 2.0 (the

library that supplies the UserForm and controls). The Object Browser shows

no menus of any kind in that library.

"Sanya Ibrahim" <SanyaIbrahim> wrote in message

news:423A394A-04AA-4934-9178-7DA3E63B6D6A@microsoft.com...
> Hello All,
> I have a List Box in a User Form in Outlook 2007. I want to add a Context
> Menu that pops up when i right click on the Mouse. Can any one please tell
> me
> how to go about it?
> Thanks,
> Sanya
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
R What happen to 'View Attachments' context menu item in Outlook 2010? Using Outlook 6
T Outlook 2010 context menu changes Outlook VBA and Custom Forms 3
A Missing context menu on Location field Using Outlook 2
S How to add a new menu item to a right click context menu of a link Using Outlook 5
T Context menu for new message window Outlook VBA and Custom Forms 7
J Context Menu Question Outlook VBA and Custom Forms 21
H email editor context menu 2007. Outlook VBA and Custom Forms 1
C Event Capture - Item Context Menu (Delete). Can you hook it? Outlook VBA and Custom Forms 1
D Outlook missing Open With Context Using Outlook 1
richardwing Outlook 365 VBA to access "Other Actions" menu for incoming emails in outlook Outlook VBA and Custom Forms 0
N How to add or delete items to Move dropdown Menu Using Outlook 0
N Which Button Was Clicked on the Ribbonbar Menu Outlook VBA and Custom Forms 2
N Multiple instances of Outlook on Start Menu Using Outlook 2
J Missing BCM TAB Main Menu - 2007 BCM (Business Contact Manager) 2
Emerogork How do I remove "Delete Folder" from the right-click menu? Using Outlook 1
E Searching a Shared Outlook Mailbox from the start menu? Using Outlook 4
L Add to Right Click Menu Using Outlook 10
R Missing Backup command in File menu after installing pfback.exe Using Outlook 2
P Cannot open Options Menu Outlook 2007 and Cannot create a new profile Using Outlook 0
M Missing New Menu Option in Outlook 2010 Using Outlook 0
B Trouble Locating Tools Menu since There's No Standard Toolbar in Office 2010 Using Outlook 1
C Tasks > Field Chooser > Fields with dropdown menu (eg. Status). How to custom? Using Outlook 6
T Outlook 2003 menu graphical glitch Using Outlook 5
H Outlook 2010 Advanced Find - Menu items missing Using Outlook 1
S Removing "Research" menu item Outlook VBA and Custom Forms 1
M Files in "Attach File" popup menu no longer alphabetical Using Outlook 3
A disable a menu in active inspector Outlook VBA and Custom Forms 1
Z Right click menu Outlook VBA and Custom Forms 4
A Extending Presona Menu in Outlook Outlook VBA and Custom Forms 9
M How to get the preview pane handle, when it is created with menu c Outlook VBA and Custom Forms 1
C Cannot access macro menu in OL2003 Outlook VBA and Custom Forms 2
H access appointmentItem from ribbon menu Outlook VBA and Custom Forms 1
U Adding multiple menu Items. Problems handling the click events Outlook VBA and Custom Forms 1
R Errors while adding new item to main menu Outlook VBA and Custom Forms 4
S I have a Question on location of a Custom Outlook menu for my ADDI Outlook VBA and Custom Forms 1
S Question of setting the order of a custom menu in Outlook Outlook VBA and Custom Forms 1
P Removing Outlook 365 Account from Send/Receive Using Outlook 0
kburrows Outlook Automatically Merging Contacts Using Outlook 1
A Outlook 2016 Outlook 2016 vs. New Outlook Using Outlook 4
D Outlook Desktop App Email Software Using Outlook 0
efire9207 VBA Outlook Contacts Outlook VBA and Custom Forms 6
M Outlook not logging in to server Using Outlook 0
J Outlook macro to run before email is being send Outlook VBA and Custom Forms 0
R Outlook 2021 change view Using Outlook 2
K Outlook font corrupted in some point sizes, resets on close/open Using Outlook 2
J Is the Windows Outlook Tasks module really going to be gone? Using Outlook 7
F Outlook 2010 and Hotmail Using Outlook 1
A Outlook 2021 needs 'enter' for people search Using Outlook 2
HarvMan Outlook 365 Inbox Font Using Outlook 8
Retired Geek Outlook on MAC delete duplicate Sent emails Using Outlook 0

Similar threads

Back
Top