i've just seen it in my vb components. its a textbox where all words that you've been typed saved on its list, then when you type again it displays all recent typed words, i just can't figure it out how to use it
I equate Jet to mean DB access. Is that anything to do with your need?
Can you spell out exactly what you want ?
Do you wish to build into your pgm, a feature similar to what you have (partly) described ?
I'm guessing, as to what you want -
Do you wish a MRU feature ? (That's what it is called when in a menu)
I know you don't want a menu thingy, I just mention it as it keeps a list of Most Recently Used.
Possibly you wish an autocomplete textbox (or listbox), that stores previous entries, and proffers them the next time you start to type some characters ?
A 'Google on
vb autocomplete
would get you started
I'm guessing, as to what you want -
Do you wish a MRU feature ? (That's what it is called when in a menu)
I know you don't want a menu thingy, I just mention it as it keeps a list of Most Recently Used.
Possibly you wish an autocomplete textbox (or listbox), that stores previous entries, and proffers them the next time you start to type some characters ?
A 'Google on
vb autocomplete
would get you started
Are you saying-
In a Vb project go to Project/Components dialog, and select the jetautocomplete component to include in the project ?
Then after doing that, you are asking how to use it ?
In my Components list there is nothing called jetautocomplete