Hi durai,i set myform.topmost=true
if i using selectedindexchanging_event and when code running until e.cancel=true: then dropdownview will display under myform
this problem can fix? (seems to be due to msgbox). I want the dropdown to close after e.cancel = true
sr my bad image:
Thanks!
In addition, it always runs msgbox () twice when e.cancel = true.
Private Sub sfMulticbbox_SelectedIndexChanging(sender As Object, e As SelectedIndexChangingArgs) Handles sfMulticbbox.SelectedIndexChanging
msgboxInfo("....")
e.Cancel = True
return
end sub