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...
<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...