2、Set the window as the first window
SetWindowPos(hwnd, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE);
For example, when I use die and x64dbg at the same time, after switching to x64dbg, the die will be hidden, and I need manual to select the die window to copy a value or address
1、Set the minimum width of the column,
The values in the red box are hidden.
2、Set the window as the first window SetWindowPos(hwnd, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE); For example, when I use die and x64dbg at the same time, after switching to x64dbg, the die will be hidden, and I need manual to select the die window to copy a value or address