Code:
Private Sub Form_Load()
    Me.OsenXPForm1.Init Me

    osenxpcombobox.InsertItemBySQL AdoCN, "select SupplierID,CompanyName from suppliers order by supplierid", True, True
    cboSP.TextColumn = 1 ' Display >> CompanyName
end sub
hope u understand what i mean and i donnt knw what the extention between this code
and i realy appraciat it who can help me..