3

I've been looking for ages for C++ examples for Aero Glass interfaces using just WinAPI (CreateWindow/CreateWindowEx) without ATL/WTL/MFC/etc.

I found someone linking to one somewhere on a forum but the link was dead and I couldn't find any others.

Any ideas where I can find one?

MichaelAttard
  • 33
  • 1
  • 3

2 Answers2

3

The samples on this MSDN article are not specific to any framework (except Windows)

Deanna
  • 23,876
  • 7
  • 71
  • 156