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
R Outlook ribbon menu default? Using Outlook 7
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
L Android Outlook Doesn't Update PC Notification Changes Using Outlook 0
A How to open Excel file saved in Outlook folder? Outlook VBA and Custom Forms 4
D.Moore Outlook desktop client suggested searches question Using Outlook 13
Y Outlook 2016 (64-bit) Copy Local Cal. Events to Another Cal. with Modified Reminder time Using Outlook 2
T Outlook 2019 While connecting an IMAP account in "classic" Outlook 2024 I caused a massive duplication of emails on the server (death loop) Using Outlook 5
D Cannot logon to Outlook.com, or outlook on Mac, outlook not updating on ipad, iphone Using Outlook 1
J unable to get my new install of Outlook to display mailboxes in the single-line format. Using Outlook 1
D Legacy Microsoft Outlook for Mac Support will end in Oct 2025 Using Outlook 5
C Nasty Bug Lurking In Outlook For Years. The Trigger. Any Fix Or Workaround? Using Outlook 11
R Auto clicking Hyperlink in outlook Outlook VBA and Custom Forms 7
ughlook Open multiple contacts in NEW Outlook? Using Outlook 3
G Outlook translation feature is off Using Outlook 2
J Outlook 2010 does not let me put any account Using Outlook.com accounts in Outlook 3

Similar threads

Back
Top