Hello everyone!
I'm a beginner regarding PowerShell but I'd like to ask all of you about a PSSnapIn I found on Internet. I've been checking and testing the Cmdlets for UI Automation (here the link:
http://msdn.microsoft.com/en-us/mag...301.aspx). There is an application in that page which the cmdlets can be tested, but I wanted to test the cmdlets with other program (WiimoteConnect). When I tried to read a read-only textbox that is found on the bottom of the
WiimoteConnect window with a cmdlet called
get-textBox, the only thing I could get was the control name ("StatusStrip1") and not its content as a String. I was wondering if I'm making something wrong, or maybe the
get-textBox doesn't work for read-only textboxs.
I've already sent an e-mail to the author with my question, but I haven't get an answer. If anyone has worked with this and has the answer, I'd really appreciate their help :)
WiimoteConnect can be found here if anyone is interested:
http://www.wiimoteproject.com/index...view;id=14 I also attach a screenshot.
I'm sorry if I have grammatical mistakes... English isn't my first language :)