I have an input form written using textboxes and comboboxes where the RETURN
key is used to pass focus to the the next object. I wish to disable the TAB key programatically in this form when loading, and re-enable it when closing the form.
Is this possible? I'm using Visual Basic 2017 and a hobbyist rather than a
professional developer.
If possible any pointers appreciated.
Regards DayW