Si votre email correspond à un compte, vous recevrez un lien de réinitialisation.
Bonjour,ce code ne marche pas, pourquoi ?Dim oGenre As New HashtableWith oGenre.Add(1, "Genre 1).Add(2, "Genre 2").Add(3, "Genre 3")End WithComboGenre.DataSource = oGenreComboGenre.DisplayMember = "Key"ComboGenre.ValueMember = "Value"J'ai une erreur :System.ArgumentException was unhandledMessage="Complex DataBinding accepts as a data source either an IList oran IListSource."MerciOlivier
Bonjour, ce code ne marche pas, pourquoi ? Dim oGenre As New Hashtable With oGenre .Add(1, "Genre 1) .Add(2, "Genre 2") .Add(3, "Genre 3") End With ComboGenre.DataSource = oGenre ComboGenre.DisplayMember = "Key" ComboGenre.ValueMember = "Value" J'ai une erreur : System.ArgumentException was unhandled Message="Complex DataBinding accepts as a data source either an IList or an IListSource." Merci Olivier