Glass Effect using rtaGlassEffectsLib.dll 10-20-2015, 03:20 PM
#1
Hello people
here is a quick tutorial to make your form C00L 
first step is easy , make your form and add your tools , it would be awesome if you add a .png to a picturebox
like this :
![[Image: image.png]](http://s24.postimg.org/48ww94whf/image.png)
Second , you need to add " rtaGlassEffectsLib.dll " to your References
like this :
go to properties , then references , the click add , then browse
![[Image: image.jpg]](http://s24.postimg.org/qwc5fac1g/image.jpg)
select the rtaGlassEffectsLib.dll file and click add
![[Image: image.jpg]](http://s24.postimg.org/h49h9n14k/image.jpg)
then double click on your form and add this code to Form Load
![[Image: image.jpg]](http://s24.postimg.org/7d7k5xd9w/image.jpg)
then debug and see how it looks
![[Image: image.jpg]](http://s24.postimg.org/624eb771w/image.jpg)
![[Image: image.png]](http://s24.postimg.org/dyovjfiid/image.png)
Download : rtaGlassEffectsLib.dll
here is a quick tutorial to make your form C00L 
first step is easy , make your form and add your tools , it would be awesome if you add a .png to a picturebox
like this :
![[Image: image.png]](http://s24.postimg.org/48ww94whf/image.png)
Second , you need to add " rtaGlassEffectsLib.dll " to your References
like this :
go to properties , then references , the click add , then browse
![[Image: image.jpg]](http://s24.postimg.org/qwc5fac1g/image.jpg)
select the rtaGlassEffectsLib.dll file and click add
![[Image: image.jpg]](http://s24.postimg.org/h49h9n14k/image.jpg)
then double click on your form and add this code to Form Load
![[Image: image.jpg]](http://s24.postimg.org/7d7k5xd9w/image.jpg)
Code:
Dim Mani As New rtaGlassEffectsLib.rtaGlassEffect
Mani.TopBarSize = 300
Mani.ShowEffect(Me)
Mani.BottomBarSize = 0
Mani.LeftBarSize = 0
Mani.UseHandCursorOnTitle = False
Mani.ShowEffect(Me, PictureBox1)then debug and see how it looks
![[Image: image.jpg]](http://s24.postimg.org/624eb771w/image.jpg)
![[Image: image.png]](http://s24.postimg.org/dyovjfiid/image.png)
Download : rtaGlassEffectsLib.dll


![[+]](https://sinister.li/images/modern/collapse_collapsed.png)



















![[Image: FtldOIW.png]](http://i.imgur.com/FtldOIW.png)