Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in vb6

Is it possible that C# has problems calling VB6 methods that have optional parameters?

c# interface com vb6 typelib

COM class visibility: C# to VB6

Fastest way to destroy a tree structure in VB6

vb6

Registering a .NET dll for use in VB6 application

.net com vb6 regasm

VB6 and .PFX Code Signing

vb6 signing pfx

VB6: I Can't Figure Out Why This Code Works

vb6

Get around 64k limit in Visual Basic 6

vb6

Why is an event firing during compilation of a VB6 app?

events vb6 compiler-errors

Flags in VB6 does not return a correct value

vb6 enums bitflags

How do I reference a class from an EXE project?

vb6

Regex in VB6?

regex vb6

Properly disposing C# objects when created via COM Interop

c# vb6 com-interop dispose

How to read and write interoperable strings to a binary file between .NET and vb6

c# vb6

Create VB6 application using a class in a DLL, then swap out that DLL after build?

vb.net vb6 com-interop

Break in Class Module vs. Break on Unhandled Errors (VB6 Error Trapping, Options Setting in IDE)

IsNull in VB6 and VB.net

vb.net vb6 migration isnull

Running VB6 applications without having installed VB6

vb6 installation

Calling vb6 dlls from c#

c# vb6 interop

get GuiApplication of running Sap logon vb6 to c#

c# vb6 sap

Is it possible to implement a Nullable Type like NullableOfInteger in VB6

vb6 nullable