Any eg code for this type of Interface
Hey guys this is my first post i have just moved to VB - 8
I want to create an app like below UI's any eg code is available in here plz help
http://www.start64.com/images/win64/...ies-2009-1.jpg
&
http://www.onlytechtalks.com/techtal...05/tweakui.jpg
and finally
http://www.dvdburner.info/images/nero-6-ultra.jpg
I liked the UI of last image..... Can any one here tell me any e.g. code form where I can begin with,
Thanks in Advance
Re: Any eg code for this type of Interface
To begin with, forget these at present. Concentrate on learning the basics. These will come automatically once you have mastered the basics of the language.
Re: Any eg code for this type of Interface
http://www.vbforums.com/attachment.p...id=47243&stc=1
I moved your thread to here because the CodeBank is not meant for questions.
Re: Any eg code for this type of Interface
Hey,
I have to agree with Pradeep. One thing at a time.
Make sure you understand the basics of the language. You can make something look at pretty as you like, but if it doesn't work properly, then people aren't going to use it.
I would recommend that you take a look at this series of videos to get you started:
http://msdn.microsoft.com/en-gb/vstu...aspx#beginners
Gary
Re: Any eg code for this type of Interface
I'm gonna beat Chris to the answer and say look into WPF. :D
Re: Any eg code for this type of Interface
hey i know coding in VB
I just never created a program with such good looking GUI
Re: Any eg code for this type of Interface
Well if you are talking about creating a good looking GUI I'd echo BadgerBadger and suggest looking into WPF, but the technology is only part of the answer.
You need to look at the examples you like and analyse what it is that you like about them and whats different to the stuff that you would normally do.
A lot of the work involved in creating a nice UI is to do with graphical style so no amount of code is going to help you with that.
Re: Any eg code for this type of Interface
Agreed.
WPF will give you lots of nice features, but you still want to make sure that you stick to coding practices when it comes to UI design. Have a look here:
http://msdn.microsoft.com/en-us/library/aa511258.aspx
Gary