Re: [RESOLVED] intellisense
Did you manage to find an answer to your question? If so could you please share your solution with us.
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.
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.