Google Chrome Theme For VB.NET


So everyone loves the looks of Google Chrome and wonder why not in vb.net here is a theme that looks like chrome :)

first add a class

Google Chrome Theme For VB.NET
then add these codes inside the class



Google Chrome Theme For VB.NET

now debug the project and stop debugging and go ahead and check the toolbox TADA you will have new things
Google Chrome Theme For VB.NET

now add them to your form as you need :) here is how the form looks like with all the tools of it

Google Chrome Theme For VB.NET


have fun with the new theme

Credits:
Coded by Mavamaarten

10 comments

Very well, thanks UPT.info, +1 really like it!

Reply

Syntax Error ?
Line 307
Column 9

and many more I got 102 Errors

Reply

Could you please give me more details about this error? Which VB.NET version you use?

Reply

Muchas Gracias por compartir me sirvio mucho.este tema

Reply

do you have any code for vb 2008 exp, because the visual studio 2012 doesn't run in my windows 7 32 bit. you tuts are great but doesn't work in vb 2008. any response appreciated.

Reply

This theme was created on behalf of myself haha, its amazing its going around the net!

Reply

people who are having problems in using these themes, read this:

You need to follow below steps in order to create this "Chrome" theme
You need at least vb 2008 or above versions for those themes to work, also you need windows 7 or above OS in your pc.

1. open visual basic
2. Create new project and select "Class Library" from project menu, press ok button
3. now you'll have a class with following code:

Public Class Class1

End Class

4. Delete that code and paste the "Chrome theme" code from this page to class
5. Maybe now you'll have multiple errors, add a windows form to your project
6. Debug it, press F5 to debug
7. Now you'll have chrome controls in your toolbox

Reply

people who are having problems in using these themes, read this:

You need to follow below steps in order to create this "Chrome" theme
You need at least vb 2008 or above versions for those themes to work, also you need windows 7 or above OS in your pc.

1. open visual basic
2. Create new project and select "Class Library" from project menu, press ok button
3. now you'll have a class with following code:

Public Class Class1

End Class

4. Delete that code and paste the "Chrome theme" code from this page to class
5. Maybe now you'll have multiple errors, add a windows form to your project
6. Debug it, press F5 to debug
7. Now you'll have chrome controls in your toolbox

Reply

Post a Comment

Note: Only a member of this blog may post a comment.