Results 1 to 8 of 8

Thread: A New Title BAr for .Net

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Sep 2010
    Location
    Colombo
    Posts
    23

    A New Title BAr for .Net

    Haayy,,


    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) [Edited by MartinLiss]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)



    Hope ya like it
    cyah
    Last edited by MartinLiss; Sep 20th, 2010 at 12:36 PM.

  2. #2
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: A New Title BAr for .Net

    Your link doesnt work, you might want to consider just attaching the code project to your post rather than having it on a 3rd party server
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Sep 2010
    Location
    Colombo
    Posts
    23

    Re: A New Title BAr for .Net

    sorry but i was ma site and the host was having a site maintanance
    its working now
    ::Its All About Knowing:::
    ::::Zorums:::::

  4. #4
    Fanatic Member Arve K.'s Avatar
    Join Date
    Sep 2008
    Location
    Kyrksæterøra, Norway
    Posts
    518

    Re: A New Title BAr for .Net

    Looks cool . Does the zip inlcude the code, or is it just the control?
    Arve K.

    Please mark your thread as resolved and add reputation to those who helped you solve your problem
    Disclaimer: I am not a professional programmer

  5. #5

    Re: A New Title BAr for .Net

    It is just the DLL. I don't know if this technically breaks the rules as the post doesn't contain an attached file but it's just the compiled binary file..

  6. #6

    Thread Starter
    Junior Member
    Join Date
    Sep 2010
    Location
    Colombo
    Posts
    23

    Re: A New Title BAr for .Net

    alrite then this isnt mean for codebank (confused :S)
    just thought to share
    ::Its All About Knowing:::
    ::::Zorums:::::

  7. #7

  8. #8
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: A New Title BAr for .Net

    Sharing is fine... we jsut ask that you share the code rather than the compiled binaries... there have been problems in the past with things like that.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width