data in an appconfig.xml file.

bcm

Well-known member
Joined
Aug 13, 2007
Messages
56
Programming Experience
Beginner
I am creating a project in which I want to put data in an appconfig.xml file.
How can I do that using vb.net???
 
Do you mean app.config? If so then the Framework has a whole namespace dedicated to the topic. Do you want to add the values at design time and just read them at run time, or are you looking to edit the values at run time too?
 
display it in appconfig.xml file

I want to add the values only first time when I run it and then display it in appconfig.xml file, then next time when I run my application it should display
that values...
the design form of my progrn is as follows:
1)LABEL TEXTBOX COMBOBOX
2)LABEL TEXTBOX COMBOBOX
3)LABEL TEXTBOX COMBOBOX
4)LABEL TEXTBOX COMBOBOX
where textbox will have any time which we will enter and combobox will contain AM/PM..
Help me in that also
How to enter values in combobox???
:confused:
 
It's still not clear what file you're talking about. Do you mean the application configuration file, i.e. app.config, or do you just mean an XML file of your own creation that you just happen to have named appconfig.xml?
 
app.config

Yes app.config, I want to insert data in it. And where is this file located and by which name???
 
You still haven't really answered my question from post #2:
Do you want to add the values at design time and just read them at run time, or are you looking to edit the values at run time too?
 
Back
Top