Results 1 to 8 of 8

Thread: [RESOLVED] circle Buttons

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2010
    Posts
    106

    Resolved [RESOLVED] circle Buttons

    Well how cam I get/make GOOD circle buttons-like the ones used to go back and forward in windows explorer-I found somewhere some some terrible buttons but I want good ones...

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

    Re: circle Buttons

    WPF+Expression Blend
    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

    Thread Starter
    Lively Member
    Join Date
    Feb 2010
    Posts
    106

    Re: circle Buttons

    What

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

    Re: circle Buttons

    You asked a question, I gave an answer. If you don't know what those are, logic would dictate that you Google it.
    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"....

  5. #5
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: circle Buttons

    If you want to jazz up your UI beyond the normal then it can be done with Windows Forms but, as weirddemon suggests, WPF is a better option. It means learning new things but it was designed from the ground up with UI customisation in mind, so it's easier and better to work with in that regard.

    If you do opt for WPF then you can do everything in Visual Studio but Expression Blend is intended as a WPF/Silverlight design tool, so it's more suited to the design side of things than VS.

    If you want to stick with WinForms then you can use basically any image as a custom Button's UI and then set its Region to the desired shape and size. There are lots of examples of creating custom controls on the web and this forum so, again, searching should be your first option.

    http://www.google.com.au/search?q=cu...ient=firefox-a
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  6. #6
    Addicted Member iactulip's Avatar
    Join Date
    Feb 2009
    Location
    Dubai UAE
    Posts
    139

    Re: circle Buttons

    CButtonLib.rar

    go to toolbox chooseitems and browse for cbutton.dll and then press ok and use this as control you can make many types of buttons inshaAllah.

  7. #7

    Thread Starter
    Lively Member
    Join Date
    Feb 2010
    Posts
    106

    Re: circle Buttons

    i really like that CButton but it give me 7 errors saying its not defined...

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

    Re: circle Buttons

    Quote Originally Posted by jmcilhinney View Post
    If you want to jazz up your UI beyond the normal then it can be done with Windows Forms but, as weirddemon suggests, WPF is a better option. It means learning new things but it was designed from the ground up with UI customisation in mind, so it's easier and better to work with in that regard.

    If you do opt for WPF then you can do everything in Visual Studio but Expression Blend is intended as a WPF/Silverlight design tool, so it's more suited to the design side of things than VS.

    If you want to stick with WinForms then you can use basically any image as a custom Button's UI and then set its Region to the desired shape and size. There are lots of examples of creating custom controls on the web and this forum so, again, searching should be your first option.

    http://www.google.com.au/search?q=cu...ient=firefox-a
    When starting with WPF, I found that Expression Blend is an amazing tool. I can still port most of my code over just fine and then use expression blend to create the GUI. I can make custom controls and even have the respond to specific events. It's pretty easy to use and similar to the functionality of VS. Expression Blend creates the project for you and then you can open it in VS to add any code. You can even use XAML with it. I like it a lot so far.

    For anyone interested, I found this video to be extremely informative
    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"....

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