TAILIEUCHUNG - Ivor Horton’s BeginningVisual C++ 2008 phần 7

Chọn từ các tùy chọn sau đây: Thêm một mục D Xóa một G vào một mục nhập danh sách L Q Quit g Nhập một tên đầu tiên: Mary Nhập một tên thứ hai: Jones số cho Mary Jones là 213 443 5671 Chọn từ các tùy chọn sau đây : Thêm một mục d Xóa một mục nhập danh sách L Q Quit d Nhập một tên đầu tiên: Mary Nhập tên thứ hai: Jones Mary Jones bị xóa. | Chapter 13 Programming with the Microsoft Foundation Classes app was launched with RegServer Register Unregserver or Unregister. if ProcessShellCommand cmdInfo return FALSE The one and only window has been initialized so show and update it m_pMainWnd- ShowWindow SW_SHOW m_pMainWnd- UpdateWindow call DragAcceptFiles only if there s a suffix In an SDI app this should occur after ProcessShellCommand return TRUE The bits of the code that I want to mention at this point are shaded. The string passed to the SetRegistryKey function is used to define a registry key under which program information is stored. You can change this to whatever you want. If I changed the argument to Horton information about our program would be stored under the registry key HKEY_CURRENT_USER Software Horton TextEditor All the application settings are stored under this key including the list of files most recently used by the program. The call to the function LoadStdProfileSettings loads the application settings that were saved last time around. Of course the first time you run the program there aren t any. A document template object is created dynamically within Initlnstance by the statement pDocTemplate new CSingleDocTemplate IDR_MAINFRAME RUNTIME_CLASS CTextEditorDoc RUNTIME_CLASS CMainFrame main SDI frame window RUNTIME_CLASS CTextEditorView The first parameter to the CSingleDocTemplate constructor is a symbol IDR_MAINFRAME which defines the menu and toolbar to be used with the document type. The following three parameters define the document main frame window and View Class objects that are to be bound together within the document template. Because you have an SDI application here there is only one of each in the program managed through one document template object. RUNTIME_CLASS is a macro that enables the type of a class object to be determined at run time. There s a lot of other stuff here for setting up the application instance that you need not worry about. You can add any .

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.