Button in smartphone/mobile application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • LTCCTL
    New Member
    • Feb 2008
    • 49

    Button in smartphone/mobile application

    Hi all,

    How can we create button on the smartphone screen as we do not have button control?

    Thanks in advance
    LTCCTL
  • RedSon
    Recognized Expert Expert
    • Jan 2007
    • 4980

    #2
    You can build a button class and write all the code yourself. You will have to deal with the painting, hit testing and other things. Tell me more about your platform and software then I can try to help you more.

    Comment

    • LTCCTL
      New Member
      • Feb 2008
      • 49

      #3
      Originally posted by RedSon
      You can build a button class and write all the code yourself. You will have to deal with the painting, hit testing and other things. Tell me more about your platform and software then I can try to help you more.

      I am using C#.NET 2.0, Windows Mobile 6.0 Standard, ActiveSync 4.2

      Regards
      LTCCTL

      Comment

      • LTCCTL
        New Member
        • Feb 2008
        • 49

        #4
        Originally posted by LTCCTL
        I am using C#.NET 2.0, Windows Mobile 6.0 Standard, ActiveSync 4.2

        Regards
        LTCCTL
        I have used menu instead of buttons.

        thanks for your help.

        Regards
        LTCCTL

        Comment

        Working...