Form for Telerik RadRibbonBar?

Posted by Cyclone on Stack Overflow See other posts from Stack Overflow or by Cyclone
Published on 2010-04-25T18:28:56Z Indexed on 2010/04/25 18:33 UTC
Read the original article Hit count: 467

I got the Telerik RadRibbonBar for free with the Express edition of vb a while back, but it did not come with any sort of form. It also, unfortunately, has the control buttons there automatically. How would I create a form which is resizable, and works like a standard winform, but doesn't have the top bar?

I tried:

  • FormBorderStyle = Sizable
  • Text = Nothing
  • ControlBox = False

Unfortunately, when you maximize the window, it goes in front of the taskbar...and it has an ugly border when it isn't maximized.

How can I:

  1. Change border color?
  2. Make it so it does not go in front of the taskbar?

Thanks for the help! I'm surprised there is not some sort of form already made for this.

© Stack Overflow or respective owner

Related posts about telerik-radribbonbar

  • Form for Telerik RadRibbonBar?

    as seen on Stack Overflow - Search for 'Stack Overflow'
    I got the Telerik RadRibbonBar for free with the Express edition of vb a while back, but it did not come with any sort of form. It also, unfortunately, has the control buttons there automatically. How would I create a form which is resizable, and works like a standard winform, but doesn't have the… >>> More

Related posts about vb.net