Run program inside C# app.
-
I have launched programs from a C# app before, but I have been wondering if it is possible to launch an application inside a C# app. So, what i am wondering is this, could i launch, say notepad o rmediaplayer, inside a C# app, so it would actually render inside the app? Or barring that, run as if they were part of it? Here is what I am looking to do: run applications inside a c# app so that i can minimize them to my system tray, even though they dont normally allow you to do so, so i could technically have notepad open in my tray, or mediaplayer, or even firefox. Is this even possible?
______________________ Oh Hamburgers!
-
I have launched programs from a C# app before, but I have been wondering if it is possible to launch an application inside a C# app. So, what i am wondering is this, could i launch, say notepad o rmediaplayer, inside a C# app, so it would actually render inside the app? Or barring that, run as if they were part of it? Here is what I am looking to do: run applications inside a c# app so that i can minimize them to my system tray, even though they dont normally allow you to do so, so i could technically have notepad open in my tray, or mediaplayer, or even firefox. Is this even possible?
______________________ Oh Hamburgers!
These might help: Window Tabifier[^] Window Tray Minimizer[^]
Giorgi Dalakishvili #region signature my articles #endregion
-
These might help: Window Tabifier[^] Window Tray Minimizer[^]
Giorgi Dalakishvili #region signature my articles #endregion
-
Looks like that may be exactly what I need :) thank you.
______________________ Oh Hamburgers!
You are welcome :)
Giorgi Dalakishvili #region signature my articles #endregion
-
You are welcome :)
Giorgi Dalakishvili #region signature my articles #endregion
-
Wow, I just used the tabifier, that is exactly what I was looking for (and a bit more). Amazing program, thank you again :)
______________________ Oh Hamburgers!
Thanks :)
Giorgi Dalakishvili #region signature my articles #endregion