Which Programming Language is good for GUI?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rajesh6695
    New Member
    • Oct 2006
    • 96

    Which Programming Language is good for GUI?

    Which programming language will be suitable for GUI application development for Win CE 5.0 Device.

    Below are the some major features to be covered in GUI application
    1. TCP/IP Communication (Hope it can be implemented in any language).
    2. Some of the GUI objects are Speedometer, Button, Lines, Arrows, LED button display.
    Last edited by Niheel; May 26 '10, 12:14 PM. Reason: spelling, hello and thanks
  • markmcgookin
    Recognized Expert Contributor
    • Dec 2006
    • 648

    #2
    C# would be my thoughts. Possibly consider a C#/WPF project if graphics are going to be involved.

    Mark

    Comment

    • Banfa
      Recognized Expert Expert
      • Feb 2006
      • 9067

      #3
      For mobile development you may want to try QT which was produced by Nokia for just that type of development.

      Comment

      • markmcgookin
        Recognized Expert Contributor
        • Dec 2006
        • 648

        #4
        QT is C++ based though isn't it? As it's designed for symbian? ... That's gonna be a lot harder to pick up then C# .Net

        Comment

        • Banfa
          Recognized Expert Expert
          • Feb 2006
          • 9067

          #5
          It is C++ based but I would not say that makes it harder than C# to pick up if you started from the position of knowing nothing about either of them. Syntactically they are really quite similar.

          The QT library is certainly a lot easier that the .NET library to pick up (if only because it smaller).

          On the other hand I am not sure if QT supports Win CE 5.0 as I didn't pick that up on my first read of the thread.


          Also of course C++ is far more portable than C# and the QT library is also portable to several platforms.

          Comment

          • markmcgookin
            Recognized Expert Contributor
            • Dec 2006
            • 648

            #6
            Yeah, that is a definite up side.

            Rarely a drag and drop interface for Nokia products though... does QT have that?

            Comment

            • Banfa
              Recognized Expert Expert
              • Feb 2006
              • 9067

              #7
              Yep QT Designer it's part of the QT Creator IDE

              Comment

              • Sandyisgreat
                New Member
                • Jul 2010
                • 4

                #8
                Look out more about J2ME

                Comment

                Working...