Results 1 to 5 of 5

Thread: [RESOLVED] intellisense

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2010
    Posts
    95

    Resolved [RESOLVED] intellisense

    i'm trying to do a simple intellisense where you type a word and the listbox pops ups with possible matches, like vb6 does. My only issue is when it gives focus back it flickers, and is really annoying. Google the only examples i've found have the listbox on the forum in question and just move and show that, that works fine if the forms large enough to hold it, mines not so I need a popup solution. Any ideas?

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Dec 2010
    Posts
    95

    Re: intellisense

    dang another responseless thread, first couple I posted here you guys were all over it. But it's ok, thanks for lookin at it, have a goodnight.

  3. #3
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: [RESOLVED] intellisense

    Did you manage to find an answer to your question? If so could you please share your solution with us.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Dec 2010
    Posts
    95

    Re: [RESOLVED] intellisense

    I didn't sorry, the only good way i've seen is putting the listbox or whatever on the same form, and moving and showing that when you type. This works fine for code editors or something with space,I honestly have no idea how vb6 does it,because they do use some kind of popup window, yet it doesn't effect the focus at all.

  5. #5
    Lively Member
    Join Date
    Aug 2009
    Posts
    98

    Re: [RESOLVED] intellisense

    In one of my programs I used ListBox for this. Initially ListBox was kept blank, and every new entry was added to it, i.e. while typing letters it searched for the typed letters in listbox and shown suggested words, if a new word was typed, list box disappeared and on execution that new word was added to listbox.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width