top of page
![powershell.png](https://static.wixstatic.com/media/e58279_9f0291f736774d6694b1d5cd73066167~mv2.png/v1/fill/w_850,h_329,al_c,lg_1,q_85,enc_avif,quality_auto/e58279_9f0291f736774d6694b1d5cd73066167~mv2.png)
PowerShell On Steroids
Build Material Design based PowerShell GUI Apps
![](https://static.wixstatic.com/media/e58279_323b6926c73a46e2a430909092ef8f2df000.jpg/v1/fill/w_250,h_250,fp_0.50_0.50,q_30,blur_30,enc_auto/e58279_323b6926c73a46e2a430909092ef8f2df000.webp)
![DataGrid with "Gmail-Like" Controls](https://static.wixstatic.com/media/e58279_323b6926c73a46e2a430909092ef8f2df000.jpg/v1/fill/w_273,h_154,fp_0.50_0.50,q_90,enc_auto/e58279_323b6926c73a46e2a430909092ef8f2df000.webp)
avicoren
Feb 4, 20225 min read
DataGrid with "Gmail-Like" Controls
I really like the Gmail grid style, where the action buttons are part of the row and how they are floating as the mouse hovers over the...
1,6891
![](https://static.wixstatic.com/media/e58279_fd40c5eb8792445f8b1458323f8a1244f000.jpg/v1/fill/w_250,h_250,fp_0.50_0.50,q_30,blur_30,enc_auto/e58279_fd40c5eb8792445f8b1458323f8a1244f000.webp)
![How to add a Spinner](https://static.wixstatic.com/media/e58279_fd40c5eb8792445f8b1458323f8a1244f000.jpg/v1/fill/w_273,h_154,fp_0.50_0.50,q_90,enc_auto/e58279_fd40c5eb8792445f8b1458323f8a1244f000.webp)
avicoren
Dec 18, 20214 min read
The art of Input Validation
One of the most critical foundations of an app's data integrity and consistency is covered in this post: Data input validation. As you've...
9220
avicoren
Dec 11, 20213 min read
Filling up some MD forms
Some words on input controls and form layout. Material Design has three flavors of input styles: On all of them you can put a hint, and...
2800
avicoren
Dec 9, 20211 min read
Big Gotcha in navigation rail SelectionChanged event
The event that triggers when you change a tab is called 'SelectionChanged'. It is attached to the TabControl UI control. Give a name to...
1890
![How to add Active Directory's User pic in app](https://static.wixstatic.com/media/e58279_eda3fed821a04ef383a5ac668082e28f~mv2.png/v1/fill/w_254,h_154,fp_0.50_0.50,q_95,enc_auto/e58279_eda3fed821a04ef383a5ac668082e28f~mv2.webp)
avicoren
Dec 6, 20212 min read
How to add Active Directory's User pic in app
Do you store users' pictures in Active Directory? If you do, there is nothing easier than putting their pictures in your PowerShell app....
3280
![Raise (Tab) Awareness](https://static.wixstatic.com/media/e58279_bb1bcb438f1b47088e2a71b980bba7ad~mv2.png/v1/fill/w_274,h_154,fp_0.50_0.50,q_95,enc_auto/e58279_bb1bcb438f1b47088e2a71b980bba7ad~mv2.webp)
avicoren
Dec 3, 20212 min read
Raise (Tab) Awareness
Those great looking navigation rails we created, work great as long as your app is simple and contains only the pages you defined in the...
3820
avicoren
Dec 3, 20212 min read
Dot-Sourcing reusable PS code
On all of my previous posts, I showed you that the files had common code on their top parts. I said we don't touch those parts usually...
2170
avicoren
Dec 1, 20213 min read
Know your elements
How to view the content of a UI element When designing an app, we have to know exactly how every UI element should look like, and respond...
4432
avicoren
Nov 28, 20212 min read
Navigation Rail gets an upgrade
How to add both "Hamburger" and "Popup" menus to the Navigation Rail.
5120
avicoren
Nov 27, 20212 min read
Navigation Bar in less than 2 minutes
MDIX (Material Design In Xaml) contains a VERY simple yet beautiful looking navigation bar. MD calls it a "Navigation Rail Tab Control"....
1,7220
avicoren
Nov 25, 20213 min read
Data Grid
Learn how to implement Material Design DataGrid on a PowerShell WPF GUI App.
2,3530
avicoren
Nov 24, 20214 min read
C'mon have a snack bar
Use a Snackbar for displaying information to the user
1,3720
avicoren
Nov 23, 20214 min read
Opening and Saving Files
Learn how to use Open and Save MS windows newest dialogs
9240
avicoren
Nov 22, 20214 min read
First Window to the (hello) world
First WPF PowerShell Material Design App explained
9020
avicoren
Nov 21, 20213 min read
Creating a project skeleton
Unlike C# projects that can live on one VS solution and be "Packed for shipment", In PowerShell we have nothing to compile. It's a...
7040
![System.Windows.Forms doesn't live here anymore](https://static.wixstatic.com/media/e58279_0d86ba3546b64e06a20f8002b0fedf22~mv2.png/v1/fill/w_274,h_154,fp_0.50_0.50,q_95,enc_auto/e58279_0d86ba3546b64e06a20f8002b0fedf22~mv2.webp)
avicoren
Nov 20, 20212 min read
System.Windows.Forms doesn't live here anymore
"The journey of a thousand miles begins with one step" Lao Tzu So... I'm excited to post my first hands-on piece on a subject I am...
7900
avicoren
Nov 19, 20213 min read
How Google's Material Design ended up on PowerShell?
The (in)complete story behind adopting Material Design Style on PowerShell.
4320
bottom of page