Your requirement seems contrary to user experience. A Combobox is normally used so that a user can select an item from a list of items. Selection is committed upon user click after which the Combobox closes its dropdown.
I think you should allow the user to select an item and then show the Add/Edit controls. That would make the UI more intuitive. On Apr 29, 4:51 pm, Atul Setu <[email protected]> wrote: > i am making a usercontrol. here as u see here is a combo box showing and one > Button. Showing left. > > I want here is that when I on dropdown is active this button will > invisible and the next button series will appear that will be….(the event > will be *multiColumnComboBox1_DropDown*****) > > Now if I wan to click on add symbol the new form will invoke. But this will > be done when the list is showing and I can click on the images. But the > problem is that I am unable to do so. Because when I click out side the * > multiColumnComboBox1_DropDownClosed* is been called. The event for the image > click is not been called. And on this event the pannel will be invisible. > > The next problem is that this is a user control which is been formed by the > joing two component one is the multi coloum combo box. And next is the > extendet pannel . I have to call multiple form on the image click. That is > according to diiferent table it will work differently. Exmple if the value > is coming from the customer table then on add image click the add > customer form > will be called. If coming from the staff table then on clicking on add > symbol the add staff form will be called. > > for details please see the document attached..... > > Please help… > > With Warm Regards > =============== > Atul Setu > +91-98112-20302 > [email protected] > > advControl.doc > 311KViewDownload
