TAILIEUCHUNG - Microsoft visual C_10

Tham khảo tài liệu 'microsoft visual c_10', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | The Word Application In the edit state we just set the alignment of the current paragraph. Remember that this method can only be called when the paragraph has another alignment due to a previous call to one of the update methods above. case WS_EDIT Paragraph pParagraph m_paragraphArray pParagraph- SetAlignment eAlignment pParagraph- Recalculate dc int iHeight pParagraph- GetHeight int yPos pParagraph- GetStartPos CRect rcParagraph 0 yPos PAGE_WIDTH yPos iHeight RectSet repaintSet rcParagraph UpdateAllViews NULL 0 CObject repaintSet MakeVisible UpdateCaret break In the mark state we traverse the marked paragraphs and set the alignment for those who have not already been set to the alignment in question. Remember that this method can only be called if at least one paragraph is not already set to the alignment in question. case WS_MARK RectSet repaintSet for int iParagraph iParagraph iParagraph Paragraph pParagraph m_paragraphArray iParagraph if pParagraph- GetAlignment eAlignment pParagraph- SetAlignment eAlignment pParagraph- Recalculate dc int iHeight pParagraph- GetHeight int yPos pParagraph- GetStartPos CRect rcParagraph 0 yPos PAGE_WIDTH yPos iHeight rcParagraph 384 Chapter 9 UpdateAllViews NULL 0 CObject repaintSet UpdateCaret break SetModifiedFlag The cut menu item will be enabled when the application is in the edit state that is when the user has marked a portion of the text. The method OnCut is quite simple it just copies the marked area into the copy buffer and then deletes it. Note that we do not have to check whether the application is in the edit or mark state. The cut menu item can only be chosen when it is enabled and the condition is that the application is in the mark state. void CWordDoc OnUpdateCut CCmdUI pCmdUI pCmdUI- Enable m_eWordState WS_MARK void CWordDoc OnCut OnCopy CClientDC dc m_pView m_pView- OnPrepareDC dc DeleteKey dc The method OnUpdateCopy

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.