VB6
webBrowser failure. Migration VB6 to VB.Net. ExecWB and QueryStatusMethod failure
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\[详细]
2023-04-13 08:25 分类:问答How to correctly set CURRENCY value in C++
In a C++ DLL which is used from a legacy VB6 program, I use the CURRENCY data type to return some large values.[详细]
2023-04-12 20:56 分类:问答Project references keep reverting
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.[详细]
2023-04-12 08:59 分类:问答Concatenating strings in VBA
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[详细]
2023-04-12 08:52 分类:问答Visual Basic 6 Regular Expression [Hexadecimal] failing to replace properly
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[详细]
2023-04-12 04:33 分类:问答Why does my call to a VB6 ActiveX DLL from C# app fail with "No such interface supported"?
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.[详细]
2023-04-12 02:00 分类:问答DATEVALUE() function in VB6 and SQL Collations
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[详细]
2023-04-11 23:09 分类:问答Difficulties with wall collisions in a 3rd person game VB6
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[详细]
2023-04-11 21:34 分类:问答c# app communicate with vb6 app
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.[详细]
2023-04-11 20:34 分类:问答Missing VB6's shift-click adding of toolbox items in Visual Studio 2010
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[详细]
2023-04-11 18:03 分类:问答