Form with no titlebar

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Keith

    #1

    Form with no titlebar

    Hello all

    Does anyone know how to produce a windows form with no title bar that is
    resizeable but also shows text on the taskbar button.

    I can get what I need by creating the form, making the border sizeable,
    removing the control box and removing anything from the 'Text' property.

    Only problem then is that the button on the taskbar shows no text either,
    just an icon and I need it to show text and the icon (as a normal form
    would)

    Thanks

    keith


  • Mick Doherty

    #2
    Re: Form with no titlebar

    http://www.dotnetrix.co.uk/misc.html --> An example of a moveable/resizable
    shaped form.

    --
    Mick Doherty
    Dotnetrix offers Nothing. Standard and Premium versions available.



    "Keith" <keith.wilson@b owe.co.uk> wrote in message
    news:dsv2qj$cnl $1@nwrdmz01.dmz .ncs.ea.ibs-infra.bt.com...[color=blue]
    > Hello all
    >
    > Does anyone know how to produce a windows form with no title bar that is
    > resizeable but also shows text on the taskbar button.
    >
    > I can get what I need by creating the form, making the border sizeable,
    > removing the control box and removing anything from the 'Text' property.
    >
    > Only problem then is that the button on the taskbar shows no text either,
    > just an icon and I need it to show text and the icon (as a normal form
    > would)
    >
    > Thanks
    >
    > keith
    >
    >[/color]


    Comment

    Working...