Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
15
How can we enable auto suggest mode for a text editor
posted

Dim r As DataRow
TXT_ENTITYTYPENAME.AutoCompleteCustomSource.Clear()
For Each r In orcl.dt.Rows
TXT_ENTITYTYPENAME.AutoCompleteCustomSource.Add(r.Item(0).ToString)
Next
TXT_ENTITYTYPENAME.AutoCompleteMode = AutoCompleteMode.Suggest