Question regarding the FormRegion Object

D

DRuben

Is C++ a viable language for a COM Add-In when using the FormRegion object?
So far, we have only found C# and VB code samples, but we are curious if we
can also use C++ with this new object.

Thanks in advance,
Darlene
 
K

Ken Slovak - [MVP - Outlook]

You can but you won't find any sample code probably. Most or all of the
sample code is in VB.NET, C# or VB 6 code.
 
Top