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
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
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.
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
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
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
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_开发知识库
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
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