Browse By Tags

Sorry, but there are no more tags available to filter with.
  • Assign selected value for multi column UltraComboBox

    Hi all,

    I have a ultracombobox which look like this (below) and the sr_function_hid will hide from user. How should I program and assign the selected row  based on the sr_function_hid value?

    now if i direct assign ucbFunction.text = 148 (the value of sr_function_hid…

  • Customize UltraCombo

    I need to customize a pair of options in my UltraCombo UI Element to look more "attractive" to my  customer.

     1) I'll need to change the arrow of the DropDown button with a picture made for us.

    I've used the UIElementViewer to find the UIElement…

  • issue with retrieving assigned value from ultracombo

    Hi,

    I am assigning value to ultracombo as

    cboStands.Value = "45270"

    it then fires value change event, event handler for value change is getting the value as nothing, code is

    standOID =

    CType(cboStands.Value, Int32)

    any idea why the value…