2 ms·
> (though the "about notepad" dialog shows the windows 11 version for some reason??) It's because the program just calls a Windows API to display the version d
by leduyquang753 8mo ago
> (though the "about notepad" dialog shows the windows 11 version for some reason??)
It's because the program just calls a Windows API to display the version dialog of Windows itself.
- josh3736 8mo agoSpecifically, ShellAbout: https://learn.microsoft.com/en-us/windows/win32/api/shellapi/nf-shellapi-shellabouta https://learn.microsoft.com/en-us/windows/win32/api/shellapi...