User Profile

Collapse

Profile Sidebar

Collapse
petro
petro
Last Activity: Sep 10 '09, 10:44 AM
Joined: Sep 9 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Hello
    Declarations's module updated based on difference between vb6 and vb2008
    Code:
    Module Module1
        Declare Function pl1000OpenUnit Lib "pl1000.dll" (ByRef handle As Short) As Integer
        Declare Function pl1000CloseUnit Lib "pl1000.dll" (ByRef handle As Short) As Integer
        Declare Function pl1000GetUnitInfo Lib "pl1000.dll" (ByRef handle As Short, ByVal S As String, ByVal
    ...
    See more | Go to post

    Leave a comment:


  • more info:

    That code works fine in Vb6 too
    There are some differences i dont know VBA Excel/Vb6 Vs VB2008
    See more | Go to post

    Leave a comment:


  • petro
    started a topic Export code from Excel 2003 to VB 2008

    Export code from Excel 2003 to VB 2008

    Hello,

    I have some trouble to export this code which works fine to VB 2008
    This code is intented to work with datalogger.
    Code:
    Declare Function pl1000CloseUnit Lib "pl1000.dll" (ByVal handle As Integer) As Long
    Declare Function pl1000GetUnitInfo Lib "pl1000.dll" (ByVal handle As Integer, ByVal S As String, ByVal lth As Integer, ByRef requiredSize As Integer, ByVal info As Integer) As
    ...
    See more | Go to post
No activity results to display
Show More
Working...