Search found 15 matches

by morgange
Thu Dec 27, 2018 12:34 pm
Forum: PowerShell GUIs
Topic: Access textbox contents on formclose
Replies: 2
Views: 1239

Re: Access textbox contents on formclose

Quick and to the point.

I was just missing the last line..
Thank you once again jvierra
by morgange
Thu Dec 27, 2018 8:55 am
Forum: PowerShell GUIs
Topic: Access textbox contents on formclose
Replies: 2
Views: 1239

Access textbox contents on formclose

Hi, I have a GUI that writes all sorts of information to a textbox and i would like to write the contents of the textbox to an event log on form close. I have an exit button that works fine but when using the red 'X' its a different matter. Ideally i want to keep the 'contolbox' object. I have the f...
by morgange
Fri Dec 22, 2017 6:29 am
Forum: PowerShell Studio
Topic: Running form with domain admin but UNC paths still prompt for creds
Replies: 1
Views: 1326

Running form with domain admin but UNC paths still prompt for creds

PowerShell Studio 2017 v5.4.145 x64 Win10 x64 Hi, Happy Christmas all. I am sure this is normal behavior but is there a workaround? I created an 'Admin GUI' used by various admins in my team, i want to be able to open the admin shares on remote machines i.e \\hostname\c$ without it prompting for cre...
by morgange
Wed Aug 02, 2017 3:47 am
Forum: PowerShell GUIs
Topic: Ability to Search for and highlight text in textbox?
Replies: 5
Views: 3412

Re: Ability to Search for and highlight text in textbox?

Thanks both,

I have used a textbox in the GUI as i require the Copy & Paste right click context menu functionality.
There is no find method on a textbox.
by morgange
Tue Aug 01, 2017 3:02 am
Forum: PowerShell GUIs
Topic: Ability to Search for and highlight text in textbox?
Replies: 5
Views: 3412

Ability to Search for and highlight text in textbox?

Hi, I have a GUI that writes a lot of information to a textbox. I would like to be able to search for certain text and highlight/change its colour & jump to it in the 'results' textbox. Ideally i would have a button and a textbox at the bottom of the form. The user enters the text they are looki...
by morgange
Sat Jul 01, 2017 4:11 pm
Forum: PowerShell GUIs
Topic: Copy File GUI copyinf shortcut target rather than shortcut itself
Replies: 4
Views: 2056

Re: Copy File GUI copyinf shortcut target rather than shortcut itself

Thanks jvierra You pointed me in the right direction for the hostname replacement. I fully understand about file extensions, the issue is in the GUI using openfiledialog. It works fine for .txt, .exe etc but any type of shortcut it copies the target of the shortcut and not the shortcut file itself. ...
by morgange
Sat Jul 01, 2017 3:14 am
Forum: PowerShell GUIs
Topic: Copy File GUI copyinf shortcut target rather than shortcut itself
Replies: 4
Views: 2056

Copy File GUI copyinf shortcut target rather than shortcut itself

Powershell studio 2017 (Latest build) Win10 Hi, I often have to copy/remove files/folders to/from multiple machines. I have a basic .ps1 for it but our lower admins have been tasked with some of the jobs to free me up. Most are okay with running a script but some, erm, struggle. To make it easier i ...
by morgange
Tue Apr 04, 2017 3:12 pm
Forum: PowerShell Studio
Topic: PS1 to MSI
Replies: 2
Views: 2221

Re: PS1 to MSI

Thanks David..

Well that was frustratingly simple.. I did notice the red text but having never used that function before i assumed it was supposed to be Red..


you live and you learn.

cheers again
by morgange
Tue Apr 04, 2017 6:24 am
Forum: PowerShell Studio
Topic: PS1 to MSI
Replies: 2
Views: 2221

PS1 to MSI

Product, version and build: POwerShell Studio 2017 v5.4.138 32 or 64 bit version of product: x64 Operating system: Win 10 32 or 64 bit OS: x64 PowerShell Version: v5 Hi, I have a simple .ps1 that copies a few files and creates a few directories. I want to run the script as an MSI so users can run it...