Search found 19 matches

by asif62000
Fri Jun 03, 2016 8:08 am
Forum: PowerShell Studio
Topic: Debug remotely option grayed out
Replies: 3
Views: 2154

Re: Debug remotely option grayed out

Thanks
by asif62000
Thu Jun 02, 2016 12:09 pm
Forum: PowerShell Studio
Topic: Debug remotely option grayed out
Replies: 3
Views: 2154

Debug remotely option grayed out

I trying to remote debug. I following this https://www.sapien.com/blog/2013/05/16/but-it-works-on-my-machine/ I installed 32 bit RSEE on a 32 bit Windows 7 machine. i am launching Tool.psproj from my server 2013 put break point but the Debug remotely or Run remotely options are grayed out Any reason...
by asif62000
Wed May 18, 2016 12:06 pm
Forum: PowerShell GUIs
Topic: Passing value one form to another form
Replies: 9
Views: 6237

Re: Passing value one form to another form

Thank you
by asif62000
Wed May 18, 2016 11:02 am
Forum: PowerShell GUIs
Topic: Passing value one form to another form
Replies: 9
Views: 6237

Re: Passing value one form to another form

Jvierra is frustrated my post Sometime we like to break things see smaller picture and understand better. When I looked whole code it was confusing. Well Javierra I simplified the code of employee roaster. Please take a look if anyone who opens would take 2 minutes to understand The whole Psroj of e...
by asif62000
Tue May 17, 2016 1:43 pm
Forum: PowerShell GUIs
Topic: Passing value one form to another form
Replies: 9
Views: 6237

Re: Passing value one form to another form

From your example i use the below still not working


$formChildForm_Load={

$Childtext.Text= $MainForm_textMain

}

I am breaking my head since yesterday
by asif62000
Tue May 17, 2016 12:54 pm
Forum: PowerShell GUIs
Topic: Passing value one form to another form
Replies: 9
Views: 6237

Re: Passing value one form to another form

My code attached here with
by asif62000
Tue May 17, 2016 11:27 am
Forum: PowerShell GUIs
Topic: Passing value one form to another form
Replies: 9
Views: 6237

Passing value one form to another form

I want to pass text value from one form (MainForm)to another form (formChildForm) I wrote this in MainForm. Mainform has text TextMain & button1 TextMain.Text has static value - > test $button1_Click={ Call-MyChild_psf } On FormChildForm $formChildForm_Load={ $Childtext.Text= $MainForm_textMain....
by asif62000
Thu Apr 21, 2016 7:30 pm
Forum: PowerShell GUIs
Topic: simple Data Grid view
Replies: 6
Views: 4790

Re: simple Data Grid view

http://stackoverflow.com/questions/1149 ... idview-row

I guess I found the answer. Hope this is right
by asif62000
Thu Apr 21, 2016 6:28 pm
Forum: PowerShell GUIs
Topic: simple Data Grid view
Replies: 6
Views: 4790

simple Data Grid view

$Services=Get-Service $Status=$Services.Status $Name=$Services.Name $DisplayName=$Services.DisplayName Load-DataGridView -DataGridView $datagridview1 -Item $DisplayName,$Name,$DisplayName ( I want only like this) I know can do like this - > Load-DataGridView -DataGridView $datagridview1 -Item $Servi...
by asif62000
Fri Apr 15, 2016 12:44 pm
Forum: PowerShell GUIs
Topic: Property controls are hidden. How to reset all
Replies: 11
Views: 4117

Re: Property controls are hidden. How to reset all

My OS is 32 bit NOT 64 bit. PSS 64 bit won't install on 32 bit machine. Can I speak to someone?