SridharRapaka
New member
- Joined
- Nov 8, 2011
- Messages
- 1
- Programming Experience
- 1-3
Hi,
I have created an application domain, using which i am executing an .exe file.So the command window does open which has the title as file name. I want to hide the command window.
Dim
newAppDomain As AppDomain = AppDomain.CreateDomain("", AppDomain.CurrentDomain.Evidence, AppDomain.CurrentDomain.SetupInformation)
newAppDomain.ExecuteAssembly(IO.Path.Combine(OfficeAddInConfig.Instance.BinPath &
"\Core", "file1.exe"))
Here a command prompt will be opened which need to hide.
Please help me if any one has any idea.
Thanks.
I have created an application domain, using which i am executing an .exe file.So the command window does open which has the title as file name. I want to hide the command window.
Dim
newAppDomain As AppDomain = AppDomain.CreateDomain("", AppDomain.CurrentDomain.Evidence, AppDomain.CurrentDomain.SetupInformation)
newAppDomain.ExecuteAssembly(IO.Path.Combine(OfficeAddInConfig.Instance.BinPath &
"\Core", "file1.exe"))
Here a command prompt will be opened which need to hide.
Please help me if any one has any idea.
Thanks.