HandleClock.cs
References Explorer taskbar window classShowWindow property reference
SHA-256e0f4492c9a6d8ac182f087a540aa45d8077fc4772e84d5d530da62d6bf801101
MaleculeH₃(DbPoU)
Evidence
2:3… ing System.Collections.Generic;
3using System.Diagnostics;
4using System.Linq;
5using System.Runtime.InteropServices;
6using System.Text;
⋯7 lines
37:7… {
38 var hWnd = Native.GetDlgItem(Native.FindWindow("Shell_TrayWnd", null), 0x12F);
39 hWnd = Native.GetDlgItem(hWnd, 0x12F);
40 Native.ShowWindow(hWnd, visible ? ShowWindowCommands.Show : ShowWindowCommands.Hide);
41 }
42 }
43
44
45}