help create VB.Net control to use in VB6

avy32

New member
Joined
Jul 13, 2006
Messages
2
Programming Experience
Beginner
The problem is like this: I have a old and long application develop in VB6, but the graphic part it is very bad so for that I want to develop some controls in VB2005 and I want to use those controls in the VB6 application.
Can you help me with that ,please?
Thanks
 
Yes I know and this is a question regarding Visual Basic Net 2005
How can I use a Usercontrol done in Visual Basic Net 2005 to a n application done in Visual Basic 6?
 
This is just off the top of my head beacuse i never used VB6 but as i understand it, almost everything used in VB6 was a COM object, and since we can expose a .net control as a COM component i don't see why not. You'll need to look into creating COM components.
 
Back
Top