Question Create window without forms.

MikeyJY

Member
Joined
Sep 19, 2021
Messages
11
Programming Experience
5-10
Is it possible to create a window, without using the using forms namespace? And without UWP or WPF, etc.
 
Yes. PInvoke.
 
Call the Win32 API CreateWindowExW() using PInvoke.




 
Back
Top Bottom