Using C# Express .NET 2.0, I have a form with a combobox of URLs, a
webBrowser control and navigation contols, and an Access-bound listbox whose
text entries are used to form URLs. Selecting a listbox entry causes the
combobox, navigation controls and Close to all stop working (no click
events). (The listbox and webbrowser control continue to function properly.)
I am suspicious of how binding is set up, but it was done by the VS wizards.
I don't know what, if any, changes to make to get around this.
-peteg
|