This is an academic project to learn more about low level language assembly, I developped a GUI program for browsing a folder and its subfolders. Both programs use the WIN32 API.
You can see a screenshot of the MASM program in action:
Compile the program using the Makefile
:
make
You may now execute the program.
Execute the make.bat
file (you may need to modify the line pointing to the masm compiler folder).
You may now execute the program.
-
Separate the process thread from the main one, important folders freeze the GUI interface (C program)
-
Add a browser folder selection (MASM program)