Standard message box popups using Wscript.Shell look boring, ugly, a bit 1990s and aren’t very flexible. So we’ve created our own PowerShell GUI message box popup. **UPDATED** – Now supports multiline messages that are too long for the default text … Continue reading →
[catlist name=”PowerShell Forms” conditional_title=”Other Posts in this Series:” numberposts=5 pagination=yes customfield_orderby=”series_post_order” order=”asc”] This post provides an example of creating a pretty PowerShell combobox using a custom DrawMode. Instead of using the default fonts and colours, we can override this setting … Continue reading →
[catlist name=”PowerShell Forms” conditional_title=”Other Posts in this Series:” numberposts=5 pagination=yes customfield_orderby=”series_post_order” order=”asc”] This post provides an example of how we can override the default behaviour to show custom tooltips in PowerShell Forms using OwnerDraw. Add-Type -AssemblyName System.Drawing #define brushes for … Continue reading →