file open
C / C++ / MFC
5
Posts
2
Posters
0
Views
1
Watching
-
hi... My file Location is "D:\paul.txt i have a button. if i click the button , aove file should be open. how can i open? can anybody help me? thank you.
paulraj
-
Do u want it to be open in the notepad editor or wanna get its handle?
Come online at:- jubinc@skype
-
Then u can do the following:-
1. Use fopen(): It is a CRT function. 2. Use CreateFile (): It is a Win32 API
Come online at:- jubinc@skype