Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: JL327
  • Order by date
  1. JL327

    VB.NET to C# late binding problem

    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)...
  2. JL327

    late binding with multiple return arrays

    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...

Part and Inventory Search

Back
Top