Search found 164 matches

by FrankAndrew
Thu Jul 18, 2019 11:29 pm
Forum: PowerShell GUIs
Topic: Problem getting the current BackColor of a textbox object
Replies: 17
Views: 7246

Re: Problem getting the current BackColor of a textbox object

Hi jvierra,

That is EXCELLENT information, THANKS!

I will put that to good use. :D

Gruß,
Drew
by FrankAndrew
Thu Jul 18, 2019 1:31 am
Forum: PowerShell GUIs
Topic: Problem getting the current BackColor of a textbox object
Replies: 17
Views: 7246

Re: Problem getting the current BackColor of a textbox object

Hi jvierra,

Thanks a Million, as I said before, you guys & gals are the BEST!
by FrankAndrew
Thu Jul 18, 2019 12:12 am
Forum: PowerShell GUIs
Topic: Problem getting the current BackColor of a textbox object
Replies: 17
Views: 7246

Re: Problem getting the current BackColor of a textbox object

Hi SAPIEN Team, I would like to thank all of you for the FANTASTIC help in understanding more about the workings of the System.Drawing.Color object! I was looking mainly in the Watch Panel to see the details about my variable. As you know it is NOT the same thing as the Variables Panel: 2019.07.18_0...
by FrankAndrew
Wed Jul 17, 2019 7:00 am
Forum: PowerShell Studio
Topic: Find-in-Files NOT working!
Replies: 4
Views: 2930

Re: Find-in-Files NOT working!

Hi Brittney,

This is also working again, THANKS :D

Keep up the great work!
by FrankAndrew
Wed Jul 17, 2019 1:43 am
Forum: PowerShell GUIs
Topic: Problem getting the current BackColor of a textbox object
Replies: 17
Views: 7246

Problem getting the current BackColor of a textbox object

Product, version and build: PowerShell Studio 2019 5.6.166 32 or 64 bit version of product: 64bit Operating system: Windows 10 Enterprise (1809) 32 or 64 bit OS: 64bit I am changing the BackColor of a textbox. e.g. $textbox1.BackColor = 'Green' And that works just fine. :) Before I change it to the ...
by FrankAndrew
Sun Jul 14, 2019 11:35 pm
Forum: PowerShell Studio
Topic: Find-in-Files NOT working!
Replies: 4
Views: 2930

Find-in-Files NOT working!

Product, version and build: PowerShell Studio, 5.6.165 32 or 64 bit version of product: 64bit Operating system: Windows 10 Enterprise (1809) 32 or 64 bit OS: 64bit I am sorry to have to report another error in PowerShell Studio 2019 (PSS) ;) The Find-in-Files is NOT working! Compared to PrimalScript...
by FrankAndrew
Thu Jul 11, 2019 5:13 am
Forum: PowerShell Studio
Topic: Running an exported form in ConstrainedLanguage mode causes massive errors
Replies: 2
Views: 2362

Re: Running an exported form in ConstrainedLanguage mode causes massive errors

Hi Alex,

Thanks for the FAST responce, you are FAST as always.

I will pass this information back to our Client Admin guys.

But I think those five lines of code would be helpful, I don't think they will hurt anybody.

Gruß,
Drew
by FrankAndrew
Thu Jul 11, 2019 4:52 am
Forum: PowerShell Studio
Topic: Running an exported form in ConstrainedLanguage mode causes massive errors
Replies: 2
Views: 2362

Running an exported form in ConstrainedLanguage mode causes massive errors

Product, version and build: PowerShell Studio 2019, 5.6.165 32 or 64 bit version of product: 64bit Operating system: Windows 10 Enterprise (1809) 32 or 64 bit OS: 64bit I have tried to run an exported form at a location in our network where ONLY the "ConstrainedLanguage" mode is allowed an...
by FrankAndrew
Sun Jul 07, 2019 10:45 pm
Forum: PowerShell Studio
Topic: Not stopping at ANY breakpoints Win10 (1809) PowerShell v 5.1
Replies: 20
Views: 434708

Re: Not stopping at ANY breakpoints Win10 (1809) PowerShell v 5.1

Hi Alex, Here are the details from our Client Admins how they have configured the Group Policies so that the ConstrainedLangauge Mode is enforced: (Und eben wieder nicht) Hi, hier die Beschreibung unserer Applocker-Umgebung. Wir setzen über eine GPO das Module Applocker Scriptregeln ein. Dadurch wer...
by FrankAndrew
Thu Jul 04, 2019 4:01 am
Forum: PowerShell Studio
Topic: Not stopping at ANY breakpoints Win10 (1809) PowerShell v 5.1
Replies: 20
Views: 434708

Re: Not stopping at ANY breakpoints Win10 (1809) PowerShell v 5.1

Hi Alex, I just found out from one of Client Admin guys that the logic being used to implement this security feature was developed here at our company using some of Microsofts standard protection mechanisms provided my Microsoft. It is the way that they combinded them that makes this work so well. I...