Search found 23 matches

by DaveMcDonald
Fri Sep 13, 2024 5:47 am
Forum: PowerShell
Topic: Comment based help.
Replies: 0
Views: 697

Comment based help.

I have one script, just one (which is weird) that will not work with get-help. Here is the section <# .SYNOPSIS This script will modify permissions ona shared mailbox .DESCRIPTION This script will modify the permissions on a Shared Mailbox. 1. It will require a connection to Exchange Online 2. It ...
by DaveMcDonald
Wed May 15, 2024 3:58 am
Forum: PowerShell GUIs
Topic: Font's and Engines
Replies: 13
Views: 4970

Re: Font's and Engines

I sent the zip file. I have no problems with other forms. It seems to appear properly on other's pc. I am wondering if the issue is related to Windows 11. My department's primary OS is Windows 10 but I am a pilot user for Windows 11.
by DaveMcDonald
Mon May 13, 2024 9:36 am
Forum: PowerShell GUIs
Topic: Font's and Engines
Replies: 13
Views: 4970

Re: Font's and Engines

I have uploaded the zip file containing the psf and psbuild files.
by DaveMcDonald
Mon May 13, 2024 6:39 am
Forum: PowerShell GUIs
Topic: Font's and Engines
Replies: 13
Views: 4970

Re: Font's and Engines

Yes it did create a config file. I am starting to think it may have something to do with my workstation configuration. I have a bit of a vision issue so I have my scale at 150 per cent. I am wondering if it's displaying incorrectly because of it?
by DaveMcDonald
Fri May 10, 2024 10:36 am
Forum: PowerShell GUIs
Topic: Font's and Engines
Replies: 13
Views: 4970

Re: Font's and Engines

YES! When looking at it in the designer and running from the program it looks perfectly fine. Soon as I package it (as an exe) and run it from the executable the font changes as shown.
by DaveMcDonald
Fri May 10, 2024 5:18 am
Forum: PowerShell GUIs
Topic: Font's and Engines
Replies: 13
Views: 4970

Font's and Engines

Ok. I have been working on this for a few days. My engine is set to SAPIEN PowerShell V5 Host (Windows Forms) Now, I have set the default font for the whole form to Courier 9 Bold. I have also set the tabcontrol/tabpages font to the same. I keep having the same issue. My font in the tabpage is ...
by DaveMcDonald
Fri Apr 19, 2024 5:39 am
Forum: PowerShell GUIs
Topic: Form Load
Replies: 3
Views: 2156

Re: Form Load

I have that all configured. It's a bit weird, the form is used to get information about network shares so it is used by the IT Service Desk and they run it using admin credentials. So it checks their admin account for language. That is all worked out. The issue is that if they have never actually ...
by DaveMcDonald
Thu Apr 18, 2024 9:34 am
Forum: PowerShell GUIs
Topic: Form Load
Replies: 3
Views: 2156

Form Load

I am building a form where a user can modify their language (I`m from Canada so we have two languages). When they change their language I want the form to reload which should change the language of the Form (yes I have scripted two languages based on en-CA en-US or fr-CA). I need to know how to ...
by DaveMcDonald
Thu Aug 27, 2020 6:02 am
Forum: PowerShell Studio
Topic: Securing a file - Adding a Hash Value
Replies: 1
Views: 969

Securing a file - Adding a Hash Value

To help you better we need some information from you. *** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we will be forced to ask you for this information. *** Product, version and build: Powershell Studio ...
by DaveMcDonald
Mon Sep 16, 2019 7:02 am
Forum: PowerShell
Topic: Executable causing some issues, (0xc0000142)
Replies: 7
Views: 5682

Re: Executable causing some issues, (0xc0000142)

Thanks for that. It is much cleaner. Learning PowerShell is a continuing process. Things like Throw I didn't know. I am still getting the same error (The application was unable to start correctly (oxcooo142)) but something else comes up as well now. The application is impersonating a different ...