|
-
Nov 10th, 1999, 10:10 AM
#1
Thread Starter
New Member
OK, I know how to do this with 32-bit function calls, but there don't seem to be equivalent functions in the 16-bit DLLs...but there must be a way! I need to set a file's date/time stamp to a certain time. There is a specific reason that I MUST write this program using VB3, which means I can use only 16-bit function calls.
I don't want to set the computer's clock, write to the file, and set it back. That is clumsy and there has got to be a more elegant way! Can anyone help please?
-
Nov 10th, 1999, 05:42 PM
#2
New Member
Perhaps you could register older (16bit) dll (now replaced with 32bit dll) and make a use of it.
-
Nov 11th, 1999, 05:02 AM
#3
Thread Starter
New Member
The kernel32 function calls, SetFileTimeWrite and several of the others, are not in kernel 16-bit. What do I use?
-
Nov 12th, 1999, 06:46 AM
#4
Thread Starter
New Member
Please help! I am at my wit's end. I know that it is possible in 16-bit; WinZip for Windows 3.1 does it (it has to have a way to set the file date/time for files it extracts). ?
-
Nov 17th, 1999, 06:22 AM
#5
Thread Starter
New Member
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
|