MTGC ComboBox Issue

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tony Jen

    #1

    MTGC ComboBox Issue

    Hello, this is my first post:

    I have a problem, I'm working on a combox function and after
    retreiving relavent information. The combox will hide itself.

    cmbTransactionN o.Text = cmbTransactionN oAlt.SelectedIt em.col2
    txtTransactionN o.Text = cmbTransactionN oAlt.SelectedIt em.col2
    cmbTransactionN oAlt.Hide()

    But as I do this, the selectedIndexCh anged function automatically gets
    invoked and the Index of the combo box changed. I don't know how to
    use Hide() while keep SelectedIndex the same and not invoke
    selectedIndexCh anged function because there are code there that I
    don't want run with a different selectedIndex number.

    Thank you for your help

Working...