VB6
Problem with calling a managed DLL from VB 6 code
I have ported VB6 code to VB.Net using the Visual Studio 2008 conversion wizard. The ported code compiles correctly.[详细]
2023-03-29 14:11 分类:问答Error 424 For VB6 Product on Windows 7, Not XP
I created a Visual Basic 6 application that runs without a hitch on my Windows XP machine, though every time I try it on my Windows 7 machine, I receive a 424 (object required) error.[详细]
2023-03-29 14:03 分类:问答Frame Extraction and Insertion in a Video file (.avi and .mpg) in VB6
We have a software developed in VB6. This software automates Photoshop to achieve quick single click image corrections.[详细]
2023-03-29 05:34 分类:问答How to automatically run a VB6 compiled software as Administrator and in Compatibility mode
We have an ERP application which is built in VB6 and it was running just fine till a few of our customer upgraded all their systems to Win7.[详细]
2023-03-28 21:25 分类:问答Why c# winform is not shown when called from vbscript
i\'ve wrote a API in C# which will be used in vb6 & vbscript and assume my API details is as below:[详细]
2023-03-28 21:21 分类:问答how to create a clean and scalable NSIS installer implementation out of a VB6 project?
I am updating my installer from using the VB6 packaging & deployment Wizard to the NSIS installer.[详细]
2023-03-28 19:22 分类:问答VB4 app, Jet 3.0
I\'ve got an old VB4 app I want to look at to convert/re-write into something maintainable. I have the source, but of course, nothing to compile it with, and VS2010 doesn\'t 开发者_如何学Golike the v[详细]
2023-03-28 10:58 分类:问答Where are global variables of a DLL stored in memory?
Suppose you have a VB6 app which uses a C++ DLL. They share the same memory (you can use pointers from one in the other). The DLL is declared in the VB6 app with Public Declare Function ... Li开发者_S[详细]
2023-03-28 09:01 分类:问答Passing an object from VBA to VB
I work with an accounting package that supports VBA.When the accounting system runs a VBA macro it passes a \'Session\' object that includes signon information that can be used to access other parts o[详细]
2023-03-28 07:15 分类:问答Read and Write to Window Registry in window xp and 7
I\'d like to read and write window registry in window xp and 7 by using vb6. I\'m not much strong in vb6. I tried this below[详细]
2023-03-28 04:40 分类:问答