Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to implement a user defined type in VFP
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How to implement a user defined type in VFP
Miscellaneous
Thread ID:
00726790
Message ID:
00726790
Views:
40
Public Type RASDIALPARAMS
dwSize As Long
szEntryName(RAS_MaxEntryName) As Byte
szPhoneNumber(RAS_MaxPhoneNumber) As Byte
szCallbackNumber(RAS_MaxCallbackNumber) As Byte
szUserName(UNLEN) As Byte
szPassword(PWLEN) As Byte
szDomain(DNLEN) As Byte
End Type

How will i define the above code of VB to vfp7
Next
Reply
Map
View

Click here to load this message in the networking platform