How to read file while it's opened as a file number in VB
How to read file while it's opened as a file number in VB
Author
Message
Shili #1 / 2
How to read file while it's opened as a file number in VB
Could you kindly help me to associate a VB file number to a VC file handle? I want to read a file that opened in VB as some file number from whithin VC DLL while the file is not closed in VB.
Thanks
Shilin
Wed, 25 Jun 2003 01:36:14 GMT
S #2 / 2
How to read file while it's opened as a file number in VB
set dwShareMode flag : FILE_SHARE_READ
Quote:
-----Original Message----- Could you kindly help me to associate a VB file number to a VC file handle? I want to read a file that opened in VB as some file number from whithin VC DLL while the file is not closed in VB.