Posts: 120
Threads: 32
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jun 2011
Reputation:
0
Hi so I made this tool for my self to make my life eazy
But unfortunately when I start a tool like ItemAll Editor using my tool , the saved data base config info doesn't come up:
is there anyway to fix this and make the saved data base config info show up, after starting ItemAll Editor using my tool?
Here is the code I am using:
I hope someone can help B)
Posts: 336
Threads: 14
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: May 2013
Reputation:
0
c# ? if yes here
Process myProcess = new Process();
myProcess.StartInfo.UseShellExecute = false;
myProcess.StartInfo.FileName = "here ur path with \\";
myProcess.StartInfo.CreateNoWindow = false;
myProcess.Start();
i did that:
Its configure able so u can change the Name of the buttons + the programm the button opens.
Posts: 768
Threads: 40
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: May 2011
Reputation:
0
Put the db config file crom the editor with your starter program
Posts: 336
Threads: 14
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: May 2013
Reputation:
0
For me it worked without a problem. Just started the exe. I think u need to select it one time and the config file need to be in the same direction.
Posts: 120
Threads: 32
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jun 2011
Reputation:
0
i did that:
Its configure able so u can change the Name of the buttons + the programm the button opens.
Nice
Posts: 120
Threads: 32
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jun 2011
Reputation:
0
Problem solved thank you Wizatek