Search found 34 matches

by ginolard
Thu Dec 03, 2015 2:58 am
Forum: PowerShell Studio
Topic: Application.Events and My.Settings
Replies: 1
Views: 2288

Application.Events and My.Settings

Product, version and build: 2015 4.2.95.0 32 or 64 bit version of product: 64 Operating system: Windows 2008 R2 32 or 64 bit OS: 64 Hello again, I was just wondering if Powershell Studio supports the My.Settings and Application.Events functionality that you have in Winforms via Visual Studio? The Ap...
by ginolard
Thu Dec 03, 2015 2:53 am
Forum: PowerShell Studio
Topic: Add-JobTracker with a PSSession
Replies: 2
Views: 3035

Re: Add-JobTracker with a PSSession

I hadn't tried that but I found another way of doing what I needed to do ;)

Thanks anyway
by ginolard
Thu Nov 26, 2015 3:36 am
Forum: PowerShell Studio
Topic: Add-JobTracker with a PSSession
Replies: 2
Views: 3035

Add-JobTracker with a PSSession

Product, version and build: 2015 4.2.95.0 32 or 64 bit version of product: 64 Operating system: Windows 2008 R2 32 or 64 bit OS: 64 Another tricky one. I want to execute a function that may take 30 seconds or so using the JobTracker so that it doesn't block the UI. However, I often want to to this o...
by ginolard
Wed Nov 18, 2015 3:46 am
Forum: PowerShell Studio
Topic: Document Outline not working?
Replies: 3
Views: 2219

Re: Document Outline not working?

Ah OK, good to know

Thanks for the tip!

Any idea when the Document Outline functionality will be implemented?
by ginolard
Tue Nov 17, 2015 12:28 am
Forum: PowerShell Studio
Topic: Document Outline not working?
Replies: 3
Views: 2219

Document Outline not working?

Product, version and build: 2015 4.2.95.0 32 or 64 bit version of product: 64 Operating system: Windows 2008 R2 32 or 64 bit OS: 64 Hi Maybe I'm being blind/stupid/tired but does the Document Outline functionality do anything? I want to add a ToolStrip to a form that already has several docked panel...
by ginolard
Thu Oct 22, 2015 4:41 am
Forum: PowerShell Studio
Topic: Manually updating Powershell studio 2015
Replies: 1
Views: 3683

Manually updating Powershell studio 2015

Powershell Studi0 2014 build 4.2.82 64bit
Windows Server 2008 R2

Are there download links for the various updates? We cannot use the built-in updater as :-

a) We use an authenticating proxy
b) Internet Explorer 64bit is blocked by GPO
by ginolard
Tue Sep 22, 2015 12:17 am
Forum: PowerShell Studio
Topic: Any guides on asynchronous processing (i.e. not blocking UI)
Replies: 3
Views: 2828

Re: Any guides on asynchronous processing (i.e. not blocking

That second one seems perfect. I need to have the UI be responsive whilst the application goes off and does some work on a remote machine (deleting reg keys, stopping/restarting a service). I'm not clear, though, on how the UpdateScript block can be used to update a RichTextBox on the UI. Ideally, i...
by ginolard
Mon Sep 21, 2015 5:01 am
Forum: PowerShell Studio
Topic: Any guides on asynchronous processing (i.e. not blocking UI)
Replies: 3
Views: 2828

Any guides on asynchronous processing (i.e. not blocking UI)

Using Powershell Studio 2015 64bit on Windows 2008 R2/2012 From a design perspective, you should never block the UI when running a long-running task. That's easy enough with C#/VB.NET but I'm wondering how to go about doing it with Powershell Studio? I've a task that makes some changes on a remote r...
by ginolard
Mon Sep 21, 2015 4:57 am
Forum: PowerShell Studio
Topic: How to get the "Product Version" of the build/packaged exe
Replies: 2
Views: 4446

Re: How to get the "Product Version" of the build/packaged e

Yup, figured it out ;) Thanks for the help
by ginolard
Wed Sep 16, 2015 3:49 am
Forum: PowerShell Studio
Topic: How to get the "Product Version" of the build/packaged exe
Replies: 2
Views: 4446

How to get the "Product Version" of the build/packaged exe

I'd like to implement some sort of auto-update feature in the tool I'm writing. So I would like to check the product version of the latest version on the file server against the product version of the exe the user is running This is normally simple enough with the Reflection namespace but it returns...