Problem With My New Tool
#1

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)

#2

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.
#3
Put the db config file crom the editor with your starter program

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

#5


i did that:

 
 

 
Its configure able so u can change the Name of the buttons + the programm the button opens.
 

Nice 

#6
Problem solved thank you Wizatek



Forum Jump:


Users browsing this thread: 1 Guest(s)