When I create a new project, I can start windows application.
In this project there is by default a form.
How do I create an application like SDI application (something that looks like notepad).
Create a new windows forms application in C#, add a richtextbox to your form and a mainmenu, fit in some menu items like: File->New; File->Open; File->Save; File->Exit. Then you will need a fileSaveDialog and a FileOpenDialog. Put code behind the menu items open and save to call these dialogs the open or save the file made in the richtextbox. It shouldn't be that hard to make
10x a lot for your sample.
I saw the MSDN sample scribble.
There is instead of the form a "MainWindow", and inside there is a MdiClient.
Do you know how can I do it?
* The Best Reasons to Target Windows 8
Learn some of the best reasons why you should seriously consider bringing your Android mobile development expertise to bear on the Windows 8 platform.