|
Re: GUI interface - use powershell framework windows or vbscript HTA ? Actually i m not a gui scripter, recently been reading articles and thus
raise this question.
My definition of GUI to work with normal scripts, would probably be just a
simple message box , or a scene where powershell pips its results to a .net
dropdownlist, listview etc Just for cosmetic purpose.
Or maybe a GUI looks will be the powershell pipe in results to a .net
message box with my face/name as advertisment :-)
I m trying to find out which is the easiest to do, via .net class or HTA.
"Brandon Shell" <tshell.mask@mk.gmail.com> wrote in message
news:O%23wJ$wm3HHA.4880@TK2MSFTNGP03.phx.gbl...
> Just a word on GUI and Powershell.
>
> A good GUI almost always requires threading so keep that in mind as you
> design your script. If your going down the .NET route, I would suggest
> getting familiar with runspaces.
>
> If you don't mind me asking... what kind of GUI are you going for?
>
> "IT Staff" <jkklim@hotmail.com> wrote in message
> news:eF$DZIW3HHA.2064@TK2MSFTNGP03.phx.gbl...
>> Say i want to create GUI interface eg windows forms, etc.
>>
>> Should i use powershell to make use of .net framework windows forms or
>> should i learn something on vbscript HTA ?
>>
> |