T
Tobias
Has anyone been able to code an Outlook property page,
with a VS.Net User control wrapped in a C++ activeX Shim
project?
Currently trying to get the VSIDE.EXE sample from MSDN
working with a VB.Net User Control that i have coded as a
class that implements IPropertyPageSite.
I have got it to work without a seperate shim, (my VB.Net
Shared Addin already has a Shim), the controls and code
processes on the page work, however when you click apply
or Ok to commit your changes and/or close the window, an
error occurs.
So Im guessing Ill need a seperate shim for the .net
property page, as per Andys comments in the code for his
article "Building Outlook 2002 Addins with VB.Net".
--> Refer to the comments in the OptionsPageAdd event for
more information.
The other way to do this which is dead easy is to deploy
the propertypages control in a VB6 DLL as an ActiveX
control; while this is fairly easy, im really not
interested in going back to VB6.0 if at all possible.
with a VS.Net User control wrapped in a C++ activeX Shim
project?
Currently trying to get the VSIDE.EXE sample from MSDN
working with a VB.Net User Control that i have coded as a
class that implements IPropertyPageSite.
I have got it to work without a seperate shim, (my VB.Net
Shared Addin already has a Shim), the controls and code
processes on the page work, however when you click apply
or Ok to commit your changes and/or close the window, an
error occurs.
So Im guessing Ill need a seperate shim for the .net
property page, as per Andys comments in the code for his
article "Building Outlook 2002 Addins with VB.Net".
--> Refer to the comments in the OptionsPageAdd event for
more information.
The other way to do this which is dead easy is to deploy
the propertypages control in a VB6 DLL as an ActiveX
control; while this is fairly easy, im really not
interested in going back to VB6.0 if at all possible.