Results 1 to 8 of 8

Thread: Any eg code for this type of Interface

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2009
    Posts
    76

    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



    &



    and finally



    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

  2. #2
    VB Addict Pradeep1210's Avatar
    Join Date
    Apr 2004
    Location
    Inside the CPU...
    Posts
    6,614

    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.
    Pradeep, Microsoft MVP (Visual Basic)
    Please appreciate posts that have helped you by clicking icon on the left of the post.
    "A problem well stated is a problem half solved." — Charles F. Kettering

    Read articles on My Blog101 LINQ SamplesJSON ValidatorXML Schema Validator"How Do I" videos on MSDNVB.NET and C# ComparisonGood Coding PracticesVBForums Reputation SaverString EnumSuper Simple Tetris Game


    (2010-2013)
    NB: I do not answer coding questions via PM. If you want my help, then make a post and PM me it's link. If I can help, trust me I will...

  3. #3

  4. #4
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    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

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

    Re: Any eg code for this type of Interface

    I'm gonna beat Chris to the answer and say look into WPF.

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Sep 2009
    Posts
    76

    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

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

    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.

  8. #8
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    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

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