
from VB file number to VC file handle
Hmmm .... as far as I know, there is no way to obtain the real file handle
from a VB file number. Your alternative is to use the APIs to open and read
the file, which would use a "real" file handle.
There may, however, also be other issues with two applications accessing the
same file, even if the handle was known.
--
Randy Birch
MVP Visual Basic
Take the vb.net poll at:
http://www.mvps.org/vbnet/
http://www.mvps.org/ccrp/
Please respond only to the newsgroups so all can benefit.
: 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