Kryten,
You can do a google search for ".NET tutorial" and you will probably
come up with a number of links that will help you understand the basics such
as classes, namespaces, void, etc, etc. Look for "C# tutorial" as well.
As for powershell lacking an easy to use implementation of Windows
Forms, it's not ^meant^ to use Windows Forms. As the name implies it is a
power "shell" which implies the command-line.

Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
> Hi,
> I was just beginning to dip my toes into the world of developing
[quoted text clipped - 25 lines]
>
> Stuart
Kryten - 13 Jan 2008 23:10 GMT
> You can do a google search for ".NET tutorial" and you will probably
> come up with a number of links that will help you understand the basics such
> as classes, namespaces, void, etc, etc. Look for "C# tutorial" as well.
Thanks Nicholas, I'll do that but wonder if there are any particularly
good books
on the subject too?
> As for powershell lacking an easy to use implementation of Windows
> Forms, it's not ^meant^ to use Windows Forms. As the name implies it is a
> power "shell" which implies the command-line.
Yes, I understand this, perhaps I wrongly used the word "lacking" but
the fact is
when deploying large administrative scripts with numerous options and
possibilities for
user input a graphical interface is nice to have. I guess thats why
I'm now looking at trying
to get some C# skills,
Thanks again,
Stuart