We are automating our application from Outlook and Word, so that I
have 2 add-in's one for Outlook and the other in Word, so far every
thing is working fine, otherwise, In Outlook, when setting Word as a
default e-mail editor the outlook addin starts but is not
functioning!! and when then opening word, I find that the outlook
add-in is started in word instead of its word addin!!!
is there a way to let them function properly together, or should I
prevent our clients from setting the default Outlook editor to Word
which is not logic at all!
Please HELP!!
Regards all, and thanx in advance
Ammar
When you post in these groups giving answers is a lot easier if you
post your version of Outlook and maybe some sample code of what you
are doing. Otherwise it's all guesswork.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Lead Author, Professional Outlook 2000 Programming, Wrox Press
Lead Author, Beginning VB 6 Application Development, Wrox Press
Attachment Options
http://www.slovaktech.com/attachmentoptions.htm
Extended Reminders
http://www.slovaktech.com/extendedreminders.htm
"ammar" <ammar_...@hotmail.com> wrote in message
news:9b9a261b.03081...@posting.google.com...
Word as the editor has problems with Outloo before Outlook 2002 since
it doesn't open an Inspector. You will have to explain more what you
are trying to do, what you want it to do and what is actually
happening before anyone can help you.
Also, you always develop and compile on a machine running the oldest
version of Outlook that you want to support.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Lead Author, Professional Outlook 2000 Programming, Wrox Press
Lead Author, Beginning VB 6 Application Development, Wrox Press
Attachment Options
http://www.slovaktech.com/attachmentoptions.htm
Extended Reminders
http://www.slovaktech.com/extendedreminders.htm
"ammar" <ammar_...@hotmail.com> wrote in message
news:9b9a261b.03081...@posting.google.com...
Thanx for ur patience, well, it worked fine with me now!!
thanx again Ken
Also using Outlook 2002. What I am trying to do is create a CommandBar with
a single CommandBar button on a compose window, which does nothing more than
display a MsgBox (for testing anyways). I studied ItemsCB and copied the
explorer collection to make an inspector collection in the same fashion. My
CB/CBB displays fine when using both Outlook and Word as the editor. The
button does indeed create the message box in when using Outlook as the
editor. However:
1) In word when I click the button, i get the error "The macro cannot be
found or has been disabled because of your Macro security settings." I
suspect that its the former and that Word is getting the event (or rather
not getting the event), and its not suprising that would cause an error as
this isn't registered as a Word add-in. Outlook does get the event too and
does what it should.
2) the CB/CBB gets added to Microsoft Word as well, but again only if Word
is the editor.
Any advice on getting Microsoft Word to mind its own business? Should i be
looking into creating an empty Microsoft Word add-in to just do nothing?
This seems pretty ghetto and no idea how I could tell the difference between
an embedded outlook session and a real word session.
I can paste code, not sure what part would be helpful though.
Lloyd Christopher
SLOW30
"Ken Slovak - [MVP - Outlook]" <kens...@mvps.org> wrote in message
news:eNLYJKOY...@TK2MSFTNGP12.phx.gbl...
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Lead Author, Professional Outlook 2000 Programming, Wrox Press
Lead Author, Beginning VB 6 Application Development, Wrox Press
Attachment Options
http://www.slovaktech.com/attachmentoptions.htm
Extended Reminders
http://www.slovaktech.com/extendedreminders.htm
"lloyd christopher" <lloydSP...@slow30.com> wrote in message
news:FOE_a.722205$3C2.16...@news3.calgary.shaw.ca...
"Ken Slovak - [MVP - Outlook]" <kens...@mvps.org> wrote in message
news:e7eoV$mYDHA...@TK2MSFTNGP12.phx.gbl...
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Lead Author, Professional Outlook 2000 Programming, Wrox Press
Lead Author, Beginning VB 6 Application Development, Wrox Press
Attachment Options
http://www.slovaktech.com/attachmentoptions.htm
Extended Reminders
http://www.slovaktech.com/extendedreminders.htm
"lloyd christopher" <lloydSP...@slow30.com> wrote in message
news:AOO_a.756432$Vi5.17...@news1.calgary.shaw.ca...