Search found 102 matches

by DarkLite1
Tue May 22, 2018 2:45 am
Forum: PowerShell GUIs
Topic: What control to use?
Replies: 2
Views: 1244

What control to use?

Product, version and build: 32 or 64 bit version of product: 64 bit Operating system: Win Srv 2012R2 32 or 64 bit OS: 64 bit We're trying to figure out how we can best have a dropdown list that contains two columns. For example: ------------------------------- Select citrix farm V ------------------...
by DarkLite1
Tue Apr 18, 2017 7:24 am
Forum: PowerShell
Topic: Responsive forms with remote event log
Replies: 3
Views: 2375

Re: Responsive forms with remote event log

Thank you jvierra, you are absolutely right. Tested it locally and it's a lot less hassle then playing with RunSpaces and other things. Thanks to this link https://www.loggly.com/ultimate-guide/centralizing-windows-logs/ I've managed to set up the 'Forwarded events' to have all the events available ...
by DarkLite1
Tue Apr 18, 2017 1:28 am
Forum: PowerShell
Topic: Responsive forms with remote event log
Replies: 3
Views: 2375

Responsive forms with remote event log

We're have a remote server hosting a Windows Event Log where we keep track of all the actions our scripts take. When we want to write to it, we simply use: Write-EventLog -LogName $Name-ComputerName $Server -Source $Source -Message $Message -EventId $ID This works perfectly fine when time is not an ...
by DarkLite1
Thu Apr 13, 2017 11:22 pm
Forum: Customer Service
Topic: Newest release can't fold/collapse code
Replies: 4
Views: 3759

Re: Newest release can't fold/collapse code

Wicked! Thx man :)
by DarkLite1
Thu Apr 13, 2017 7:24 am
Forum: Customer Service
Topic: Newest release can't fold/collapse code
Replies: 4
Views: 3759

Re: Newest release can't fold/collapse code

Thank you DevinL that was it! Probably lost that setting somewhere during the update because I've never been there before :P

All good now, thanks again :)
by DarkLite1
Thu Apr 13, 2017 5:06 am
Forum: Customer Service
Topic: Newest release can't fold/collapse code
Replies: 4
Views: 3759

Newest release can't fold/collapse code

After upgrading from version 5.4.136 to version 5.4.138 it seems no longer possible to fold or unfold code blocks by using:
- CTRL + -
- CTRL + +

Are the shortcuts changed? Or is this a bug?

Thank you for your help.
by DarkLite1
Thu Mar 23, 2017 12:07 am
Forum: PowerShell GUIs
Topic: Text scrolling horizontally
Replies: 5
Views: 2737

Re: Text scrolling horizontally

Thanks guys, really appreciate the input. What AdamUK suggests will take a lot of coding but it seems to be possible. Jvierra, can you maybe suggest a third party rotator control that we can use with PowerShell Sapien Studio? I've never actually used a third party tool. so it would be interesting to...
by DarkLite1
Wed Mar 22, 2017 3:38 am
Forum: PowerShell GUIs
Topic: Text scrolling horizontally
Replies: 5
Views: 2737

Text scrolling horizontally

I was wondering if it was possible to have something like a statusbar where users can add text and the text entered just scrolls in an endless loop over the statusbar. A bit like an RSS feed but then with manual input from the user. So all input gets accumulated and added to the feed. I don't know i...
by DarkLite1
Mon Mar 20, 2017 5:02 am
Forum: PowerShell GUIs
Topic: Opening another form with credentials from Get-Credential
Replies: 8
Views: 3902

Re: Opening another form with credentials from Get-Credential

Every time I try to incorporate the following line in Login.psf or Startup.pss, a black PowerShell window pops-up that calls the form and can't get closed as it stays in the background. I can't even close it with Exit or anything else. Start-Process powershell myform.ps1 -credential (Get-Credential)