I need to get certain libraries imported in a program in Visual Basic .net Code to a VB6 Project (please do not ask why... ;))
Is there a way to import these libraries or equivalents to a VB6 Project ?
Imports System.Net.Sockets
Imports System.Threading
Imports System
Imports System.IO
I am unfamiliar with both languages.