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. AutoComplete Like Visual Studio??

AutoComplete Like Visual Studio??

Scheduled Pinned Locked Moved C#
visual-studiocsharptutorialquestion
3 Posts 2 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.
  • G Offline
    G Offline
    Guilherme Morais
    wrote on last edited by
    #1

    Hi Everone, I´m looking for a implementantion or a code or even a Tip to implement one Autocomplete (intellisense) like visual studio. For example: If you tipe DT in caps letters in visual Studio they suggest DateTime and any other item wich contains D in begining and T in the middle. in capital letter. It´s amazing, I really want to put this in a WindowsForms application. Thanks in advance!

    S 1 Reply Last reply
    0
    • G Guilherme Morais

      Hi Everone, I´m looking for a implementantion or a code or even a Tip to implement one Autocomplete (intellisense) like visual studio. For example: If you tipe DT in caps letters in visual Studio they suggest DateTime and any other item wich contains D in begining and T in the middle. in capital letter. It´s amazing, I really want to put this in a WindowsForms application. Thanks in advance!

      S Offline
      S Offline
      Sivaraman Dhamodharan
      wrote on last edited by
      #2

      I don't know that it is possible like you specified (D******T***). But it is possible doing auto complete for Da******. Refer this Link[^]

      Programming Article

      G 1 Reply Last reply
      0
      • S Sivaraman Dhamodharan

        I don't know that it is possible like you specified (D******T***). But it is possible doing auto complete for Da******. Refer this Link[^]

        Programming Article

        G Offline
        G Offline
        Guilherme Morais
        wrote on last edited by
        #3

        Thanks Sirama, I´m thiking here, I could try to search if the letter is upper case, like D%T%... I will try this later, thanks.

        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