摘要:
设置或获取窗体的对话框结果命名空间:System.Windows.Forms程序集:System.Windows.Forms(在 system.windows.forms.dll 中)namespace System.Windows.Forms{ // 摘要: // Specifies identifiers to indicate the return value of a dialog box. [ComVisible(true)] public enum DialogResult { // 摘要: // Nothi... 阅读全文
摘要:
代码一:将Name中的字符COPY至Comment中Option ExplicitValidationMode = TrueInteractiveMode = im_BatchDim mdl ' the current model' get the current active modelSet mdl = ActiveModelIf (mdl Is Nothing) Then MsgBox "There is no current Model "ElseIf Not mdl.IsKindOf(PdPDM.cls_Model) Then MsgBox &qu 阅读全文