Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

User Image
Osandakj
1 discussion post
Hello,
I have had few apps minimized to tray and running since weeks. Due to an unexpected file explorer crash, main taskbar and DFS taskbar restored without application icons which I have minimized to tray earlier. However I still see those programs running in Taskman processes tab. How can i bring those programs back to visible state? Please help. Urgent reply is highly appreciated. Thank in advance.
Regards,
Osanda.

O/S: Win 7 HP x64 SP1 MR (Build 7601)
DFS: v8.1.2 Pro x64
Dec 30, 2017 (modified Dec 30, 2017)  • #1
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Sorry for the late reply. If you still need it, you can try creating a Scripted Function with this code, which should restore all open windows:

Code

using System;
using System.Drawing;

public static class DisplayFusionFunction
{
    public static void Run(IntPtr windowHandle)
    {
        foreach (IntPtr window in BFS.Window.GetAllWindowHandles())
        BFS.Window.Restore(window);
    }
}
Jan 2, 2018 (modified Jan 2, 2018)  • #2
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)