Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


Visual Basic themes! filter_list
Author
Message
Visual Basic themes! #1
hey guys, :angel:
I found a program with a lot of visual basic themes!
like 20-40!


Screen:
[Image: Z8vvwUD.png]

Download: Click here
Virustotal: Click here


Credits to:
Gambino

Reply

RE: Visual Basic themes! #2
Great share, BTW have you any idea how to create a theme for VB.NET applications. I can't seem to find any :wacko:
Thank you!
My Blog: http://www.procurity.wordpress.com
Donations: 1HLjiSbnWMpeQU46eUVCrYdbkrtduX7snG

Reply

RE: Visual Basic themes! #3
(03-21-2013, 05:33 PM)Ex094 Wrote: Great share, BTW have you any idea how to create a theme for VB.NET applications. I can't seem to find any :wacko:
Thank you!
I'm trying to find that out too..

Reply

RE: Visual Basic themes! #4
@manoflolo @Ex094 and @Ascension

You must use the Aeonhack themebase and then override the components with your own designs and color or gradient.

http://www.youtube.com/watch?v=gK56RANHfjA
http://www.youtube.com/watch?v=6OYOqhS4_DQ
[Image: OilyCostlyEwe.gif]

Reply

RE: Visual Basic themes! #5
(05-26-2013, 04:24 AM)Psycho_Coder Wrote: @manoflolo @Ex094 and @Ascension

You must use the Aeonhack themebase and then override the components with your own designs and color or gradient.

http://www.youtube.com/watch?v=gK56RANHfjA
http://www.youtube.com/watch?v=6OYOqhS4_DQ

You don't have to use the themebase, that is not a *must*. I would actually not even recommend using it. It's bulky and you can write themes of your own without it.

To create themes you create classes that inherit form components, including the form itself until you have all the pieces of the overall theme. Override the paint and other drawing and event methods that you want to use for having a specific "view" for the control. Build all of this and they end up in your toolbox.

If you have seen my buttons and other components, creating a theme is just a collection of controls, created pretty much no different than the way I write the code for the buttons. You need to know GDI.
ArkPhaze
"Object oriented way to get rich? Inheritance"
Getting Started: C/C++ | Common Mistakes
[ Assembly / C++ / .NET / Haskell / J Programmer ]

Reply

RE: Visual Basic themes! #6
(05-26-2013, 08:02 PM)ArkPhaze Wrote:
(05-26-2013, 04:24 AM)Psycho_Coder Wrote: @manoflolo @Ex094 and @Ascension

You must use the Aeonhack themebase and then override the components with your own designs and color or gradient.

http://www.youtube.com/watch?v=gK56RANHfjA
http://www.youtube.com/watch?v=6OYOqhS4_DQ

You don't have to use the themebase, that is not a *must*. I would actually not even recommend using it. It's bulky and you can write themes of your own without it.

To create themes you create classes that inherit form components, including the form itself until you have all the pieces of the overall theme. Override the paint and other drawing and event methods that you want to use for having a specific "view" for the control. Build all of this and they end up in your toolbox.

If you have seen my buttons and other components, creating a theme is just a collection of controls, created pretty much no different than the way I write the code for the buttons. You need to know GDI.

OK sir, and I have seen your GDI+ works. I made a thread even for that to which to replied that you would make some examples in GDI+
[Image: OilyCostlyEwe.gif]

Reply

RE: Visual Basic themes! #7
I can go over guidelines in GDI at some point. They are relatively simple. You just have to think like you are in photoshop when you are programming with GDI. Knowing tricks to set clips and get drawing on only the parts you want, getting the colors right, effects, animation.

A button is probably the easiest. Make a rectangular button (no rounded corners) and play around with just the background color, then try to make borders, then maybe try to make a gradient with a LinearGradientBrush, and go from there... If you try fooling around with the code I have in some of my buttons you should have a good idea of how things work.
ArkPhaze
"Object oriented way to get rich? Inheritance"
Getting Started: C/C++ | Common Mistakes
[ Assembly / C++ / .NET / Haskell / J Programmer ]

Reply

RE: Visual Basic themes! #8
Guys i am newbie in this program !!
i downloaded this program and how to add source or code to my project ?!

Reply

RE: Visual Basic themes! #9
(06-21-2013, 06:05 AM)samerlol Wrote: Guys i am newbie in this program !!
i downloaded this program and how to add source or code to my project ?!

If you don't know how to do this much then you definitely haven't even tried to look around the internet for any starter tutorials.
ArkPhaze
"Object oriented way to get rich? Inheritance"
Getting Started: C/C++ | Common Mistakes
[ Assembly / C++ / .NET / Haskell / J Programmer ]

Reply

RE: Visual Basic themes! #10
I can build programs, but i haven't try to add source from other project !
For Ex: i saw many people when i learn or watch videos adding File source or code project ! but when i using file source some time i get warning or error .

I will ask this website http://www.visual-basic-tutorials.com/ give tut for some projects you can do. look to this project
http://www.visual-basic-tutorials.com/2182010215436.php
About Google Translator

Do you see Text "Created By Ayman Eldoctor Copyright 2009" when i saw app you did it, this text moving you can download source to see it! it's clean %100, but the problem is when i open the source of this project it's didn't give me this text

Reply







Users browsing this thread: 1 Guest(s)