Forbidden field names. Since we the imm. above search program searches for certain data in a certain field, you can't use the same variable name again for other future programs. - commitmentDateTextBox
Template Form (code in text format) I think there is an error in this somewhere. I think the error is that the last file saved to, doesn't clear when you load another project (and/or reset it) and there's a risk that you may save over a previously loaded project with a later save
Template Form (VS project)
Template Form 2.0 (VS project) I think the aforementioned error is fixed
I believe same as immediately above, but with no up/down buttons
Might need to rename to "Template Form" or "TemplateForm2.0"
       
Document Namer (application)    
Approval Reviewer (application)     Approval Reviewer (Visual Project)
Reading Contents of files in sub folders in directory (text file)        
Searches through sub folders
(zip folder - likely need to rename to "WindowsFormsApp1.zip")
Textfile
Date searcher
(zip folder - likely need to rename to "WindowsFormsApp1.zip")

Previous version was supposed
to search through sub folders
but doesn't do a very good job.
Also, I found it could only search for
dates where the date didn't exceed a certain point ie.
for some reason it wouldn't search 2023-09-20
but would search 2023-09-10
so I made this one specific to searching only dates.
Textfile
C# Tips
Program that searches for dates that are in a textbox named "commitmentDateTextBox"
Note: Might need to rename to WindowsFormsApp1
Note: Make sure to assign it to the appropriate folder/subfolder that you want to search (near top of code)


THINGS TO FIX: Have textbox auto populate with today's date. And, it only loads one file name per date. It would be nice to see all files due on a certain date, at once.
Code (in text form) for search program (imm. left)
Application that shows pertinent proposed mortgage details (might need to remove spaces in zip file name)