V
vgv888
How can I recompile ActiveX dll from VisualBasic6 code
with Visual Studio.NET?
Can I mix VB6 sources with C#.NET?
with Visual Studio.NET?
Can I mix VB6 sources with C#.NET?
How can I recompile ActiveX dll from VisualBasic6 code
with Visual Studio.NET?
Can I mix VB6 sources with C#.NET?
The problem is that I do not have VB6, just now.-----Original Message-----
I don't think you can do that easily... however, .NET can use ActiveX dlls
via Interops, so you don't need to recompile.
There have been changes in VB6 syntax and .NET, so you can't just
recompile. You'll have to make some changes (significant?).
--
Lucas Tam ([email protected])
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
.
The problem is that I do not have VB6, just now.
I shall have a project for transition SAP to ASPX (C#.NET).
So what, I should use Visual Studio6 with Visual
Studio.NET, I cannot reuse any code?