Juvigy Posted April 4, 2018 Posted April 4, 2018 Hi Guys, Lets say i have a small list with 4 words like "friend,friendship,friendly,data" How can i make an "autocomplete" function so whenever i type "fr" it would suggest me "friend" and whenever i type 'friends' it would suggest me "friendship"? I hope i explained it correctly. There is something similar in MS WORD, but i plant to make something different. BR, Juvigy
Earthshine Posted April 4, 2018 Posted April 4, 2018 (edited) Intellisense is what ms uses. What would be so different about yours? https://www.codeproject.com/Articles/5839/DIY-Intellisense Edited April 4, 2018 by Earthshine My resources are limited. You must ask the right questions
Moderators Melba23 Posted April 4, 2018 Moderators Posted April 4, 2018 Juvigy, Something along these lines perhaps? M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Juvigy Posted April 4, 2018 Author Posted April 4, 2018 Thank you Melba23. I tried to search but couldn't find it. Earthshine, Who said that $MS doesn't have a sense of humor? Quote If you're a programmer and not familiar with intellisense, the chances are you've been hiding in a cave on a dialysis machine for the past 5 years. Earthshine 1
Earthshine Posted April 4, 2018 Posted April 4, 2018 yep. My resources are limited. You must ask the right questions
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now