C
C#2y ago
TheSnowOwl

I need directions.

i wish to learn and understand how to create and use a application window without using Winforms, WPF, or any existing tool that creates a window for you. meaning i want to write the code that initializes and tells windows to create the application window. however i have not been able to find any good sources as to how to go about this in C#. perhaps it cant be done in C#, i dont know. therefore ive come here to ask for directions.
2 Replies
ero
ero2y ago
why would you possibly want to do this? people have spent years of their lives working on UI frameworks, why wouldn't you want to use them?
TheSnowOwl
TheSnowOwl2y ago
cause i want to learn how to do it myself, im really curious how it works