|
-
Oct 22nd, 2009, 03:59 PM
#1
Thread Starter
Member
Form Styles Changing
Pretty random question but, does anyone know how to change the style of the window form? and not by net framework 3.5 use xp styles?
EXAMPLE:

To This:
-
Oct 22nd, 2009, 04:23 PM
#2
Re: Form Styles Changing
Windows Presentation Foundation would be my best guess.
Chris128 I believe has posted a codebank submission on something like this. Well, on how to use WPF. But I'm guessing that's your best option.
I suppose you could use GDI+ as well... but I think WPF is better for something like this.
CodeBank contributions: Process Manager, Temp File Cleaner
 Originally Posted by SJWhiteley
"game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....
-
Oct 22nd, 2009, 04:34 PM
#3
Re: Form Styles Changing
and not by net framework 3.5 use xp styles
Can you put that into a sentence that makes sense? Are you saying you dont want to use .NET 3.5? (which rules out WPF)
Chris128 I believe has posted a codebank submission on something like this
Nah I havent I'm afraid, its too hard to write something on how to 'make a form look good' because there are so many different 'looks' you could go for that just showing someone one way of making it look better doesnt really teach them anything other than that one way. Plus I'm not that great at it myself my WPF windows usually just have some rounded corners and a 'glossy' look and that's about it
-
Oct 22nd, 2009, 04:48 PM
#4
Thread Starter
Member
Re: Form Styles Changing
yeah i want it so that people dont have to have net 3.5 its an inconvienence for them.
-
Oct 22nd, 2009, 04:51 PM
#5
Re: Form Styles Changing
well then its going to be an inconvenience for you creating the program 
If you just want the Office 2007 style then you might want to look at this free toolkit that contains an Office 2007-like form and buttons etc: http://www.componentfactory.com/free...s-controls.php
-
Oct 22nd, 2009, 04:58 PM
#6
Thread Starter
Member
Re: Form Styles Changing
That was exactly what i was looking for! Thank you chris
-
Oct 22nd, 2009, 05:06 PM
#7
Re: Form Styles Changing
If you specifically want the Office 2007 ribbon-bar and globe stlye, take a look at this version which I've used and works very nicely.
-
Oct 22nd, 2009, 05:17 PM
#8
Thread Starter
Member
-
Oct 22nd, 2009, 05:21 PM
#9
Re: Form Styles Changing
 Originally Posted by demonicgamer
how do i use it tho? XD
Research is your friend: http://www.codeplex.com/Ribbon
CodeBank contributions: Process Manager, Temp File Cleaner
 Originally Posted by SJWhiteley
"game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....
-
Oct 22nd, 2009, 05:43 PM
#10
Thread Starter
Member
Re: Form Styles Changing
i still dont' get how to use it. it said something about a reference
-
Oct 22nd, 2009, 05:50 PM
#11
Re: Form Styles Changing
 Originally Posted by demonicgamer
i still dont' get how to use it. it said something about a reference
If you had done this, you would have found this.
CodeBank contributions: Process Manager, Temp File Cleaner
 Originally Posted by SJWhiteley
"game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....
-
Oct 22nd, 2009, 06:06 PM
#12
Thread Starter
Member
Re: Form Styles Changing
cool way to pwn people. but i added the references but i dk what to doo now
-
Oct 22nd, 2009, 06:08 PM
#13
Fanatic Member
Re: Form Styles Changing
That s only a dll file. dotnetbar
You download it,from solution explorer , go to references/right click and add reference that dll , then from toolbox, right click and click choose item and you browse that dll then press ok
Now you had that tool
good l uck
-
Oct 22nd, 2009, 06:11 PM
#14
Thread Starter
Member
-
Oct 22nd, 2009, 06:19 PM
#15
Thread Starter
Member
Re: Form Styles Changing
I don't know how to apply it to the forms
-
Oct 22nd, 2009, 06:58 PM
#16
Thread Starter
Member
Re: Form Styles Changing
Which is better visual basic express or visual c for this?
-
Oct 23rd, 2009, 04:10 AM
#17
Hyperactive Member
Re: Form Styles Changing
Right-click on the toolbox, choose items, browse to the control DLL file. The control will become part of the toolbox.
As for VB or C#, it shouldn't make any difference whatsoever for the GUI.
"The only thing that interferes with my learning is my education."
-
Oct 28th, 2009, 05:19 PM
#18
Thread Starter
Member
Re: Form Styles Changing
Okay im not sure how to load it into my current project so that it changes it to look like modio's form border. Im using visual basic express 2008
Tags for this Thread
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
|