menu

Friday, September 3, 2010

A New Title BAr for .Net

Haayy,,

These bit of days im  driving on with VB and .Net, wonder why? :D
Nevermind, so here i am with another vb tut

I juz thought of sharing this title bar i made for an app. No maximize button as its meant for a full screen app. But perfectly ok with a normal app too.

Usage:

1) Download the control.

2) Drag drop the title bar to the toolbox.

3) Customize the form to suit the control
@ Make the control box, text, icon properties of the form to false to remove the deafult thing.
@ A blck bg would suit the title bar most cuz it has round edges and suits more for a full screen app.

4) Now you have to initialize the control to display the app name, icon (optional) and the mail form.

in the form load add

Code:
titlebar.setForm("Your application name", me,  "image file for the icon ex: my.resources.icon" )

setForm method: +1 overload

setForm(ByVal frm as Form, ByVal name as String)
setForm(ByVal frm as From, ByVal name as String, ByVal icn as Image)

Screens:
[Image: music_app_title.PNG]

Hope ya like it Big Grin
cyah

No comments:

Post a Comment