Search found 24 matches

by burtcbl
Thu Feb 21, 2013 7:10 am
Forum: PowerShell Studio
Topic: Powershell Cache error
Replies: 2
Views: 2172

Powershell Cache error

That fixed it. Thank you David. Yes I had installed Powershell Studio before I installed Powershell version 3.
by burtcbl
Thu Feb 21, 2013 1:06 am
Forum: PowerShell Studio
Topic: Powershell Cache error
Replies: 2
Views: 2172

Powershell Cache error

Ever since I installed Powershell V3, every time I open Powershell Studio I get a error message window that states the following. CacheBuilder64 in the title bar Error message=Constructing Powershell Cache aborted. Powershell V3 control could not be instantiated. I am running the latest version of P...
by burtcbl
Mon Nov 05, 2012 6:43 am
Forum: PowerShell Studio
Topic: How to create a script executable without a window
Replies: 2
Views: 2058

How to create a script executable without a window

Thanks. That worked great.
by burtcbl
Fri Nov 02, 2012 7:15 am
Forum: PowerShell Studio
Topic: How to create a script executable without a window
Replies: 2
Views: 2058

How to create a script executable without a window

I am trying to create a login script that is a packaged executable to be run from the startup folder. I don't want any window to appear. What packaging options should I use. When I try the command line option, I get the powershell widow. When I try Windows, I get a message box. Can you point me in t...
by burtcbl
Fri Sep 07, 2012 2:15 am
Forum: PowerShell Studio
Topic: Parameter comment wrong
Replies: 1
Views: 1641

Parameter comment wrong

Just found a very small error in the comments section of the Show-NotifyIcon helper function. The comment states that the -Timeout parameter specifies the time the balloon stays visible in milliseconds. That should be in seconds. I entered 5000 for 5 seconds and the balloon never went away. I tried ...
by burtcbl
Wed Jul 25, 2012 3:57 am
Forum: PowerShell
Topic: Running a single instance of Winforms App
Replies: 1
Views: 1208

Running a single instance of Winforms App

I have written a Winforms application using Powershell Studio and I would like to know the proper way to prevent the application from running multiple instances.
by burtcbl
Wed Jul 25, 2012 3:57 am
Forum: PowerShell
Topic: Running a single instance of Winforms App
Replies: 1
Views: 1208

Running a single instance of Winforms App

I have written a Winforms application using Powershell Studio and I would like to know the proper way to prevent the application from running multiple instances.
by burtcbl
Mon Feb 27, 2012 2:22 am
Forum: PrimalForms
Topic: MDI Container
Replies: 1
Views: 4012

MDI Container

I would like to create a multiform project where all child forms are contained inside the main form which is set to IsMDIContainer=true.Is this possible? If it is, can you give me a simple sample of how to do this?
by burtcbl
Mon Oct 24, 2011 4:21 am
Forum: PrimalForms
Topic: Passing data in a Multiform Project
Replies: 8
Views: 11259

Passing data in a Multiform Project

Thanks David. I got it.
by burtcbl
Mon Oct 24, 2011 3:06 am
Forum: PrimalForms
Topic: Passing data in a Multiform Project
Replies: 8
Views: 11259

Passing data in a Multiform Project

OK, I got it to work by putting the
write-host statement after the If statement. I'm still not sure how you get the called form to return a value of "OK" . Need clarification on that.