Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
ja das wär die Frage Dankeschön
DWORD lpNumberOfBytesRead; char string[100]; hFile= CreateFile("text1.txt", GENERIC_READ, 0, NULL, OPEN_ALWAYS, FILE_ATTRIBUTE_NORMAL, NULL); ReadFile(hFile, buffer, 500, &lpNumberOfBytesRead, NULL); CloseHandle( hFile);