answersLogoWhite

0

When you open any application, such as Word, Excel, PowerPoint, etc., you will find two windows on the screen. The larger window is called the Application window. This window helps the user to communicate with the application program.

The smaller window, which is inside the Application window is called the document window. This window is used for typing, editing, drawing, and formatting the text and graphics

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What is the difference between application window and windows application?

When you open any application, such as Word, Excel, PowerPoint, etc., you will find two windows on the screen. The larger window is called the Application window. This window helps the user to communicate with the application program. The smaller window, which is inside the Application window is called the document window. This window is used for typing, editing, drawing, and formatting the text and graphics


What is application window and document window?

The application window is the one that is running your program, such as "WINWORD.EXE" and the document window is the one inside of "WINWORD.EXE" with the currently open document you are editing, such as "termpaper.docx".


What is the difference between Windows and window?

WindowsTM is an OS and a window is a plate of glass. On your computer, any application and any dialog box that you have running will be running in a "window" Often the window will have a frame (but it does not have to).


What is the difference between Window Hosting and Web Hosting?

Who is using the application window those can prefer to the window hosting and it works Internet hosting services. Basically, you have seen, Most of the people are using window application and comfortable with window. Web Hosting works for all, It can host all the application like Window, Linux, Any operating system. http://poweruphosting.com


When you view a portion of a document on the screen its called?

Document window


How do you view a document on xp office?

Double click the document name in an explorer and if you have a program that can open it it will open. If you want to open it with a specific program, right click the file name and select "open with" select the program you want to open it with. or Open the application, drag the document file to the application window and if the application can open it it will.


Difference between deactivate window and release window command?

w


Which bar allows you to launch an application display a document open another window or search for information on the internet?

menu bar


The Of the document window usually displays a document's file name?

The document window typically shows the file name of the active document, allowing users to identify which file they are currently working on. This is often located at the top of the window, in the title bar. Additionally, it may include other information, such as the application name or the status of the document (e.g., "unsaved changes"). This feature helps users manage multiple documents efficiently.


What is the difference between a mirror and a window?

A mirror is reflective an window is transparent or translucent


Differentiate application window from workbook window?

the application window is an app and the workbook window is a winow


What is the difference between PostMessage and SendMessage?

The difference between these two API calls is the way that they return control to the calling application. With SendMessagecontrol is not returned to the calling application until the window that the message was sent to has completed processing the sent message, however with PostMessage control is returned to the calling application immediately, regardless of weather or not the sent message has been processes. postMessage: Sends a message in the message queue associated with the thread and returns without waiting for the thread to process that messaage.SendMessage: calls the window procedure for the specified window and does not return until the window procedure has processed the message. PostMessage is a Asynchronous function where as SendMessage is a synchronous function.