Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. how to make T9 dictionary in c#?

how to make T9 dictionary in c#?

Scheduled Pinned Locked Moved C#
csharptutorialquestion
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    seeng
    wrote on last edited by
    #1

    T9 dictionary is used in mobiles.i want to make this dictionary using c sharp.give me some idea how to start thanks in advance

    C L 2 Replies Last reply
    0
    • S seeng

      T9 dictionary is used in mobiles.i want to make this dictionary using c sharp.give me some idea how to start thanks in advance

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      File\New\Project. What is a T9 dictionary ? If you need to ask how to write a calculator ( as you did above ), odds are you should buy a book and work through it, so you know enough about C# to understand the answers you will get here.

      Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

      L 1 Reply Last reply
      0
      • S seeng

        T9 dictionary is used in mobiles.i want to make this dictionary using c sharp.give me some idea how to start thanks in advance

        L Offline
        L Offline
        Laubi
        wrote on last edited by
        #3

        May I ask why? I guess your computer has just like mine a keyboard with a lot of keys so that there is no need for something like T9..? What point am I missing? However implementing such a dictionary is not difficult. You only need a list with the words that can be completed and then you need to check this list whenever you press a new key, starting from the last space, point, comma... I know that this answer doesn't tell you a lot but your question also doesn't tell me a lot about the problem :sigh: Just start with it and come back if you have any specific problems!

        1 Reply Last reply
        0
        • C Christian Graus

          File\New\Project. What is a T9 dictionary ? If you need to ask how to write a calculator ( as you did above ), odds are you should buy a book and work through it, so you know enough about C# to understand the answers you will get here.

          Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

          L Offline
          L Offline
          Laubi
          wrote on last edited by
          #4

          Check this out: http://www.t9.com/[^]. It shows you how a T9 dictionary works on a mobile phone..

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups