Answer the question
In order to leave comments, you need to log in
How to create a new object in Visual basic 6.0?
There is a code:
Public Sub Tick()
...
For Each Link In NLinks
Dim NextP As New NPackets
...
Answer the question
In order to leave comments, you need to log in
vb6 is still alive? :)
From memory:
Dim NextP As NPackets
...
For Each Link In NLinks
set NextP = New Npackets
...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question