You had the option. You could create a fullblown mfc application (in a couple of variants such as single document, multiple document and dialog based), but also a barebones plain winapi one. And a for a DLL too. I miss those simpler times of winapi coding, i found it fun. I moved away from windows as an OS around the time .Net 2.0 was released. Now when I look at modern windows development, I recognise absolutely NOTHING lol. Does winapi even exist still under all those layers?
- 0 Posts
- 3 Comments
Joined 1 year ago
Cake day: January 30th, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
It was actually quite simple from what i remember. There was a plain winapi call to control multimedia devices, the mmc api. You could send a control string to the device, such as eject, play or seek. So in maybe 4 lines of C code, this could be written.
Disclaimer: All info from the top of my head based on knowledge from 20 years ago, so take it as it is.
On the other hand, the CLIt is something he’ll never get to master.