Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. CheeseCrusader

    newbie question concerning file I/O in MFC

    alright, palbano, those are good points. guess I get too excited about using CString everywhere. I actually found a method recently that works with those CInternetFile's, in this thread in a different forum...
  2. CheeseCrusader

    newbie question concerning file I/O in MFC

    sorry if I wasn't being specific enough. oddly enough there was no error *message*. the program compiles, but terminates w/o any explanation when the below function is called. commenting out the Read statement fixes that problem, but I need to read the data! also the fileLen variable equals...
  3. CheeseCrusader

    newbie question concerning file I/O in MFC

    hi, I'm trying to save a file to disk using CStdioFile class, and I can't seem to figure out how to make it work. the data I want to save is actually in a CInternetFile* returned by the OpenUrl method of CInternetSession, but when I tried any of the methods such as Read() or GetLength()...

Part and Inventory Search

Back
Top