|
|
|
|
|
Total Hits: 1 | Today: 1
|
Author: Microsoft Corporation
|
Rating:
|
|

JScript displays information in a browser by using the write method of the browser's document object. It can also display information in forms within a browser and in alert, prompt, and confirm message boxes. For more information, see Using Message Boxes....
|
|
|
|
Total Hits: 1 | Today: 1
|
Author: Microsoft Corporation
|
Rating:
|
|

Here is example code for basic programming concepts that cannot be summarized with a keyword. For more information, see Keywords Compared in Different Languages....
|
|
|
|
Total Hits: 1 | Today: 1
|
Author: Microsoft Corporation
|
Rating:
|
|

An error number is a 32-bit value. The upper 16-bit word is the facility code, while the lower word is the actual error code. To determine the actual error code, use the & (bitwise And) operator to combine the number property with the hexadecimal number 0xFFFF....
|
|
|
|
Total Hits: 1 | Today: 1
|
Author: Microsoft Corporation
|
Rating:
|
|

The , operator causes the expressions on either side of it to be executed in left-to-right order, and obtains the value of the expression on the right. The most common use for the , operator is in the increment expression of a for loop. For example:...
|
|
|
|
Total Hits: 1 | Today: 1
|
Author: Microsoft Corporation
|
Rating:
|
|

This walkthrough demonstrates how to create a basic sequential workflow template. The workflow checks a property of a document library to determine whether a document has been reviewed. If the document has been reviewed, the workflow finishes. This walkthrough illustrates the following tasks: *Creating a SharePoint 2007 sequential workflow project. * Creating a workflow schedule. *Handling activity events....
|
|
|
|
Total Hits: 1 | Today: 1
|
Author: Microsoft Corporation
|
Rating:
|
|

When you create a custom task pane in an application that uses multiple windows to display documents and other items, you need to take extra steps to ensure that the task pane is visible when the user expects it to be.
Custom task panes in all applications are associated with a document frame window, which presents a view of a document or item to the user. The task pane is visible only when the associated window is visible. However, not all applications use document frame windows the same...
|
|
|
|
Total Hits: 1 | Today: 1
|
Author: Microsoft Corporation
|
Rating:
|
|

#
Open or create an application-level project for one of the applications listed above in the 2007 Microsoft Office system. For more information, see How to: Create Visual Studio Tools for Office Projects. #
On the Project menu, click Add User Control. #
In the Add New Item dialog box, change the name of the new user control to MyUserControl, and then click Add....
|
|
|
|
Total Hits: 1 | Today: 1
|
Author: Microsoft Corporation
|
Rating:
|
|

Host items and host controls are classes that help provide the programming model for Visual Studio Tools for Office solutions. They make interacting with the object models of Microsoft Office Word and Microsoft Office Excel, which are based on COM, more like interacting with managed objects such as Windows Forms controls....
|
|
|
|
Total Hits: 1 | Today: 1
|
Author: Microsoft Corporation
|
Rating:
|
|

To produce an executable JScript program, you must use the command-line compiler, jsc.exe. There are several ways to start the compiler. If Visual Studio is installed, you can use the Visual Studio Command Prompt to access the compiler from any directory on your machine. The Visual Studio Command Prompt is in the Visual Studio Tools program folder within the Microsoft Visual Studio program group....
|
|
|
|
Total Hits: 1 | Today: 1
|
Author: Microsoft Corporation
|
Rating:
|
|

There are three ways that JScript displays data from a command-line program. The Microsoft JScript command-line compiler provides the print statement. The class Console provides additional methods that facilitate interaction with the user using the console....
|
|
|
|
Total Hits: 1 | Today: 0
|
Author: Microsoft Corporation
|
Rating:
|
|

The information in this topic applies only to the specified Visual Studio Tools for Office projects and versions of Microsoft Office....
|
|
|
|
Total Hits: 3 | Today: 0
|
Author: Microsoft Corporation
|
Rating:
|
|

This walkthrough demonstrates how to deploy a document-level customization so that the document and the assembly are located in different folders on the end user computer. This type of deployment is known as the local/local deployment model. For more information about options for deploying your solution, see Deployment Models (2003 System). For more information about document-level customizations, see Architecture of Document-Level Customizations....
|
|
|
|
|
|