how to create a cool interface

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kingabhi
    New Member
    • May 2010
    • 5

    how to create a cool interface

    Hi there! I am creating an application and for which i want to create a GUI which looks very cool may be like that of iphones.
    Also i want a add a female character which talks back pre recorded stuffs..she moves her lips and walks on the desktop...which is much like we have already seen in a software called as Virtua Girls..
    Please suggest me how to do it.
    Thnaks in advance... :)
  • tlhintoq
    Recognized Expert Specialist
    • Mar 2008
    • 3532

    #2
    Through code...

    "How do I build my entire application", or in the case of the iPhone "How do I build an entire operating system" is a bit beyond a simple thread.

    Comment

    • Samishii23
      New Member
      • Sep 2009
      • 246

      #3
      You could try Googling something like, "modern gui design" which Google so kindly suggested.

      This too will help you START making your own custom GUI in C#.

      Comment

      • GaryTexmo
        Recognized Expert Top Contributor
        • Jul 2009
        • 1501

        #4
        It might also be worth your while to look at WPF (just google the name). It's basically Microsoft's next WinForms, geared at enabling people trained as designers to create sharp looking applications with minimal coding.

        Comment

        Working...