|
-
Nov 29th, 1999, 01:14 AM
#1
Thread Starter
Addicted Member
I pulled this statement off of a web site and am trying to get it to work in my code. I am running VB4. I don't know what I am doing wrong. I have tried changing public to private, etc but no luck.
Public ENUM FO_Functions
FO_MOVE = &H1
FO_COPY = &H2
FO_DELETE = &H3
FO_RENAME = &H4
End ENUM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|