Search found 5 matches

by Eplerro
Mon Mar 13, 2017 10:38 pm
Forum: PowerShell GUIs
Topic: datagridview change color cell
Replies: 2
Views: 2326

Re: datagridview change color cell

Thank you very much for help :D
Best regards

Janusz Biel
by Eplerro
Mon Mar 13, 2017 5:16 am
Forum: PowerShell GUIs
Topic: datagridview change color cell
Replies: 2
Views: 2326

datagridview change color cell

Hi, I have a problem. I was write code, but it not work $certificates = Invoke-Command -computername $computerName -scriptblock { Get-ChildItem "Cert:\LocalMachine\SMS" } $cert = $certificates | Select-Object -Property Subject, notbefore, notafter Load-DataGridView -DataGridView $tableCert...
by Eplerro
Sun Feb 21, 2016 11:32 pm
Forum: PowerShell GUIs
Topic: form move with mouse
Replies: 7
Views: 7149

Re: form move with mouse

You are Great. Very, very thanks.
by Eplerro
Tue Feb 09, 2016 9:42 pm
Forum: PowerShell GUIs
Topic: form move with mouse
Replies: 7
Views: 7149

Re: form move with mouse

Thank you for having responded to my question.

Janusz Biel
by Eplerro
Tue Feb 09, 2016 4:57 am
Forum: PowerShell GUIs
Topic: form move with mouse
Replies: 7
Views: 7149

form move with mouse

Product, version and build: PowerShell Studio 2015 32 or 64 bit version of product: 64bit Operating system: Windows 7 Enterprise 32 or 64 bit OS: 64bit Hello, I have a form that has "formborderstyle" set to NONE. How to make that it can be moved with the mouse around the screen. Janusz Biel