How can I design the Tittle bar in Windows form Like the picture you see
Unfortunately the only link I found to solve this problem,It is written with the vb and And that it does not work in Windows 10
Similar to Windows 8, the brand new Windows 10 comes with a secret hidden Aero Lite theme, which can be enabled with just a simple text file. It changes
winaero.com
All the VB code there just calls the underlying Win32 API to talk to the DWM. There's nothing inherently VB specific that would prevent you from doing the same in C#.
On closer look, apparently the code in the article is VB.NET. C# and VB.NET both compile down to the same IL, which is then compiled into native assembly by the framework.
If you read the article, you would have seen that there is program that does these steps to enable Aero Lite, so the answer is yes, it can be done by programming.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.