Hi guys can you give clear idea or sample or link how to make control that react same as DropDown control.
Thanks
Printable View
Hi guys can you give clear idea or sample or link how to make control that react same as DropDown control.
Thanks
What exactly do you need that makes it so you dont want to use a combo box?
I want to add some other function, like FILTER (textbox), or option (CheckBox) under the list of drop down content. See attachment.
Actually by help some people here i almost made it. But it miss many other thing that important, so i about to abandoned it dn try to find anohter solution.
Thanks
BUmp, anyone
Not quite sure how you mean. Can you give an example?
Take a look here...
http://www.vbaccelerator.com/home/VB...oxes/index.asp
Sounds like to me that the OP wants the controls "inside" a combo box?
I Have attach two sample using different method.
Both have some minor issue, like when frame aktif/visible, you cannot close current form since i using "DoEvents" and "Sleep". Or When you click outside application while frame is visible you then the frame become "not responding" (for attachment number 2 only).
My question is how to combine "fake Combo Dropdown" as attached to become one control that behave like vb combo dropdown control?
I also try the one found on vbaccelerator, but since it use form it become last option.
http://www.vbaccelerator.com/home/VB...ol/article.asp
bump (again), anyone