I try to do some gui programming in D using the WinAPI. My problem is that buttons look ugly as in the question another user asked. In order to solve that I want to embed a manifest into my D application. As soon as I can include resources into my executable, I should also be able to add a manifest by hand according to this Microsoft documentation.
So my question is: How can I include a resource into my D application on Visual Studio? Is it even possible to do that? If not, are there any other ways to make buttons look nice?