.net - what is User32.dll and How it is used in WPF? -
as title describes, trying find out user32.dll , where/how used in wpf , windows forms?
user32.dll contains of core windows api, including native windows , controls, , lots of other things.
winforms uses create forms , controls.
wpf uses create window
s, draws on windows using directx.
Comments
Post a Comment