Hi > Visual C++ 6.0 > > If I have a large CStdioFile that I am reading, line by line, with CStdioFile::ReadString, what's a > quick way to know how much percent complete I am in the read operation? This is for a > CProgressCtrl so approximate is ok.
Do you know how many lines you're reading upfront? Regards Paul Paul Grenyer email: [EMAIL PROTECTED] web: http://www.paulgrenyer.co.uk PG: Contains mild violence and peril. _______________________________________________ msvc mailing list [EMAIL PROTECTED] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
