Search found 52 matches

by dping28
Sat Feb 23, 2013 4:23 pm
Forum: PowerShell
Topic: Trigger button by code?
Replies: 2
Views: 1823

Trigger button by code?

Exactly what I was looking for.. Thank you jvierra!
by dping28
Sat Feb 23, 2013 2:02 am
Forum: PowerShell
Topic: Trigger button by code?
Replies: 2
Views: 1823

Trigger button by code?

Is it possible to trigger a button by code? I have a button that executes a collection of items and I have a button already setup to do a bunch of it and instead of redoing all that code I would like to just issue something to trigger the button as if it was clicked. is this possible? I have a butto...
by dping28
Thu Feb 07, 2013 7:13 am
Forum: PowerShell Studio
Topic: Possible bug?
Replies: 11
Views: 6097

Possible bug?

ok cool :) thanks
by dping28
Thu Feb 07, 2013 12:25 am
Forum: PowerShell Studio
Topic: Possible bug?
Replies: 11
Views: 6097

Possible bug?

yes actually I do.. Is that whats been triggering it?
by dping28
Wed Feb 06, 2013 7:00 am
Forum: PowerShell Studio
Topic: Possible bug?
Replies: 11
Views: 6097

Possible bug?

Ok so I was working on a form today blocking out code to try and locate a problem section and I removed the from one block and added just <# to another section and never changed screens, in fact I just finished hitting the # when it prompted me for the insert/remove of everything below. Really think...
by dping28
Tue Feb 05, 2013 8:31 am
Forum: PowerShell Studio
Topic: Textbox issue
Replies: 4
Views: 3160

Textbox issue

Gotcha.. Thanks again David!
by dping28
Tue Feb 05, 2013 7:34 am
Forum: PowerShell Studio
Topic: Textbox issue
Replies: 4
Views: 3160

Textbox issue

Thats what it was! the quotes! Thank you David. Is the $($something.Text) thing you gave the compact version of the $test=($something.Text | Out-String) ? Just trying to learn whats going on. :) Thanks again!

-D
by dping28
Tue Feb 05, 2013 6:16 am
Forum: PowerShell Studio
Topic: Textbox issue
Replies: 4
Views: 3160

Textbox issue

Im sure it is something I am doing but recently I have been having problems with textboxes. I reference $textbox1.Text as a value and instead of getting the value (In this case "Test User") I am getting: System.Windows.Forms.TextBox, Text: Test User.Text Now if I do $test=($textbox1.Text |...
by dping28
Tue Feb 05, 2013 6:13 am
Forum: PowerShell Studio
Topic: Possible bug?
Replies: 11
Views: 6097

Possible bug?

Is it possible to add an ignore option incase that happens? Currently you have to remove or add. Its not a big deal if its not possible since now I know how I caused the issue I can be on the look out for it. But in case of that 'accident' it would be cool to have an ignore.
by dping28
Tue Feb 05, 2013 5:44 am
Forum: PowerShell Studio
Topic: Possible bug?
Replies: 11
Views: 6097

Possible bug?

Yeah I can reproduce it but it seems like I have to switch from Script to Designer and back to Script before closing the #> .. I dont recall if I did that the first time or not but thats the only way I have been able to reproduce it so far.