#i just want to know how the gui is created from low level? If possible i want to create.
12 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
https://learn.microsoft.com/en-us/windows/win32/api/
All topics under User Interface and desktop + Graphics and gaming
Window (and Windowing Messages/Communication)
https://learn.microsoft.com/en-us/windows/win32/api/_winmsg/
Example: creating a basic main window
https://learn.microsoft.com/en-us/windows/win32/winmsg/using-windows
One great and "maybe complex" project using 100% Win32 API is Rainmeter.
Co-relation between button and its binded function, along with visuality?
I mean, how to click button of a application running in the background?
"Message"
This question thread is being automatically closed. If your question is not answered feel free to bump the post or re-ask. Take a look at !howto ask for tips on improving your question.
I just want to know what exactly is a form/gui, is it an array?
no
Its way more complex than a single array
And there are various types of gui implementation
But yeah it cant just be an array because you need dynamic changes. It might use an array somewhere but then again most programs do so thats not particularly useful to think about
This question thread is being automatically closed. If your question is not answered feel free to bump the post or re-ask. Take a look at !howto ask for tips on improving your question.