Mark, > ie i need to grab lines 15,000-15,213 of a file and display them to the user.
Look up CreateFileMapping and related functions in MSDN. Alternately, you can use standard file I/O and discard all buffers up until the byte offset at which you want to begin reading in earnest. -Sandy Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Please visit the Knowledge Base for answers to frequently asked questions: http://www.ipswitch.com/support/IMail/
