PC Review


Reply
Thread Tools Rate Thread

Context menu in custom form

 
 
Anushya
Guest
Posts: n/a
 
      29th Dec 2003
I need to implement all the functionalites outlook provide in its
context menu in my context menu in a custom form? How can i do it?
 
Reply With Quote
 
 
 
 
Sue Mosher [MVP]
Guest
Posts: n/a
 
      29th Dec 2003
Outlook does not expose the right-click context menu in its CommandBars
collection. AFAIK, the only time you'll see a new right-click command is
when the item is using a custom form with one or more custom actions.

--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Anushya" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I need to implement all the functionalites outlook provide in its
> context menu in my context menu in a custom form? How can i do it?



 
Reply With Quote
 
Anushya
Guest
Posts: n/a
 
      31st Dec 2003
Hi Sue and All
Its ok. I dont need to add items to context menu of outlook.

Instead i am going to create a custom form with a context menu. That
custom form will list all the mail items in my inbox. In that custom
form i need to implement all the functionalities provided by outlook
context menu. so that i can click reply, forward, delete.. provided in
outlook + my custom form functionalities.. My question is how to
implement outlook custom menu functionalities in custom form?? Is
there any way of communicating with outlook functionalities?


"Sue Mosher [MVP]" <(E-Mail Removed)> wrote in message news:<(E-Mail Removed)>...
> Outlook does not expose the right-click context menu in its CommandBars
> collection. AFAIK, the only time you'll see a new right-click command is
> when the item is using a custom form with one or more custom actions.
>
> --
> Sue Mosher, Outlook MVP
> Outlook and Exchange solutions at http://www.slipstick.com
> Author of
> Microsoft Outlook Programming - Jumpstart for
> Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
>
> "Anushya" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > I need to implement all the functionalites outlook provide in its
> > context menu in my context menu in a custom form? How can i do it?

 
Reply With Quote
 
Tom Rizzo [MSFT]
Guest
Posts: n/a
 
      31st Dec 2003
Sure. You can mimic pressing Outlook buttons such as Reply, Forward, etc
using the Commandbars collection.

--
Looking for a good book on programming Exchange, Outlook, ADSI and
SharePoint? Check out http://www.microsoft.com/MSPress/books/5517.asp

This posting is provided "AS IS" with no warranties, and confers no rights.



"Anushya" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi Sue and All
> Its ok. I dont need to add items to context menu of outlook.
>
> Instead i am going to create a custom form with a context menu. That
> custom form will list all the mail items in my inbox. In that custom
> form i need to implement all the functionalities provided by outlook
> context menu. so that i can click reply, forward, delete.. provided in
> outlook + my custom form functionalities.. My question is how to
> implement outlook custom menu functionalities in custom form?? Is
> there any way of communicating with outlook functionalities?
>
>
> "Sue Mosher [MVP]" <(E-Mail Removed)> wrote in message

news:<(E-Mail Removed)>...
> > Outlook does not expose the right-click context menu in its CommandBars
> > collection. AFAIK, the only time you'll see a new right-click command is
> > when the item is using a custom form with one or more custom actions.
> >
> > --
> > Sue Mosher, Outlook MVP
> > Outlook and Exchange solutions at http://www.slipstick.com
> > Author of
> > Microsoft Outlook Programming - Jumpstart for
> > Administrators, Power Users, and Developers
> > http://www.outlookcode.com/jumpstart.aspx
> >
> >
> > "Anushya" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > I need to implement all the functionalites outlook provide in its
> > > context menu in my context menu in a custom form? How can i do it?



 
Reply With Quote
 
Anushya
Guest
Posts: n/a
 
      3rd Jan 2004
Hi Tom
Do u mind providing me a sample or some useful link that guides me??
Anushya
"Tom Rizzo [MSFT]" <(E-Mail Removed)> wrote in message news:<(E-Mail Removed)>...
> Sure. You can mimic pressing Outlook buttons such as Reply, Forward, etc
> using the Commandbars collection.
>
> --
> Looking for a good book on programming Exchange, Outlook, ADSI and
> SharePoint? Check out http://www.microsoft.com/MSPress/books/5517.asp
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
>
> "Anushya" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Hi Sue and All
> > Its ok. I dont need to add items to context menu of outlook.
> >
> > Instead i am going to create a custom form with a context menu. That
> > custom form will list all the mail items in my inbox. In that custom
> > form i need to implement all the functionalities provided by outlook
> > context menu. so that i can click reply, forward, delete.. provided in
> > outlook + my custom form functionalities.. My question is how to
> > implement outlook custom menu functionalities in custom form?? Is
> > there any way of communicating with outlook functionalities?
> >
> >
> > "Sue Mosher [MVP]" <(E-Mail Removed)> wrote in message

> news:<(E-Mail Removed)>...
> > > Outlook does not expose the right-click context menu in its CommandBars
> > > collection. AFAIK, the only time you'll see a new right-click command is
> > > when the item is using a custom form with one or more custom actions.
> > >
> > > --
> > > Sue Mosher, Outlook MVP
> > > Outlook and Exchange solutions at http://www.slipstick.com
> > > Author of
> > > Microsoft Outlook Programming - Jumpstart for
> > > Administrators, Power Users, and Developers
> > > http://www.outlookcode.com/jumpstart.aspx
> > >
> > >
> > > "Anushya" <(E-Mail Removed)> wrote in message
> > > news:(E-Mail Removed)...
> > > > I need to implement all the functionalites outlook provide in its
> > > > context menu in my context menu in a custom form? How can i do it?

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Custom Context menu (Right click menu) not working in sheet changeevent. Madiya Microsoft Excel Programming 3 11th Feb 2008 01:24 PM
Adding custom menu items to Context menu mookashi Microsoft Outlook VBA Programming 1 17th Feb 2004 06:32 AM
custom context menu mookashi Microsoft Outlook VBA Programming 2 16th Feb 2004 08:33 PM
Adding custom menu items to Context menu mookashi Microsoft Outlook VBA Programming 0 16th Feb 2004 11:34 AM
Custom Context Menu =?Utf-8?B?TmlsZXNoIFJhZGU=?= Microsoft Dot NET Framework Forms 0 13th Feb 2004 05:41 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:26 PM.