Post: Visual Studio Aero Theme For Forms
05-25-2011, 08:31 PM #1
Correy
I'm the Original
(adsbygoogle = window.adsbygoogle || []).push({}); Visual Studio Aero Glass Theme.

i got bored and i hadn't coded for ages so i was looking around and i created this for C#
i've added a ready made fresh and clean form but also added a tutorial so it can be done manually.

Features
- Simple Coding For Form_Load
- Coded By Me in C#

Download : You must login or register to view this content.
Download :You must login or register to view this content.
Sorry it's only C#, if i get enough requests i'll make it competable for All types.

Add the .rtaGlass as a refrence.
- Right Click On Refrence
- Browse, Then Add.

Add on Form1_Load
    
AeroTheme();


Should look like this.
     private void Form1_Load(object sender, EventArgs e)
{
AeroTheme();
}


at the bottom or anywhre in the form1 coding add..
     private void AeroTheme()
{
rtaGlassEffectsLib.rtaGlassEffect glass = new rtaGlassEffectsLib.rtaGlassEffect();

// Effects and the Side Bars
glass.ShowEffect(this);
glass.TopBarSize = 40;
glass.BottomBarSize = 10;
glass.LeftBarSize = 10;
glass.RightBarSize = 10;
glass.ShowEffect(this, label1);
}


in the glass.ShowEffect(here) add the tools you want to make affect.e
e.g. like in the original coding i choose label1 which is a text.

when debugging the Final product should look something like this..

You must login or register to view this content.

You must login or register to view this content.


Hope you like it.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 2 users say thank you to Correy for this useful post:

Bang Tidy, Matt1511
05-25-2011, 08:38 PM #2
Matt1511
R.I.P. MVIEYRA</3
thanks for this bro!

The following user thanked Matt1511 for this useful post:

Correy
05-25-2011, 08:43 PM #3
Correy
I'm the Original
Originally posted by mvieyra View Post
thanks for this bro!


you're welcome bro, it make your programs look sexy as =D

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo