|
-
Oct 25th, 2008, 10:53 AM
#1
Thread Starter
Hyperactive Member
[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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|