mirror of
https://github.com/yuanyuanxiang/SimpleRemoter.git
synced 2026-01-21 23:13:08 +08:00
Improve remote control ScreenSpyDlg reconnect logic
This commit is contained in:
@@ -81,6 +81,8 @@ LRESULT CDlgFileSend::OnUpdateFileProgress(WPARAM wParam, LPARAM lParam)
|
||||
SetDlgItemTextA(IDC_STATIC_CURRENT_FILE, *pFile);
|
||||
m_Progress.SetPos(percent);
|
||||
ShowWindow(SW_SHOW);
|
||||
BringWindowToTop();
|
||||
SetForegroundWindow();
|
||||
|
||||
delete pChunk;
|
||||
delete pFile;
|
||||
|
||||
Reference in New Issue
Block a user