app.config file multiple values -VB.net

  • Thread starter Thread starter meeraluv
  • Start date Start date
M

meeraluv

Guest
Hi,

<add key="Youtube" value="www.youtube.com" />
<add key="Google" value="www.google.com />
<add key="Yahoo" value="www.yahoo.com" />

The above is my app_config file. How will i get the add key value(Youtube,Google Yahoo) to my winform in vb.net.

I am getting the URL values. and its loading .. BUt this names also i need... Is there any other way to pass these names(Youtube,Google Yahoo) in VB.net.. Please help

Continue reading...
 
Back
Top