Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
File Processing GUI Example?
Can anyone point me to a SIMPLE example of Windows code for performing a simple operation on an input file and outputting it to a new file? I have no problem doing the console version of this, but I want to make a GUI version that lets me use the Windows interface to select the input file and the output file. I'm using lcc-win32, but example code from Visual C++ would be instructive as well.
1 Answer
- Anonymous10 years ago
Here is a link to some helpful Visual C++ Source Code example downloads form Microsoft for its Visual C++ program.
Visual C++: http://www.microsoft.com/downloads/en/confirmation...
Here is some Visual Basic example code.
Code examples for visual basic: http://www.woodger.ca/vbsamp.htm
Youtube tutorial on how to make a GUI.
GUI Tutorial: www.youtube.com/watch?v=6enJdcRC1dk
Source(s): http://www.woodger.ca/vbsamp.htm http://www.microsoft.com/downloads/en/confirmation... www.youtube.com/watch?v=6enJdcRC1dk