Feature: Add a "View Windows" menu for remote desktop control

This commit is contained in:
yuanyuanxiang
2026-07-11 18:05:25 +02:00
parent f146af121a
commit f2a95848ce
7 changed files with 22 additions and 1 deletions

View File

@@ -996,6 +996,7 @@ BEGIN_MESSAGE_MAP(CMy2015RemoteDlg, CDialogEx)
ON_MESSAGE(WM_SPLITTER_RELEASED, &CMy2015RemoteDlg::OnSplitterReleased)
ON_COMMAND(ID_COPY_CLIENT_INFO, &CMy2015RemoteDlg::OnCopyClientInfo)
ON_COMMAND(ID_ONLINE_ACTIVE_WND, &CMy2015RemoteDlg::OnOnlineActiveWnd)
ON_COMMAND(ID_ONLINE_VIEW_WND, &CMy2015RemoteDlg::OnOnlineWindowManager)
END_MESSAGE_MAP()