|
-
Jul 14th, 2010, 01:04 AM
#1
Thread Starter
Lively Member
[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...
-
Jul 14th, 2010, 01:28 AM
#2
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"....
-
Jul 14th, 2010, 01:30 AM
#3
Thread Starter
Lively Member
-
Jul 14th, 2010, 02:08 AM
#4
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
 Originally Posted by SJWhiteley
"game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....
-
Jul 14th, 2010, 02:17 AM
#5
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
-
Jul 14th, 2010, 05:06 AM
#6
Addicted Member
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.
-
Jul 14th, 2010, 10:39 AM
#7
Thread Starter
Lively Member
Re: circle Buttons
i really like that CButton but it give me 7 errors saying its not defined...
-
Jul 14th, 2010, 02:19 PM
#8
Re: circle Buttons
 Originally Posted by jmcilhinney
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
 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|