Results 1 to 3 of 3

Thread: [2008] Toolstrip Renderer [img Inside]

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2007
    Posts
    258

    [2008] Toolstrip Renderer [img Inside]

    Alright, I'm using Menu Strips because I find it really easy to use, but I have a problem, when I add a BackGround Image to my Program, I get either a White Line down the Side of it, or right at a Bottom.

    Here is the Image of what I mean.

    http://img231.imageshack.us/my.php?image=screenhm8.jpg



    EDIT: I found this, its in C#:


    ToolStrip.Renderer = new MyFancyRenderer();

    public class MyFancyRenderer : ToolStripProfessionalRenderer {

    protected override OnRenderToolStripBorder(ToolStripItemRenderEventArgs e) {
    // dont call base.
    }


    How do I get this to work in VB.NET ?
    Last edited by Wesley008; Oct 25th, 2008 at 11:16 AM.

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