We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Powershell Windows Forms Application

I have a script that will be much easier ti use with a GUI. Syncfusion assemblies let me make the application look better. Wondering if we can use Syncfusion Winforms assemblies in Powershell Windows forms application.
If they can be used, please advise if there is documentation available.

1 Reply

VR Vijayalakshmi Roopkumar Syncfusion Team November 7, 2016 09:23 AM UTC

Hi Optimise,

Thank you for using Syncfusion Products.

Query#: Wondering if we can use Syncfusion Winforms assemblies in Powershell Windows forms application. If they can be used, please advise if there is documentation available.

Yes, if you looking for the Syntax Editor type of control for Powershell language, you can make use of our EditControl. The same has been demonstrated in the following sample. Please download it from below location: 
CodeSnippet: [C#] 
 
this.editControl1.LoadFile(BasePath + \\Powershell.ps1); 
this.editControl1.ApplyConfiguration(KnownLanguages.PowerShell); 
 
Screenshot: 
 
  
Please try this solution and let us know if it meets your requirement or not.

Regards,
Vijayalakshmi V.R. 


Loader.
Live Chat Icon For mobile
Up arrow icon