In 2002 I did a pretty large VB6 app for a client. It used a lot of UserControls and a 3rd party menu control (for putting icons next to menu names). It had dynamically \"splittable\" panels, TreeView
I\'m trying 开发者_JS百科to marshal a VB6 structure but I don\'t know how to marshal the Date type ex:
Is it possible to use a VB开发者_运维技巧6 class in C#?I think you should just be able to add the library that contains your VB6 type as a reference in your C# project. Visual Studio will create an In
I am currently exploring the option of porting some older VB6 application to WPF with C#. The plan, in phase one, is to port several key forms and not all the application. The theoretical goal is to o
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I have inherited a project from a client, who believes he has all the source code, but unfortunately this particular VB6 application used a bunch of custom controls that the original programmer will n
I have a VB project that is converted from VB6 to VB.NET. In this, I have a MSFlexGrid that is used as an interop compatibiliy. That means it is somewhat converted to .NET, but internally, many of th
I\'ve got a VB6 application, and I wan开发者_如何学Ct to develop it with Visual Studio 2008. The problem I\'ve got is the upgrade wizard. By starting the wizard it\'s working OK. But when the parsing
There is String.Format function that is referred to in the documentation as the analog for Format function from VB6. There\'s also Format function from VisualBasic namespace that is provided for compa
I know that there are already Questions about VB6 migration, but the code base of my project brings some new questions here.