Click or drag to resize
CSYSProgName Method
This method allows you to name the current process being displayed by the progress bar. This method has no affect if no progress bar exists.

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static void ProgName(
	string str1,
	int i2
)

Parameters

str1
Type: SystemString
New Process Name
i2
Type: SystemInt32
0 - Change the Name but do not change the percentage 1 - Change the Name and Reset Percent to 0 2 - Change the Name but no Percent Bar
See Also