I was trying to make an popup frame, after made some post here (a month ago) i got some solution by user in vbforums (joacim andersson). But then i left the method and using another method. Now i want to using it back, but i realize something is not working. Which is when i click combo dropdown arrow once, an then click it once again, the message box will execute twice or more depend on many time i click combo dropdown arrow.
Here i attached vb project to make thing much more clear .
It work on the sample i attached, but let me merge the code on my project first before i marked this thread as resolved .
Any other suggestion are welcome.
Thanks Andrew.
Edited:
In my project i have more tham one combo button like that. And using your solution problem arise when i click first combo button (popup combo1 frame appear), then i click second combo button (popup combo2 frame appear) and then click first combo button. So otherwise.
please help.
Last edited by barianto; Sep 20th, 2006 at 09:46 PM.
All I did was copy the frame you currently have, paste it pack in, then changes all the Frame1 stuff in Combo1_DropDown to Frame1(0) and all the Frame1 stuff in Combo2_DropDown to Frame1(1).