Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to implement a user defined type in VFP
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00726790
Message ID:
00726792
Views:
14
See Re: Type structure declaration in VFP Message #704321.

>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
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform