[VB.NET] Ecriture .config
désolé c encore moi avec mon .config :oops:
une question toute bete comment on ecrit des valeur par le code dans un .config
j'ai essayer ca mai ca fonctionne pas
Code:
1 2
|
System.Configuration.ConfigurationSettings.AppSettings("Language") = "French" |
mon . config et comme ceci :
Code:
1 2 3 4 5 6 7 8 9
|
<?xml Version="1.0" Encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="Language" value="French" />
<add key="Port_Com" value="1" />
<add key="Port_Vitesse" value="19200" />
</appSettings>
</configuration> |
si quelqu'un c'est comment faire je suis preneur :wink: