Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems using CopyHere...
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00354242
Message ID:
00354404
Views:
12
>>I finally found this VB code in MSDN:
>>Public Const FOF_SIMPLEPROGRESS As Long = &H100
>>
>>What's the VFP equivalent?

>#DEFINE FOF_SIMPLEPROGRESS = 0x0100

I was receiving a "Missing operand" error with the code above, but I realized it should be:

#DEFINE FOF_SIMPLEPROGRESS 0x0100

Thanks
Previous
Reply
Map
View

Click here to load this message in the networking platform