I want to migrate an application from VB6.0 to VB.net. I migrate it myself and get an error on this two lines. The error says \"ExecWB is not a member of System.Windows.Forms.WebBrowse开发者_如何学Cr\
In a C++ DLL which is used from a legacy VB6 program, I use the CURRENCY data type to return some large values.
I have 3 .vbp projects that are part of a group. I am able to make dll of 3 and 2 and when I wanted to make the dll of 1.
I\'m maintaining an application written in Microsoft Access with VBA. I\'m glancing over my code and have just noticed I have subconsciously been concatenating strings together with the plus (+) symb
I\'m trying to replacenative x86 asm to C++ code so I can make a emulator. I got this If ereg(ASM, \"PUSH ([A-F0-9\\s]+)\", False) Then
I have a VB6 Active DLL that I\'m trying to call from C#. I\'ve converted it using tblimp and imported it into VS 2010.
Does the DATEVALUE() function produce different results for different collations in SQL server.For example, if you have two SQL servers with different collations (one American and one English) and eac
Ok so I am trying to make a third person game in VB6 for a class project, and when the person collides with a Wall (shape) then they shouldnt move. But the problem is, when the person collides into th
I wrote a c#.net 4.0 application and I need to send data to a VB6 application. the VB6 can send and recive data via DDE, but I can\'t find any working and or understandable DDE protocol for my C# app.
In VB6 selecting a tool to add to a form then holding down shift while you clicked the locations you wanted would add multiple copies of that item instead of requiring you to re-select the tool you wa