954,500 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Interface Design

Hi,
Im currently designing a media player for my 4th year project in college using C# and Visual Studio 2003. However I wish to design my own unique good quality interface and I am unsure of what way to go about it. Does anyone know if there is any tools out there I can use to design my own interface and be able to code it in Visual Studio with C#,
Thanks!

mickeyfitzray
Newbie Poster
9 posts since Feb 2006
Reputation Points: 10
Solved Threads: 0
 

So i take it you want to make custom controls/ In other words you want it to be better looking then the built in designer that comes with VS 2003? If so you will most likley end up coding it all by hand. Here are some links to custom controls.

http://www.codeproject.com/cs/miscctrl/zhaocolorbutton.asp

http://www.codeproject.com/cs/miscctrl/MgXpImageButton.asp

http://www.codeproject.com/cs/miscctrl/aquabutton.asp

More Info:

http://www.codeproject.com/cs/miscctrl/

Good luck :)

-T

tayspen
<Insert title here>
Team Colleague
1,622 posts since Jul 2005
Reputation Points: 84
Solved Threads: 99
 

another cool interface trick, i dunno if those cover them but create a transparancy key and set the frame to no borders.
then create an image with the color of the transparancy key around the edges and set it as the forms background

that will let you change the shape of the form to however you like

plazmo
Posting Whiz in Training
207 posts since Aug 2005
Reputation Points: 23
Solved Threads: 16
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You