TAILIEUCHUNG - Microsoft Excel VBA Programming for the Absolute Beginner Second Edition phần 10

Làm thế nào để chơi các trò chơi Excetris được mô tả ở phần đầu của chương này và các bảng tính có chứa các trò chơi được thể hiện một lần nữa trong hình 10,10. Mục tiêu của tôi cho chương trình này là để chứng minh việc sử dụng các đối tượng thu hình dạng và một số đối tượng thành phần của nó trong khi tạo ra một chương trình thú vị. | Chapter 10 VBA Shapes 439 Chapter Project Excetris How to play the Excetris game was described at the beginning of the chapter and the worksheet containing the game is shown again in Figure . My objective for this program is to demonstrate the use of the Shapes collection object and some of its component objects while creating a fun program. Figure The Excetris worksheet. Excetris involves a minimal amount of animation involving a small group of Shape objects as they move down the area of the worksheet defined as the game board cells C3 L17 in Figure . VBA is somewhat limited with regard to animation. The easiest tool available for use in animating an object is the OnTime method of the Application object however its minimum one-second interval see Chapter 4 will prevent Excetris from reaching a high level of difficulty for the player. Requirements for Excetris My idea is to create a game modeled after the original Tetris with an emphasis on programming Shape objects in Excel. The game s interface will once again be constructed from a worksheet. A specific range on a worksheet provides the game board and the game pieces are constructed out of Shape objects AutoShapes of type msoShapeRectangle . The program tallies a score based on the number of shapes removed from the game board and assigns bonus points when multiple rows are removed as a result of placing a single shape. Microsoft Excel VBA Programming for the Absolute Beginner Second Edition In the Real World Multitasking refers to a computer s ability to manage multiple processes with a single central processing unit CPU . For example it is common to have more than one application such as Microsoft Word and Excel open at the same time. For each application that is open and running the operating system creates a separate execution path called a thread. In many programming languages it is also possible to create a single application that involves multiple threads. Your program can carry out more .

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.