|
-
Apr 10th, 2011, 11:32 PM
#1
Thread Starter
Lively Member
[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?
-
Apr 11th, 2011, 02:33 AM
#2
Thread Starter
Lively Member
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.
-
Apr 11th, 2011, 02:38 AM
#3
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
-
Apr 11th, 2011, 03:56 AM
#4
Thread Starter
Lively Member
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.
-
Apr 11th, 2011, 04:37 AM
#5
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|