Combo Box suitable event

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • faisalmushtaq
    New Member
    • Dec 2007
    • 7

    Combo Box suitable event

    Hello to all fellows,

    i have a combobox binded with a column of a datatable.The size of combo is not suitable according to record size(Design requirement,hop e u understand).i just want to know that whether is there any suitable event which i can use while opening combo and placing mouse pointer on it,i can get a tool tip text.Although i have used tool tip text after selection of value (when the Combo_selected_ index has been fired and combo is given value) but it seems better as the user moves pointer on combo's records the tool tip also starts working?

    Any Ideas???
  • radcaesar
    Recognized Expert Contributor
    • Sep 2006
    • 759

    #2
    If u don't set width in the design time, the combo box will extent based on the max value size of your recordset.

    Comment

    • faisalmushtaq
      New Member
      • Dec 2007
      • 7

      #3
      Thanks for reply but the problem is if it depends upon the size of record it may overlap another control of form placed near to it so thats y i m asking abt suitable tool tip event.

      Comment

      Working...