dennisli518
New Member
- Joined
- Feb 10, 2006
- Messages
- 12
Good afternoon,
I have an old code running under 32 bit. But now my computer was updated to 64 bit.
When running the following code, I got a message to ask to update the code to 64 bit and mark them with PtrSafe attribute.
How can I change it?
Sincerely.
DL
[/'Private Declare Function SHBrowseForFolder Lib "Shell32.dll" (bBrowse As BrowseInfo) As Long]
I have an old code running under 32 bit. But now my computer was updated to 64 bit.
When running the following code, I got a message to ask to update the code to 64 bit and mark them with PtrSafe attribute.
How can I change it?
Sincerely.
DL
[/'Private Declare Function SHBrowseForFolder Lib "Shell32.dll" (bBrowse As BrowseInfo) As Long]