Questions tagged [vb5]

Microsoft released Visual Basic version 5.0 (February 1997) exclusively for 32-bit versions of Windows.

Visual Basic is a third-generation event-driven programming language and integrated development environment (IDE) from Microsoft for its COM programming model first released in 1991. VB 5 was initially released in 1997.

Programmers who preferred to write 16-bit programs were able to import programs written in Visual Basic 4.0 to Visual Basic 5.0, and Visual Basic 5.0 programs can easily be converted with Visual Basic 4.0. Visual Basic 5.0 also introduced the ability to create custom user controls, as well as the ability to compile to native Windows executable code, speeding up calculation-intensive code execution. A free, downloadable Control Creation Edition was also released for creation of ActiveX controls. It was also used as an introductory form of Visual Basic: a regular .exe project could be created and run in the IDE, but not compiled.

http://en.wikipedia.org/wiki/Visual_Basic

48 questions
-1
votes
1 answer

I need Newtonsoft.Json 4.5.0.0 or a way to get Version 13.0.0.0 to work with RestSharp.Net2 for VB

I'm making a COM using VS2019 and Visual Basic. I'm very new to Visual Studio.Net The COM needs to be referenced in one of the VB5.dll's in a very large VB5 program. I've managed to get the .TLB from a test .Net program to register in a test VB5…
RichG
  • 1
  • 2
-1
votes
1 answer

Error in using winsock in VS2010 : The variable 'Winsock2' is either undeclared or was never assigned

I recently migrated the code on visual studio 2005(x64) to visual studio 2010(x86) (Both on .Net 2.0 framework). I get this error at winsock declaration : Public Winsock2 As AxMSWinsockLib.AxWinsock Call Stack Error : The variable 'Winsock2' is…
-3
votes
1 answer

Convert an unknown database file from a windows software into a MySqli Database

I have installed a software in my system and I have a lot of data from client in it. All the files which are inside DB folder of this software are with extensions for each individual party. I want to to use these files to get converted to a MySqli…
user10941338
1 2 3
4