Random1225 Posted September 18, 2008 Report Posted September 18, 2008 Ok I've started programming recentley and I was using dotnetbar's ribbon control. I made the boder of my form border style none so it was just the ribbon control so it would look better but I noticed that It wouldnt use my icon or make it not be able to maximize like i had made it.http://i287.photobucket.com/albums/ll130/Random1225_photos/p.pngI opened up Dark Slipstream's hybrid resigner source and realised that his ribbon control was the form. It was like he put the form border style on ribbon control but you canthttp://i287.photobucket.com/albums/ll130/Random1225_photos/pp.pngand If i put the form border style on none it looked like this.http://i287.photobucket.com/albums/ll130/Random1225_photos/ppp.png I was wondering how you could do that. So if anyone could help It would really be nice. Sorry if this is hard to understand but It was hard to explain.
Dark Slipstream Posted September 18, 2008 Report Posted September 18, 2008 Alright, make a new form (test for now), 1) import the DevComponents.DotNetBar2.dll from the References area, open the code for the form (make sure it just has the Public / Private Class and End Sub, no other code. 2) Add extra spaces at the VERY top, and type: Imports DevComponents.DotNetBarImports DevComponents.DotNetBar.RenderingImports System.WindowsImports System.Windows.Forms 3)After the Public line, add: i kind of forgot this, if you read this. pm me teamviewer information, and leave it running, when i connect ill talk to you through an open chat/notepad. and fix this line. I've gotten this to work a few times, but it may be unsuccessful in some instances.
sillybob123 Posted September 18, 2008 Report Posted September 18, 2008 Hey its too hard to explain here its really simple though pm me and we will sort out a teamviewer session
Dark Slipstream Posted September 18, 2008 Report Posted September 18, 2008 I can either show you how to do it manually, or just send you a sample. lol
sillybob123 Posted September 18, 2008 Report Posted September 18, 2008 I can either show you how to do it manually, or just send you a sample. lol Cuz i showed you
Random1225 Posted September 19, 2008 Author Report Posted September 19, 2008 I can either show you how to do it manually, or just send you a sample. lol ok, just send me a sample and I'll look at that and if i still don't get it I'll have you show me.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now