Visual Basic 6.0 (VB6) was the final COM-based version of the VB programming language and IDE, last updated in 2004.
I am trying to consume a web service in VB6. The service - which I control - currently can return …
web-services json vba serialization vb6In my code, I have declared these variables: Dim Field_Name, Datatype, row As Integer Then, inside a For loop, …
vba excel vb6 excel-2013How do I test if optional arguments are supplied or not? -- in VB6 / VBA Function func (Optional ByRef arg …
vba function vb6 arguments optional-argumentsExample code: Dim a As String a = 1234,5678,9123 I want to add literal double quotes to the variable a Expected Output: …
vb6 double-quotesNeed 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-packI try to add Microsoft Rich Textbox Control 6.0 (SP6) control via Project -> Components... in VB6 IDE. The control …
vb6 ide richtextbox ocxI'm trying to run a legacy VB6 application on my desktop (it doesn't have a user interface, being a command-line …
com vb6Exact duplicate: Best strategy for moving applications from VB6 to VB.Net Exact duplicate: Conversion tool comparisons for VB6 can …
vb.net vb6 vb6-migrationhow do I express the term if x is integer in VBA language ? I want to write a code that …
vba vb6