Search found 3 matches

by CRONSSE
Fri Dec 28, 2018 5:51 am
Forum: PowerShell GUIs
Topic: Use textbox to open form make sound
Replies: 7
Views: 1661

Re: Use textbox to open form make sound

That's what I was afraid to hear.
Thanks anyway for your time and your help.
by CRONSSE
Fri Dec 28, 2018 4:42 am
Forum: PowerShell GUIs
Topic: Use textbox to open form make sound
Replies: 7
Views: 1661

Re: Use textbox to open form make sound

Thanks for your quick reply.
I made an exemple for demonstration.
In fact my script is more complex because I have an Active Directory search
You can find Screenshots of my interface in .zip file.
by CRONSSE
Fri Dec 28, 2018 2:50 am
Forum: PowerShell GUIs
Topic: Use textbox to open form make sound
Replies: 7
Views: 1661

Use textbox to open form make sound

I have a program that runs a user search based on a textbox, when the user presses the enter key a new form is open and show all users find based on the textbox content. Here is an example of my code : $UserBadge_KeyDown = [System.Windows.Forms.KeyEventHandler]{ if ($_.KeyCode -eq 'Enter') { $_.Hand...