S
s Domadia via .NET 247
Hi,
actually my problem is with combobox event handling. when i clickon some pictureBox control i want to call ComboBox click eventdirectly,now upto some extent it's fine . i mean when i click onpicturebox it is calling the code that is written inComboBox_click() event but that is not enough i want to havesame response as when u click on a combobox(ie. clickingcombobox displays dropdown list). so even i want to do samewhen user clicks on picturebox not only it shld callComboBox_click() event but it should display that dragdrop listalso same way as it is calling the ComboBox_click() event.
It would be really helping if you can provide any suggestions.
actually my problem is with combobox event handling. when i clickon some pictureBox control i want to call ComboBox click eventdirectly,now upto some extent it's fine . i mean when i click onpicturebox it is calling the code that is written inComboBox_click() event but that is not enough i want to havesame response as when u click on a combobox(ie. clickingcombobox displays dropdown list). so even i want to do samewhen user clicks on picturebox not only it shld callComboBox_click() event but it should display that dragdrop listalso same way as it is calling the ComboBox_click() event.
It would be really helping if you can provide any suggestions.