VB5 and VB6 are able to build true Win32 native code executables by using what is essentially the Visual C++ compiler and linker. These build tools are a part of every VB 5 and VB 6 installation* and are as full featured as those found in Visual C++. However, the Visual Basic user interface provides access to only a subset of the capabilities found in this extremely powerful build system. For example, function exports and console subsytem applications can be built using the tools that ship with VB 5 and 6, but VB does not provide you with a way to access these features. The features are not missing, you just aren't given a way to access them..
vbAdvance gives you this access. On a per-project basis, you are able to access and configure these powerful build settings, as well as a host of other IDE convenience features. The result is that a range of capabilities that were previously unavailable are now made available to VB developers.
Download the latest vbAdvance
Visit Homepage to read more details
Previous Post
How to make flexible and efficient memory access
How to make flexible and efficient memory access
Related Posts
VB6.0 Sample: MSComm Control TechniquesNewVBTerm.exe is a sample that demonstrates various MSComm control techniques that includ
VB 2005 Power Packs 2.0# A new set of Line and Shape controls# Updated Version of PrintForm component# Updates o
Registering/Unregistering ControlsMost programmers only know about how to registering controls without knowing how to Unreg
Registered DLL which are not availableWhen a control is registered, it makes an entry in the TypeLib section of the registry in
VB6.0 OLEAUT32.DLL Security UpdateA security issue has been identified that could allow an attacker to compromise a compute
Create a Standard Windows DLL in VBIt is generally said that a "standard" DLL with exported functions cannot be made in VB.