A Win32 C++ GUI Program That Cannot Be Screen Captured

A very simple Win32 C++ program that displays a window that cannot be captured (the captured part will turn black). The core is the Win32 API <span>SetWindowDisplayAffinity</span>, and the other part is just a Hello World. Compilation method: Use MinGW-w64 (MSYS2) to compile, the command is<span>g++ -municode -mwindows -O2 protected.cpp -o protected.exe</span> The source code … Read more

Splitting Word Document Chapters into PDF Files Using Python+Pywin32

Splitting Word Document Chapters into PDF Files Using Python+Pywin32

Recommended Python Series Textbook by Teacher Dong Fuguo (Over 220 prints) First Class of the Semester: Don’t Ask Teachers Python Questions Like This 3000 Python Exercises Free Online Practice “Python House” Quick Reference Table for 1400 Historical Articles Compilation of Teaching PPTs and Question Banks by Teacher Dong Fuguo ==============Recommended Textbook: Dong Fuguo, Python Programming … Read more