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 IamaSherpa 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: *

  • Users: max23
  • Order by date
  1. max23

    flash player versions?

    Flash CS3 is the best ______________________________________________________ Diseño web Málaga Diseño web
  2. max23

    Converting AnsiString to char

    The following working code is used to delete the contents of the c:\temp directory. char *File = "C:\\temp\\*.???\0"; SHFILEOPSTRUCT op; ZeroMemory(&op, sizeof(op)); op.hwnd = Handle; op.wFunc = FO_DELETE; op.pFrom = File; op.fFlags=FOF_NOCONFIRMATION; SHFileOperation( &op); I...

Part and Inventory Search

Back
Top