tags:

views:

9

answers:

0

I'm using the VB6 Interop Forms Toolkit 2.1 to host a .NET Control inside of a VB6 form. I'm being forced to turn "Option Explicit Off". Is there any reason why I can't use the Interop Toolkit without turning "Option Explicit On" ?

The weird part is that I am explicitly declaring declaring the variables in my file. It seems that by using this toolkit, I am forced to turn "Option Explicit Off".

Any ideas why?

Thanks, Mike