Skip to content

Not The Bomb Shell

Nothing earth shattering here. Just PowerShell.

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

Category: PowerShell

The Tao of the Shell: The Prompt

Posted on March 5, 2021March 5, 2021 by tofubug

Been trying to find time to get back to my WinForms using Classes series but work and home life have me slammed. So I thought I’d kick of a series of disjointed but hopefully fun and interesting snippets. Lots of these will just be my own interpretations of things that probably exist out there already […]

Continue Reading

WinForm Creating Controls in PowerShell Using Classes – Part 4

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

An Eventful Time Been a while since Last Time but we’re diving back in this time, and we’re actually starting our ObjectForm class. Today we’re going to layout our Event Handlers so lets get started Pretty much the same Event Handlers we started with but this time they are actually PART of our class as […]

Continue Reading

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.