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

posted on 2011-05-31 17:11  盖天00  阅读(160)  评论(0编辑  收藏  举报

导航