Y
Hacker News
new
|
ask
|
show
|
jobs
by
leduyquang753
125 days 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.
1 comments
josh3736
125 days ago
Specifically, ShellAbout:
https://learn.microsoft.com/en-us/windows/win32/api/shellapi...
link