Click here to Skip to main content
15,881,709 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear People:

We write a property management program in Visual Foxpro 7.0

I down loaded the code from Epson and they only have it in C, C++, Visual Basic and .NET.
VB
Public Type MF_BASE01
Rem:// Base Section
        iSize(1 To 4) As Byte
        iVersion(1 To 4) As Byte
        iRet(1 To 4) As Byte
        dwNotifyType(1 To 4) As Byte
        dwTimeout(1 To 4) As Byte
        uNotifyHandle(1 To 4) As Byte
        hProgressWnd(1 To 4) As Byte
        wErrorEject(1 To 2) As Byte
        bBuzzerHz(1 To MF_BUZZER_TYPE_MAX) As Byte
        bBuzzerCount(1 To MF_BUZZER_TYPE_MAX) As Byte
        bUseNVMemory As Byte
        cPortName(1 To 256) As Byte
        wSuccessEject(1 To 2) As Byte
End Type

I need to change the above VB code into a Visual Foxpro 7.0 Object.

HELPPPPP
Posted
Updated 4-Oct-10 11:13am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900