Hi Everyone
I have Embedded CSV files and using the Datas from CSV file
Everything is fine .Now need to Update the CSV file on runtime.
Since Embedded resources are not editable i want to do something !!! Good way to store/update data or Edit Embedded resources (if possible)
Advanced Thanks
Loading
FroglegPosted Mar 30, 2011, 11:33 AM
When your program first runs, it creates an identical file in say MyDocuments folder.
You could then update that file as needed, and always have your default file to fall back on
narasimman gPosted Mar 30, 2011, 10:55 AM
tanks for the response
@frog
I am havin list of messages in gridview
each message contain subtags ( when i click grid row all subtags are loaded in treeview)
each treeview node s having some description shown in richtextbox
same like dictionary
VulpesPosted Mar 30, 2011, 4:34 AM
FroglegPosted Mar 30, 2011, 1:22 AM