Search found 11 matches

by ALD Automotive
Thu Jun 01, 2023 3:58 am
Forum: Customer Service
Topic: Offline activation
Replies: 1
Views: 3889

Offline activation

Hello. In 2018, we purchased a license for and used PowerShell Studio. When the license expired, we were unable to update the product but could still use it. Now we need to transfer the program to a new device. When I installed the product, I encountered an activation issue. Due to security policy, ...
by ALD Automotive
Wed Apr 22, 2020 10:26 am
Forum: PowerShell GUIs
Topic: DataGridView
Replies: 3
Views: 1061

Re: DataGridView

Hello, No error, and not value at cell Start_time. If i do not use job, but simple type: $i.cells["start_time"].Value = "$(Get-Date -Format "HH:mm")" Cell "Start Time" correct fill time. But this is not time lost ping. This is time at press button restart. If ...
by ALD Automotive
Wed Apr 22, 2020 12:26 am
Forum: PowerShell GUIs
Topic: DataGridView
Replies: 3
Views: 1061

DataGridView

Product, version and build:Product: PowerShell Studio 2019 (64 Bit) Build: v5.6.159 OS: Windows 10 Enterprise (64 Bit) Build: v10.0.16299.0 _________________________________________ Good morning. I make DataGridVew as in attachment. I want, if i select checkbox and after press Restart button, select...
by ALD Automotive
Thu Jan 10, 2019 9:54 pm
Forum: PowerShell Studio
Topic: Save Date in variable after executed script
Replies: 1
Views: 1302

Save Date in variable after executed script

Product: PowerShell Studio 2019 (64 Bit) Build: v5.6.156 OS: Windows 10 Enterprise (64 Bit) Build: v10.0.14393.0 Hello, Could you please let me know, is it possible save data inside variable after script executed (as simple Powershell). For example i get in $data information from file and folders wi...
by ALD Automotive
Tue Sep 18, 2018 6:35 am
Forum: PowerShell GUIs
Topic: Array and Richtextbox
Replies: 3
Views: 1565

Re: Array and Richtextbox

Could you give me advice?
What can i use instead?
by ALD Automotive
Tue Sep 18, 2018 4:38 am
Forum: PowerShell GUIs
Topic: Array and Richtextbox
Replies: 3
Views: 1565

Array and Richtextbox

Hello, Please help me with Array and Richtextbox $user1 = $tab2_compare_group1.Text $user2 = $tab2_compare_group2.Text $group1 = Get-ADUser $user1 -Properties * | Select-Object -ExpandProperty memberof | ForEach-Object { (($_.split(","))[0]).substring(3) } | Sort-Object -CaseSensitive $gro...
by ALD Automotive
Tue Feb 20, 2018 3:44 am
Forum: PowerShell GUIs
Topic: Calculate inside textbox
Replies: 2
Views: 1386

Re: Calculate inside textbox

Thank you very much!
by ALD Automotive
Tue Feb 20, 2018 2:18 am
Forum: PowerShell GUIs
Topic: Calculate inside textbox
Replies: 2
Views: 1386

Calculate inside textbox

Hello, Is is possible calculate inside textbox? Examlpe: $a = $textbox1.text $b=$textbox2.text $result= $a+$b $resultTextbox.text = $result If i wtite at textbox1 - "5" and textbox2 - "5" as result i receive "10" But i want write at textbox1 "5+1" and textbox2...
by ALD Automotive
Wed Feb 14, 2018 6:15 am
Forum: PowerShell GUIs
Topic: If doesn't work if i do it on new tab
Replies: 5
Views: 1984

Re: If doesn't work if i do it on new tab

I have a control combobox. Event - SelectedIndexChanged. If i select some values in this combobox - another combobox be visible (by default it's invisible). It's work fine at alone form. But if i add to another form control - "Tab control" and at Page2 make same control from first form (sa...
by ALD Automotive
Wed Feb 14, 2018 12:15 am
Forum: PowerShell GUIs
Topic: If doesn't work if i do it on new tab
Replies: 5
Views: 1984

Re: If doesn't work if i do it on new tab

Ok, i have a script (disinger in attachment). Some later i want add Tab control and at second tab write new script. (second attachment). If i use scripts alone both works fine. But if i put second script at TAB control (page #2) it's doesn't work. What doesn;t wokr: When i select departments (if i s...