how to work with many windows

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • mgokkaya
    No longer a forum member
    • Apr 2006
    • 191

    how to work with many windows

    i have 6 projects converted to exe...
    what i want to do is make a tray which includes all of the 6 exe files and when i run one of the other exes tray will hide itself... and if i exit the exe tray will show up again...
  • RizlaUK
    Indigo Rose Customer
    • May 2006
    • 5552

    #2
    Here, simple and crude, but it works

    Application.Minimize();
    result = File.Run("AutoPlay\\Docs\\your_file.exe", "", "AutoPlay\\Docs", SW_SHOWNORMAL, true);
    Application.Restore();
    Embrace change in your life, you never know, it could all work out for the best

    Comment

    Working...
    X