Results 1 to 18 of 18

Thread: Form Styles Changing

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2009
    Posts
    55

    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:

  2. #2
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826

    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

    Quote Originally Posted by SJWhiteley
    "game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....

  3. #3
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    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
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  4. #4

    Thread Starter
    Member
    Join Date
    Oct 2009
    Posts
    55

    Re: Form Styles Changing

    yeah i want it so that people dont have to have net 3.5 its an inconvienence for them.

  5. #5
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    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
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  6. #6

    Thread Starter
    Member
    Join Date
    Oct 2009
    Posts
    55

    Re: Form Styles Changing

    That was exactly what i was looking for! Thank you chris

  7. #7
    PowerPoster keystone_paul's Avatar
    Join Date
    Nov 2008
    Location
    UK
    Posts
    3,327

    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.

  8. #8

    Thread Starter
    Member
    Join Date
    Oct 2009
    Posts
    55

    Re: Form Styles Changing

    how do i use it tho? XD

  9. #9
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826

    Re: Form Styles Changing

    Quote Originally Posted by demonicgamer View Post
    how do i use it tho? XD
    Research is your friend: http://www.codeplex.com/Ribbon
    CodeBank contributions: Process Manager, Temp File Cleaner

    Quote Originally Posted by SJWhiteley
    "game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....

  10. #10

    Thread Starter
    Member
    Join Date
    Oct 2009
    Posts
    55

    Re: Form Styles Changing

    i still dont' get how to use it. it said something about a reference

  11. #11
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826

    Re: Form Styles Changing

    Quote Originally Posted by demonicgamer View Post
    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

    Quote Originally Posted by SJWhiteley
    "game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....

  12. #12

    Thread Starter
    Member
    Join Date
    Oct 2009
    Posts
    55

    Re: Form Styles Changing

    cool way to pwn people. but i added the references but i dk what to doo now

  13. #13
    Fanatic Member manhit45's Avatar
    Join Date
    May 2009
    Location
    Ha noi - Viet Nam
    Posts
    826

    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
    --***----------***-----

    If i help you please rate me.

    Working with Excel * Working with String * Working with Database * Working with array *

    K51 ĐH BÁCH KHOA HÀ NỘI - Khoa CNTT pro.

  14. #14

    Thread Starter
    Member
    Join Date
    Oct 2009
    Posts
    55

    Re: Form Styles Changing

    123 steps please?

  15. #15

    Thread Starter
    Member
    Join Date
    Oct 2009
    Posts
    55

    Re: Form Styles Changing

    I don't know how to apply it to the forms

  16. #16

    Thread Starter
    Member
    Join Date
    Oct 2009
    Posts
    55

    Re: Form Styles Changing

    Which is better visual basic express or visual c for this?

  17. #17
    Hyperactive Member BadgerBadger's Avatar
    Join Date
    Aug 2009
    Location
    Wales
    Posts
    382

    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."

  18. #18

    Thread Starter
    Member
    Join Date
    Oct 2009
    Posts
    55

    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
  •  



Click Here to Expand Forum to Full Width