Hello everyone,
I've got this weird problem with a listbox on my form. First of all, some context. I'm developping a windows form interface for an access 2007 database. The interface is to be used from a third party application.
On my form, I have a listbox that is bound to my DB. The datasource of the listbox is set to a particular table in my DB. The data, from my table shows up as expected. However, when I click on a row of my listbox, it's like the focus freezes on the listbox. Afterwards, I can't click on anything else on my form, I can't even close it. I have to stop the debugger and start again.
I really can't see what causes this, any help will be greatly appreciated.
Thanks
Ggilmann
I've got this weird problem with a listbox on my form. First of all, some context. I'm developping a windows form interface for an access 2007 database. The interface is to be used from a third party application.
On my form, I have a listbox that is bound to my DB. The datasource of the listbox is set to a particular table in my DB. The data, from my table shows up as expected. However, when I click on a row of my listbox, it's like the focus freezes on the listbox. Afterwards, I can't click on anything else on my form, I can't even close it. I have to stop the debugger and start again.
I really can't see what causes this, any help will be greatly appreciated.
Thanks
Ggilmann