dotnetSunnyUI=dotNet.loadAssembly "D:\Desktop\dll\SunnyUI.dll" dotnetSunnyCommonUI=dotNet.loadAssembly "D:\Desktop\dll\SunnyUI.Common.dll" --Create a DotNet Button mButton = dotNetObject "Sunny.UI.UIbutton" mButton.text = "Button" --Create a DotNet Form hForm = dotNetObject "Sunny.UI.UImainFrame" hForm.topmost = true hForm.Style=hForm.Style.green hForm.show() showmethods hForm.controls hForm.controls.Contains mButton