max .net 时间条控件处理方法。

 


theObj = dotNetObject "MaxCustomControls.ProgressDialog"


theObj.Show()


theObj.text = "This Is A DotNet Progress Dialog"


theObj.Controls.Item[0].text = "STOP!"


theObj.Controls.Item[1].text = "Processing important information..."


theObj.Controls.Item[2].value = 65

你可能感兴趣的:(.net)