how to create a file input button in microsoft visual c ++ ?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
how to create buttons to input txt file and pdf files in microsoft visual c ++ ?
-
how to create buttons to input txt file and pdf files in microsoft visual c ++ ?
Well I would start with a Windows (Win32 or MFC) application with some buttons and views on the UI, and some code behind to read the files. See theForger's Win32 API Tutorial[^] and Win32 Programming - FunctionX[^] for lots of sample code.