MultiSelection combo gets hidden in a Frame
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I've created a user control with one text box, one list box and one command button. It acts like a multi selection combo box. I've put it in a Frame. Problem is when I click on the button list box gets hidden and does not show up properly. While windows combo box displays properly irrepective of the place where we put it on. I've tried windows API function BringWindowToTop, but it didnot work either. Please suggest any way to keep the list box on top and display it fully. Thanks in advance
Don't Quit