News

Microsoft announced the public preview launch of Win32 app isolation, a new Windows 11 security feature designed to sandbox Windows desktop applications using the Win32 API. Recently announced during ...
I have a base object with a member:<BR><BR>static HPEN redPen; <BR><BR>then I have another member:<BR><BR>HPEN currentPen;<BR><BR>I also have some other colored pens that I initialize in my ...
It's 2020, and Microsoft is still juggling two very different APIs (application programming interfaces) in Windows 10. In one corner, you've got the old-school Win32 API and its decades-long legacy.
Hey all,<BR><BR> I'm trying to create a frontend for a Unix C application, and while I used to be fluent in Win32, I havn't used it since NT 4.0. Thus, if I'm missing something really obvious, please ...