Search found 6 matches

by maximla
Fri Feb 01, 2019 1:16 am
Forum: PowerShell Studio
Topic: Unable to Debug module
Replies: 1
Views: 1102

Unable to Debug module

Product, version and build: Powershell studio 2019 5.6.157
32 or 64 bit version of product: 64 bit
Operating system: win 10
32 or 64 bit OS: 64 bit
Hi!

I created a new .psm1, I'm able to place breakpoints, but I'm not able to start the debugger. It's all greyed out.
Image
by maximla
Wed Dec 05, 2018 9:39 pm
Forum: PowerShell Studio
Topic: Issue after upgrading to 2019
Replies: 3
Views: 1788

Re: Issue after upgrading to 2019

Thanks! That fixed it
by maximla
Wed Dec 05, 2018 3:04 am
Forum: PowerShell Studio
Topic: Issue after upgrading to 2019
Replies: 3
Views: 1788

Issue after upgrading to 2019

Hello!

Now when I start PS Studio 2019 and open a script.
My Save button in the menu is grayed out. A lot of other buttons in the ribbon menu is greyed out also. Like Run, or Debug.
by maximla
Wed Oct 10, 2018 9:24 am
Forum: PowerShell GUIs
Topic: New to this, trying to learn
Replies: 6
Views: 1653

Re: New to this, trying to learn

What do you mean "select the button to push"?
I want to enter text to my textbox, press enter, and the _click event should start.
by maximla
Wed Oct 10, 2018 8:51 am
Forum: PowerShell GUIs
Topic: New to this, trying to learn
Replies: 6
Views: 1653

Re: New to this, trying to learn

Thanks for the reply! I figured it out. Now I'm trying to figure out how to trigger the button with a Enter press on the keyboard. Code so far: $formLocalUserLookup_Load={ } $usersearchbox_KeyPress = [System.Windows.Forms.KeyPressEventHandler]{ #Event Argument: $_ = [System.Windows.Forms.KeyPressEve...
by maximla
Wed Oct 10, 2018 7:44 am
Forum: PowerShell GUIs
Topic: New to this, trying to learn
Replies: 6
Views: 1653

New to this, trying to learn

Hi! I hope my question is ok for the forums. I'm quite new to dealing with windows forms, so here we go: I made a simple "Empty Form" using the template. From there I used the toolbox and added one button, one textbox (to be used for input), and another textbox (for displaying results from...