In VB.Net this late binding works fine
Dim Version As Integer
Dim Revision As Integer
Dim Wnum As Integer
Dim o As System.Array = System.Array.CreateInstance(GetType(Single), 1)
Dim h As System.Array = System.Array.CreateInstance(GetType(Single), 1)...
I have the following ActiveX Executable written in VB6
' Sub GetPrices(WNum As Long, OpenPrices() As Single, HighPrices() As Single,
' LowPrices() As Single, ClosePrices() As Single, Volumes() As Long, Dates() As
' Long, NumberOfPricesToGet As Long)
' Fills provided arrays with stock history...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.