Closed DeafMan1983 closed 10 months ago
https://source.terrafx.dev/#TerraFX.Interop.Windows/Windows/um/WinUser/WS.cs,2a967835d0145f41
Simply, WS.WS_OVERLAPPEDWINDOW
. If you using static TerraFX.Interop.Windows.WS;
then you can access it simply as WS_OVERLAPPEDWINDOW
Check I have missed WC as WS that's why I have replaced it and I have problem with opening window. But why does window not show up if I already I tested on Windows 10 .
You don't have anything running the actual message loop (typically a loop which calls getmessage/peekmessage, translate message, and dispatch message until WM_QUIT is received)
Oh I see. Sorry I am beginner for WinAPI :/ I need move to Discussion
And where is struct or class with COLOR_WINDOW
?
Thanks!
Hello,
I searched
WS_OVERLAPPEDWINDOW
in TerraFX.Interop.Windows but I can't find ....But I have error-underline:
Where do I find
WS_OVERLAPPEDWINDOW
?Sorry I missed "S" indeed "WC" => "WS" Thanks!
Hmmmm Window can't show up? How do I fix if Window is still showing?