15,980
社区成员




HINSTANCE hinstance = ShellExecute(*this, _T("open"), m_strFilePath, NULL, NULL, SW_SHOWNORMAL);
CString strWindNmae=m_strFilePath+" - 记事本";
HWND hWnd=::FindWindow(NULL,strWindNmae);
::SendMessage(hWnd, EM_LINESCROLL, 0, 200); //跳到200行