You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example SendMessage line in the code:
WndAndApp.GetWindowIcon()
{
...
...SendMessageA(hwnd, WM_GETICON
...
}
freezes the bar when the app corresponding to the hwnd is being debugged.
Not very "programmer friendly" :).
Note: There are probably many ways to work around this, e.g. SendMessageTimeout() Windows API comes to mind.
The text was updated successfully, but these errors were encountered:
For example SendMessage line in the code:
WndAndApp.GetWindowIcon()
{
...
...SendMessageA(hwnd, WM_GETICON
...
}
freezes the bar when the app corresponding to the hwnd is being debugged.
Not very "programmer friendly" :).
Note: There are probably many ways to work around this, e.g. SendMessageTimeout() Windows API comes to mind.
The text was updated successfully, but these errors were encountered: