How to use DotNetBar

SamuraiTheVapor

それをファック
ECIGSSA Donor
LV
18
 
Joined
19/3/15
Posts
903
Awards
17
Location
Cape Town
How do you use dotnetbar or how do you get those fancy GUI's in Forge or Xbox Live Profile Modder. What I am talking about is this;

2aexvkk.png



Now once you have it installed lets create a new project
2ui7sif.png


Lets goto the toolbox now in our new project
2vx4osh.png


Right click then Add Tab
w71wgg.png

Name your tab DotNetBar or something like that
ezy92.jpg

Now, right click it then "Choice Items"
25is0gh.png

Now the part were you really need to use your eyes
So what you wanna do it look for the DevComponets.Dotnetbar in the Namespace line spaces, just look at the picture. Make sure you check all of the DevComponets.Dotnetbar
2882fq9.png


Once your done, you should get a bunch of cool new stuff!!
wrjqqx.png

-----------------------------------------------------------------------

Now time to add the form border
Go to Project>Add Refernce
ivhgew.png

Now Select The following
wgqpo4.png

Now go save your project, and remeber where you saved it as. (file>Save as)
Goto where you saved your project at, then find Form1.Designer.VB, double click on that and open it up.
Find this
9t21le.png

and replace it with

Code:
[SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]Inherits[/COLOR][/SIZE][/COLOR] DevComponents.DotNetBar.Office2007Form[/SIZE]

So it should look like this
oqghnb.png


When you build your project and open it, you will not see the fancy form border. Now I will teach you how to, which is really easy!
Goto your properties window in VB then find the drop down box and find Form1 or whatever your form is named. See
119uur7.png
 
Back
Top