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
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
S Outlook 365 Outlook (classic) Calendar Peek not showing iCloud calendar events Using Outlook 2
P Outlook Calendar entry being used as malware vector. Using Outlook 4
S How to Move Data from Mac Outlook to Windows Outlook? Using Outlook 4
T What is the best way of using the Classic Outlook client to change my email address? Using Outlook 4
T Creating a second email account on an Outlook client Using Outlook 2
Daviddavidsonz How to Schedule Emails in Microsoft Outlook Using Outlook 0
S Rule not running in Outlook Classic unless... Using Outlook 9
J column with actual email address in Outlook Classic Using Outlook 2
S Not receving all email since converting from Outlook 2007 to Outlook Classic Using Outlook 3
Rupert Dragwater Outlook 365 taking too long to synchronize each time email is being checked Using Outlook 17
Hornblower409 Outlook VBA Code Example - Unified inbox in Outlook Classic Outlook VBA and Custom Forms 5
J Need replacement for iTunes to locally (USB) sync. iPhone 17 to Classic Outlook 2024 Using Outlook 4
Thomas Fast Best way to manage incoming customer emails automatically in Outlook? Using Outlook 1
I Outlook 2024 Windows 11 Gmail - sudden log in problems Using Outlook 14

Similar threads

Back
Top