开发者

vb6-migration

0
  • How can I get the printer HDC

    I have a COM component written in C++ that has a Print function. This print function takes the Printer hDC as a parameter that includes all settings to use for the print. Previously, this was called f[详细]

    2022-12-16 17:33 分类:问答
  • Convert vba to vb6 and create a .dll - how to - hints, tips and risks

    I should convert a huge load of code which was written in VBA (Excel) to VB6. But I really do not know what I have to take care of or where to begin. Therefore it would be great to get some hints here[详细]

    2022-12-16 13:29 分类:问答
  • Converting dllimport from vb6 to c# 3.5

    I have some code in VB6 which imports a function from a dll, it uses the byVal and byRef keywords, I want to convert that code into C# 3.5.[详细]

    2022-12-15 15:07 分类:问答
  • Porting CDate(long) from VB6 to C#

    I have been tasked with converting an old VB6 program to to C#. One function I have been having trouble porting over is the calculatio开发者_运维技巧n of a birthdate from a filed that was read from a[详细]

    2022-12-14 05:02 分类:问答
  • VB6 convert to VB.net Variant question

    I have been tasked to convert out VB6 program to VB.NET. In my research online everyone seems to say I need to go through my code and get rid of any Variants I have. I 开发者_运维技巧have had pretty g[详细]

    2022-12-13 06:18 分类:问答
  • Converting C (not C++) to C#

    I have some old C 32 Bit DLLs that are using Oracle\'s Pro C precompiler library (proc.exe) to expose a hundred or so sproc/func calls to an even older VB6 GUI which references these functions through[详细]

    2022-12-11 21:27 分类:问答
  • VB6 Migration Advice [closed]

    Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_开发知识库[详细]

    2022-12-11 08:48 分类:问答
  • Subsonic and the VB.net 2005 interop toolkit

    I have an application I am converting over from vb6 to vb.net 2.0/3.5. Using Subsonic 2.2 and the vb.net Interop Toolkit 2005. Cannot seem to get the .net form using subsonic to work inside the intero[详细]

    2022-12-10 20:37 分类:问答
  • Marshalling and converting VB6 code to .NET

    I am having trouble converting some code from VB6 to VB.NET (I don\'t have as much experience with .NET). When I run the \'Select function (from the WS2_32.dll library) in .NET, using the same paramet[详细]

    2022-12-10 12:21 分类:问答