Yahoo Clever wird am 4. Mai 2021 (Eastern Time, Zeitzone US-Ostküste) eingestellt. Ab dem 20. April 2021 (Eastern Time) ist die Website von Yahoo Clever nur noch im reinen Lesemodus verfügbar. Andere Yahoo Produkte oder Dienste oder Ihr Yahoo Account sind von diesen Änderungen nicht betroffen. Auf dieser Hilfeseite finden Sie weitere Informationen zur Einstellung von Yahoo Clever und dazu, wie Sie Ihre Daten herunterladen.
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 Antwort
- Anonymvor 10 Jahren
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
Quelle(n): http://www.woodger.ca/vbsamp.htm http://www.microsoft.com/downloads/en/confirmation... www.youtube.com/watch?v=6enJdcRC1dk