Alternative Forms

Ask questions about creating Graphical User Interfaces (GUI) in PowerShell and using WinForms controls.
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 10 years and 10 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
User avatar
cvucic
Posts: 23
Last visit: Fri Jan 14, 2022 9:10 am

Alternative Forms

Post by cvucic »

Is there any way to currently, or possibility of additions in the future, to use alternative "winformsesque" libraries in Powershell Studio 2012? For example, the winforms libraries created by Telerik or Firemonkey?

GUI design is new to me, so forgive if this question is "misformatted", or sounds as if it was written by a 7 year old... I usually just do scripting. It would be nice to put a little pizazz into windows otherwise drab presentation. Trying to stay away from Visual Studio.

Any suggestions are appreciated.
User avatar
davidc
Posts: 5913
Last visit: Mon Jul 08, 2019 8:55 am
Been upvoted: 2 times

Re: Alternative Forms

Post by davidc »

The designer does not support third party libraries because PowerShell isn't 100% compatible with all controls.

This doesn't mean you can't call the third party libraries from within your script.

David
David
SAPIEN Technologies, Inc.
This topic is 10 years and 10 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked