954,517 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Glass form in VB.NET

How do you make a glass form in VB.NET? Like the vista/win7 effect, but extended into the form. I saw a tutorial for C#, but can't find one for VB.NET

bigtreeworld
Newbie Poster
20 posts since May 2009
Reputation Points: 10
Solved Threads: 0
 
I saw a tutorial for C#


In a web site? Could you please post a link to the tutorial.

Teme64
Veteran Poster
1,031 posts since Aug 2008
Reputation Points: 218
Solved Threads: 203
 
In a web site? Could you please post a link to the tutorial.

http://msdn.microsoft.com/en-us/library/ms748975.aspx

bigtreeworld
Newbie Poster
20 posts since May 2009
Reputation Points: 10
Solved Threads: 0
 

That was for Vista glass frame with WPF. I thought that if it would not have been dependent on Vista (and WPF), you could have tried to convert C# code to VB.NET. Either with .NET code converter or manually.

You could probably make a "Vista glass frame form" by yourself. At least Form control has Opacity property. I needed once themes and skins for forms and used Adding custom skins for Forms in VB.Net as a starting point. It does use Panel control which may not support opacity, but if you find a suitable control for custom form's caption bar, you could make a similar form to what you have in Vista.

Teme64
Veteran Poster
1,031 posts since Aug 2008
Reputation Points: 218
Solved Threads: 203
 

Hm.... thanks. I did try to convert the code, but it didn't work. I'll try the form skinner and get back to you.

bigtreeworld
Newbie Poster
20 posts since May 2009
Reputation Points: 10
Solved Threads: 0
 

lol

>X<
Newbie Poster
1 post since May 2010
Reputation Points: 10
Solved Threads: 0
 

Hi , if you are using windows vista or 7 , you should try glass effect extender By Ragheed Al-Tayeb at the codeproject , here is the link http://www.codeproject.com/KB/dialog/rtaGlassEffectLib.aspx .
Note : if you don't get your form glass , add the "glassing" code to a timer.

TheDevelopper
Newbie Poster
1 post since Jul 2010
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You