Huddled Masses
You can do more than breathe for free...
Browse: Home / A quick progress update on PoshConsole

A quick progress update on PoshConsole

By Joel 'Jaykul' Bennett on 21-Aug-2007

Click for a teaser screenshot

This is actually a bit scary, because you can load sort-of … anything ;-) To prove it (you’re gonna love this … I should take a video, really, but it’s time for bed, so this will have to do): check this out Beat that! ;)

So yeah, I have this control written from an earlier project which creates a task list with live preview images. When I say “live previews” I mean actually live, like on the Vista Alt+Tab: if there’s a video playing, you can watch it in there (of course, it dies a horrible death on XP, but I have other code for that).

As a side note the TaskBar2.panel stuff is from the TINS release I made months ago, there’s several fun .panel files in there … but you have to load a bunch of the TINS assemblies first, I didn’t distinguish which ones, I just did:


cd C:\Users\Joel\Projects\TechDemos\TINS\bin\Release
ls *.dll,*.exe | % { [System.Reflection.Assembly]::LoadFrom($_) }
$Host.PrivateData.XamlUI.LoadXaml("C:\Users\Joel\Projects\TechDemos\TINS\bin\Release\Panels\TaskBar2.panel");
 

Of course, in .Net 3.5 the RichTextBox has the ability to go ContentEnabled="true" which should allow those things to be actual controls you can click to switch active task, right-click to get a task menu, etc (although I haven’t tried that yet). We might just have to upgrade ;-)

Anyway, it’s past time for bed, so I’ll preempt complaints about how this isn’t ready for release yet with this quote:

I don’t have to take this abuse from you; I’ve got hundreds of people waiting to abuse me. — Bill Murray, “Ghostbusters”

Similar Posts:

  • Working with multiple versions of PowerShell Modules

  • Format-PoshTable – A Video
  • Disabling Events in ShowUI
  • ShowUI: the tutorial walkthrough
  • PowerShell Scripting Best Practices: Prefix A

  • Posted in Huddled | Tagged .Net, DeskOps, Development, PoshConsole, PowerShell, UserInterface

    « Previous Next »

    Lijit Search

    Tags

    .Net .Net 2008 Scripting Games Automation Bugs Design Development Funny Gadgets GeoShell GUI Huddled Masses Internet licensing Microsoft Modules My Software News Personal PInvoke Pipeline Politics PoshCode PoshConsole PowerBoots PowerShell PowerShell Functions PowerTips Rants Recommender Repository Scripting ShowUI Software Solutions Textile Tips User Group UserInterface WalkThrough WebHosting Windows 7 WordPress WPF Xml

    About Huddled Masses

    This is web site is dedicated to the musings of Joel Bennett (aka Jaykul) about technology, software, software development, the web, and the world.

    Any resemblance of the views expressed and the views of my employer, my terminal, or the view out my window are purely coincidental. The resemblance between them and my own views is non-deterministic. The question of the existence of views in the absence of anyone to hold them is left as an exercise for the reader.

    P.S.: I occasionally link to things I think are great. When I do, I occasionally find a "referral code" so I can make a little cash. I promise that I don't link to anything just because of that cash (I wouldn't cross the street for the amount of cash those links bring in, never mind write a whole blog post) ... but I do not promise that things I link to will stay great as time passes, nor that you will agree with me about their greatness!

    Archives

    • January 2012
    • October 2011
    • August 2011
    • July 2011
    • June 2011
    • March 2011
    • February 2011
    • January 2011
    • November 2010
    • August 2010

    Copyright © 2012 Joel Bennett.

    Powered by WordPress and Hybrid.