Skip to content

cepthomas/WordPad11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordPad11

Good old WordPad brought into the 21st century. MS quietly removed the executable from Win11 24H2 but
handed over the keys as MIT licensed open source. There are several re-interpretations of this tool - search github for them if interested.

Main aspects and changes from the original:

Tech Notes

  • Build it yourself using VS 2022+ with the C++ (+ MFC) workload.
  • The project baseline is a copy (not fork) of WordPad OG.
  • If you want all the original registry stuff back, uncomment _REGISTER_APP in framework.h.
  • Historical cruft addressed:
    • Splash gone, replaced with about - includes license.
    • Removed support for Word6 and Write files.
    • Reorganize convoluted includes.
    • Remove string and resource clutter.
    • Simplify doc type management.
    • General code cleanup. Too many cooks in this broth. Still a lot of entangled objects.

About

Good old WordPad brought into the 21st century.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors