-
ImageCombo in .NET
Greetings All:
I am trying to find a control that behaves like the ImageCombo from VB6. If I try to add the ImageCombo from the AxMSComctlLib Namespace, I cannot get the Click event to fire when I click the control. Asgorath was helpful enough to point me in the direction of someone who has written some C code to mimic the behavior using native .NET controls instead of reverting to the ActveX VB6 control. I rewrote this in VB.NET and got parts of it working, but not everything as it should be. The dropdown portion does display both an image and the text, but the TextBox portion only displays the text after an item is selected. I found another person on .Net 247 having a similar problem (http://www.dotnet247.com/247reference/msgs/5/28245.aspx)
So, I am asking anyone for any help they can give in reproducing the behavior of the ImageCombo using either native .NET controls or the ActiveX counterparts. I will be happy to share the final solution with anyone who needs it.
If anyone want to see the source code so far, let me know and I can post it...
Thanks in Advance:
Hume
-
Re: ImageCombo in .NET
Here is a previous thread on trying to get ImageCombo behavior, but I think it will still suffer from being unable to display the TextBox portion correctly...
http://www.vbforums.com/showthread.p...ght=imagecombo