S
Sanjay Singh
I want to open a modal form for an Outlook Com Addin that I have written
with VB. Form works as expected.
I have also written a custom Help file (hlp format). If the user presses F1
on the form then the Help file is displayed BUT then Outlook also opens its
help file and hides my custom help file. Is there anything that I need to do
to tell Outlook to NOT display its help file.
Funny thing is that Help works as expected if I open the form in non-modal
mode.
(I am opening the form in Modal mode as it relates to the Inspector that it
is opened from and I want the user to either finish what he is doing or
close the form to return to the inspector ... I understand that modal forms
are not recommended with com addins. Is there anyway I can achieve what I
want with a non-modal form i.e.
Form will be displayed on top of the inspector
User will not be able to go to the inspector without closing the form
)
Thanks in advance
Sanjay
with VB. Form works as expected.
I have also written a custom Help file (hlp format). If the user presses F1
on the form then the Help file is displayed BUT then Outlook also opens its
help file and hides my custom help file. Is there anything that I need to do
to tell Outlook to NOT display its help file.
Funny thing is that Help works as expected if I open the form in non-modal
mode.
(I am opening the form in Modal mode as it relates to the Inspector that it
is opened from and I want the user to either finish what he is doing or
close the form to return to the inspector ... I understand that modal forms
are not recommended with com addins. Is there anyway I can achieve what I
want with a non-modal form i.e.
Form will be displayed on top of the inspector
User will not be able to go to the inspector without closing the form
)
Thanks in advance
Sanjay