How Gantt chart in Microsoft Visual Studio in

VARCHART XGantt is an interactive Gantt chart control, and its modular design allows you to create applications that meet your and your customers needs. (Our leading Gantt controls VARCHART XGantt can be used in .NET, ActiveX and ASP.NET applications.) VARCHART XGantt can be quickly and easily integrated into your applications, helping you to identify performance bottlenecks, avoid delays and efficient use resources to make complex data easier to understand. This article describes how to install VARCHART XGantt .NET controls, and how to perform in Microsoft Visual Studio.

To develop .NET-based application, you need a development environment (such as Microsoft Visual Studio 2010 and later), the development environment supports at least .NET Framework 2.0 and is compatible with mixed-mode components. As the operating system, only use XP Service Pack 3 or higher 32-bit or 64-bit versions of Windows (x64) version.

installation

To install VARCHART XGantt .NET controls on the computer, launch the installer and follow the instructions.

By default, controls, and ist associated files are stored in the folder c: \ Program Files \ NETRONIC ( 32bit-Windows) or

c:\ Program Files(x86)\ NETRONIC(64bit-Windows)

After installation, you should add the control to the toolbox in the development environment.

We give an example of how in in Microsoft Visual Studio. In other programming environments, similar to the process:

1, in Visual Studio, create a Windows application program a new type of project. It does not matter what language selection, but please note that the toolbox is visible. If not, click " View toolbox ."

2. Right-click the toolbox to open the context menu, then choose " Select an item ."

3, by clicking on " the .NET Framework Components " tab " Browse ", you can select the assembly from the installation directory NETRONIC.XGantt.dll . Click OK after the confirmation, VARCHART XGantt .NET icon will be added to the toolbox.

4, for Visual Studio 2010 is important in terms of users: Before the control onto the form, must be in the " Application Settings (C #) " or " Advanced Compiler Settings (VB) " in the framework of the objectives from . NET Framework Client Profile changed to the .NET Framework 4 , because the former lack System.Design.dll, which is designed with the necessary properties page. If you do not change the framework, we try to control will pop up the following error message onto the form:

VARCHART XGantt User Manual: How .NET controls carried out in Microsoft Visual Studio

Alternatively, you can perform unattended VARCHART XGantt installation. To do this, enter:

Start / Wait (NameOfTheSetupFile) .exe / L1033 / s / V "/ qn ADDLOCAL = ALL"

With this call, the installation will not run on-screen user interaction and case status information is not displayed. Please note:

1. Call process (such as DOS box) needs to be run with administrator privileges; otherwise, a UAC message may appear that requires user input.

2. Language parameters: / L1033: English Installation; / L1031: German installation

3. Progress Information: / qb: displays progress information; / qn: do not show progress information; you will not see anything on the screen.

4. Start / wait, in case the batch file to run the installation. If you do not use the "wait", the batch file will run in parallel with the installation.

VARCHART XGantt during installation, the installation will be a set of example, its sign is placed on the desktop. Double-click to open the symbol sample set.

VARCHART XGantt User Manual: How .NET controls carried out in Microsoft Visual Studio

To run the sample, please mark it in the list, and then click the appropriate button . To view the property page XGantt source code or the current configuration, click . However, always be in the " source code in text mode on the" tab to view the source code .

Samples are grouped. The first set of application templates contains some practical examples of their use:

1. Vehicle Leasing: vehicle leasing arrangements for hosting orders

2. Control Center 2: You can arrange the order in the computer group. Orders are stored in the Access database.

3. Production plan: the classic production plan

4. 2. Management Seminar schedule of training rooms and trainers, and graphically visualize the conflict.

5. Shift plan: for employees assigned different shifts.

" Function Sample " The team showed some of the show's features XGantt.

Examples of real-time updates example shows how during the operation rather than the consequences mouse interaction visualization immediately at the end of the operation.


Guess you like

Origin blog.51cto.com/14467432/2475488