0

I have a program A which is console application. Then I have program B which is C# windows application. With in program B I want to give facility to users to view and edit the config file of A.

How can I access the config file of A ; when I'm using application B. Is that possible?

4
  • In application B when you are reading and writing the config file? Commented Mar 19, 2014 at 5:33
  • In App B I have button to 'View config in A'. In there I want to open the config in A and edit. Commented Mar 19, 2014 at 5:38
  • you just need to start Application A from B and pass location of file through arguments. check this: link:stackoverflow.com/questions/3456228/… Commented Mar 19, 2014 at 5:44
  • Check out the answer in the post - stackoverflow.com/questions/6341906/…. This should help you get going Commented Mar 19, 2014 at 6:55

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.