Results 1 to 2 of 2

Thread: ImageCombo in .NET

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2004
    Posts
    74

    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

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Jun 2004
    Posts
    74

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width