Hi! I'm a newbie and wounder how to write/read to/from files...
Please help me....
Please help me....
Hi,
take a look into win32.hlp.
Search for:
CreateFileA,
ReadFile / WriteFile
CloseHandle.
Further API's are GetFileSize, SetFilePointer...
You can choose a filename via a dialog using
GetOpenFileName / GetSaveFileName.
I can write a source example, but is in my style without invoke statement ...
If you are interested give me a note.
TD
take a look into win32.hlp.
Search for:
CreateFileA,
ReadFile / WriteFile
CloseHandle.
Further API's are GetFileSize, SetFilePointer...
You can choose a filename via a dialog using
GetOpenFileName / GetSaveFileName.
I can write a source example, but is in my style without invoke statement ...
If you are interested give me a note.
TD
At the top of the forum there's a link to Iczillions tutorials (these are also included with the Masm32 package). File I/O tutorial can be found here, but be sure to read the others too!
You're faster!!!
Laughing, just to have the last word