Here's the command switch I tried:
- Code: Select all
cobra -ref:System.Windows.Forms -ref:System.Drawing ObjectExplorer-WinForms.cobra "$(FilePath)"
Thanks.
cobra -ref:System.Windows.Forms -ref:System.Drawing ObjectExplorer-WinForms.cobra "$(FilePath)"
form = ObjectExplorer()
form.text = 'My WinForms Object Explorer'
form.addKeyValue('a list', [1, 2, 3])
form.addKeyValue('a set', {'a', 'b', 'c'})
form.show
Application.run(form)
Users browsing this forum: No registered users and 44 guests