Skip to content

Not The Bomb Shell

Nothing earth shattering here. Just PowerShell.

Not The Bomb Shell
Primary Menu
  • Home
  • About
  • Blog

Tag: PowerShell

WinForm Creating Controls in PowerShell Using Classes – Part 3

Posted on January 11, 2021February 7, 2021 by tofubug

Controlling Some Controls Picking up from previously, we’re next going to abstract how our controls are created. We’re going to Create a whole new Class right at the top of our file (but right below our using namespace section) Lot to unpack here but we’ve basically created a Controls Factory. It never needs to be […]

Continue Reading

WinForm Creating Controls in PowerShell Using Classes – Part 2

Posted on January 9, 2021January 12, 2021 by tofubug

Laying The Foundation: Following up from previously. We begin by using, well using . This takes advantage of PowerShell’s ability to pull in entire namespaces of types making most of the uses of Add-Type obsolete. I also use the direct type format whenever possible Over One because its clearer what’s going on, and two because […]

Continue Reading

WinForm Creating Controls in PowerShell Using Classes

Posted on January 9, 2021January 12, 2021 by tofubug

The opening on a series of post about converting a function driven WinForms PowerShell script into a nearly all Class driven WinForms

Continue Reading
Copyright all rights reserved | Theme: Minimal Blog by WPinterface.