Hi all,
I'm in my 2nd year of software development (doing C#) and having come from a Java background, and having programmed a few GUI's in C#/Visual Studio's; I was wondering...
Like in Java You can use an IDE to build a GUI, however you can also simply add Frames, textboxes and so on manually(no IDE just plain java programming). But this does not seem to be present in C#. I have looked around the net and all the had is this:http://msdn.microsoft.com/en-us/library/ms752299.aspx
So my question is why in that case can you not write a GUI manually like in Java, or is it simply because their/Microsofts' GUI creator is good enough?
Sorry if it's silly but i'm really stumped.