are there any tutorials, or, is there simple code to be used to control Aeroglass in VB.NET? I would like to know how to play with various effects and, if possible, how to do the Aeroglass effects done in Paint.NET 3.5. (The inside of the topbar is not straight.
Asked
Active
Viewed 1,148 times
1 Answers
3
You need to call the DWM API functions, which are described in this article, using P/Invoke.
For an example, see here

SLaks
- 868,454
- 176
- 1,908
- 1,964
-
Thanks! How do I change black to another color, based on that tutorial? – Moshe Dec 13 '09 at 19:11