|
|
|
|
|
by pjmlp
240 days ago
|
|
Win32 is the native way, MFC and Windows Forms build on top Win32, UWP is also native as thin layer above Win32 and COM (with some extras). WPF is managed, only uses a bit of Win32 and DirectX 9, everything else is rendered by itself. |
|