CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Location
    Germany
    Posts
    37

    Capture Combo text change

    Hello Together,
    I'll greately appreciate it if someone could let me know if there is a simple but efficient way to capture any change that occur in a Combobox(Item text change) and use it to update other controls on a form like text fields and others.
    Thanks for helping.
    Sincerely.


  2. #2
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: Capture Combo text change

    Did you try Combo1_Change() event?

    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [email protected]

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

Featured