[RAPPS] add a layer of window above the richedit (#2871)

* add one more layer of window
* use ATL to create window
* set pLink to NULL to avoid wild pointer
This commit is contained in:
He Yang 2020-06-05 23:32:08 +08:00 committed by Mark Jansen
parent 88cdb9696b
commit eacaf65459
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B
4 changed files with 171 additions and 58 deletions

View file

@ -10,6 +10,7 @@ INT GetClientWindowHeight(HWND hwnd);
VOID CopyTextToClipboard(LPCWSTR lpszText);
VOID SetWelcomeText();
VOID ShowPopupMenuEx(HWND hwnd, HWND hwndOwner, UINT MenuID, UINT DefaultItem);
VOID ShowPopupMenu(HWND hwnd, UINT MenuID, UINT DefaultItem);
BOOL StartProcess(ATL::CStringW &Path, BOOL Wait);
BOOL StartProcess(LPWSTR lpPath, BOOL Wait);