I want to load values from a lstview column to a combobox in another form.
The problem is that, my combobox style is 2 - Dropdown List and the values in it are from my database field. That's where the error occurs.
Saying Text property is read only.
I could use the 0 - Dropdown combo style but users will be able to:
1. Write on it (fixed already using Keyascii = 0)
2. Enable users to copy paste. (by using the mouse)
I want to disable number 2 as well if you may.
I need help, any of the two may do..
Thanks.