This is so incredibly easy that it scares me.
I'm using WinBlitz3d to do my new GUI for APE.
I decided that the program looked a tad ugly as it was, so I thought to add windows XP themesupport. I googled it, and almost lost hope thinking it's a C thing. Incredibly, it's probably the easiest feature I've ever added to a program. I didn't even have to touch an IDE!
First, read this article:
http://www.developer.com/net/vb/article.php/3101831
Now, you don't have to follow the import resource, etc. steps in there (obviously Blitz3d doesn't have those feature anyway)
Just compile, and then create the myProgram.exe.manifest file, and run :D
All I can say is... Wow.

There seems to be some glitching around the Edit button (my only button so far), but hey -- something so easy to setup deserves my time :D
I think it's because I haven't yet checked out this flatStyle property.
I haven't tested this with BlitzPlus because I don't own it, but it works without a doubt. (If it doesn't support XP themes already)
I'm using WinBlitz3d to do my new GUI for APE.
I decided that the program looked a tad ugly as it was, so I thought to add windows XP themesupport. I googled it, and almost lost hope thinking it's a C thing. Incredibly, it's probably the easiest feature I've ever added to a program. I didn't even have to touch an IDE!
First, read this article:
http://www.developer.com/net/vb/article.php/3101831
Now, you don't have to follow the import resource, etc. steps in there (obviously Blitz3d doesn't have those feature anyway)
Just compile, and then create the myProgram.exe.manifest file, and run :D
All I can say is... Wow.

There seems to be some glitching around the Edit button (my only button so far), but hey -- something so easy to setup deserves my time :D
I think it's because I haven't yet checked out this flatStyle property.
I haven't tested this with BlitzPlus because I don't own it, but it works without a doubt. (If it doesn't support XP themes already)