CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Jul 2007
    Location
    In the present
    Posts
    80

    [RESOLVED] Combo Box Controls

    It may not be possible but I need a combo box to launch an function automatically much like a check box can be.

    I have a combo box that is populated with info from a database. I can not figure out how code the combo box so that when "... Add new Record" is selected it will automatically trigger an event with out having to press a button.

    Thanks

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Combo Box Controls

    As far as I know, the combobox does not have any "... Add new Record" implementation.

    If you are referring to taken some action when a user makes a combobox selection change, then look at ComboBox.SelectedIndexChanged event in Msdn.

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