Top "Vb6" questions

Visual Basic 6.0 (VB6) was the final COM-based version of the VB programming language and IDE, last updated in 2004.

Is There a JSON Parser for VB6 / VBA?

I am trying to consume a web service in VB6. The service - which I control - currently can return …

web-services json vba serialization vb6
VBA for Excel throws "Object variable or with block variable not set" when there is no Object

In my code, I have declared these variables: Dim Field_Name, Datatype, row As Integer Then, inside a For loop, …

vba excel vb6 excel-2013
How do I test if optional arguments are supplied or not?

How do I test if optional arguments are supplied or not? -- in VB6 / VBA Function func (Optional ByRef arg …

vba function vb6 arguments optional-arguments
How to add double quotes in a string literal

Example code: Dim a As String a = 1234,5678,9123 I want to add literal double quotes to the variable a Expected Output: …

vb6 double-quotes
How to install VB6 SP6 on Windows 8.1 x64?

Need to support some old projects directly in the newest OS, not in a virtual machine. I've installed VB6 from …

vb6 installation windows-8.1 windows64 service-pack
"Object library not registered" when adding Microsoft Rich Textbox Control 6.0 (SP6)

I try to add Microsoft Rich Textbox Control 6.0 (SP6) control via Project -> Components... in VB6 IDE. The control …

vb6 ide richtextbox ocx
Access-SQL: Inner Join with multiple tables

i have multiple tables in a database: tblOjt ID studentid courseid companyid addresseeid dateadded datestarted dateended ojthours 1 3 1 1 1 9/25/2013 500 tblStudent ID lastname …

sql ms-access vb6 ado
What does "Method '~' of object '~' failed" at runtime mean?

I'm trying to run a legacy VB6 application on my desktop (it doesn't have a user interface, being a command-line …

com vb6
VB6 to VB.net conversion

Exact duplicate: Best strategy for moving applications from VB6 to VB.Net Exact duplicate: Conversion tool comparisons for VB6 can …

vb.net vb6 vb6-migration
how do I express the term if x is integer in VBA language?

how do I express the term if x is integer in VBA language ? I want to write a code that …

vba vb6