Link to home
Start Free TrialLog in
Avatar of Dana Seaman
Dana SeamanFlag for Brazil

asked on

Export Vb.Net TextBox as a User Control

How can I export Vb.Net TextBox as a User Control that can be then used in a Vb6 environment? Finally what are the dependencies required?
Avatar of NaliniP
NaliniP

I think you can't be able to use the .NET component in vb6. As you are exporting a component from higher version to a lower version. It won't support..

Nalini
ASKER CERTIFIED SOLUTION
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Dana Seaman

ASKER

TheLearnedOne:

I'll see if I can get it to work. If it does then we can use the .NET Unicode aware controls in Vb6. I'm assuming that it would require the target audience to have .NET Framework installed.
Yes, they will need the .NET framework, which provides the code for the base user control.