home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples.exe / QuickStart / winforms / doc / default.aspx < prev    next >
Encoding:
Text File  |  2000-06-11  |  2.7 KB  |  72 lines

  1. <!-- #include virtual="/QuickStart/winforms/include/header.inc" -->
  2.  
  3. <h4>Welcome to the Win Forms QuickStart Tutorial</h4>
  4.  
  5. The Win Forms QuickStart is a series of Win Forms samples and supporting commentary 
  6. designed to quickly acquaint you with the programming model, architecture, and power of the 
  7. Win Forms framework. The QuickStart samples are designed to be short, 
  8. easy-to-understand illustrations of many of the features of Win Forms.
  9. By the time you have completed the QuickStart tutorial you will be able to build fully functioning 
  10. Win Forms applications.
  11. <div class="indent">
  12.  
  13. <p><span class="caption">What Level of Expertise Is Assumed in the 
  14. QuickStart?</span> <br>The Win Forms QuickStart assumes that you are 
  15. familiar with object oriented programming techniques.  It also assumes 
  16. that you are familiar with concepts such as Windows, Controls, Menus and 
  17. so on.  You should have experience building applications using Microsoft 
  18. Windows(TM) or a similar Graphical User Interface (GUI) programming 
  19. system.  If you have experience building applications using the Windows 
  20. Win32 API, MFC or the Visual Basic forms package then you will quickly get 
  21. to grips with Win Forms.</p> 
  22.  
  23. <p><span class="caption">Working with the QuickStart Samples</span>
  24. <br>The QuickStart samples are best experienced in the presented sequence. 
  25. Each section assumes that you are familiar with concepts presented in earlier sections.
  26. </p>
  27. <table class=mydd border=0 cellpadding=5>
  28.  <tr>
  29.   <td valign=top><strong>Getting Started</strong></td>
  30.   <td>
  31.         This section explains the Win Forms programming model and the basics of creating a Win Forms
  32.         application - how to use controls, how to respond to events, how to add menus and so on.
  33.   </td>
  34.  </tr>
  35.  <tr>
  36.   <td valign=top><strong>Building Applications</strong></td>
  37.   <td>
  38.         This sections introduces more advanced Win Forms topics such as databinding, how to write controls, printing,
  39.         and so on.
  40.   </td>
  41.  </tr>
  42.  <tr>
  43.   <td valign=top><strong>Control Reference</strong></td>
  44.   <td>
  45.         This section contains samples for each of the controls that ship with Win Forms. Each sample
  46.         illustrates how to use that control.
  47.   </td>
  48.  </tr>
  49.  
  50.  <tr>
  51.   <td valign=top><strong>How Do I...?</strong></td>
  52.   <td>
  53.         The "How To" section contains more Win Forms samples illustrating error handling, 
  54.         multi-threading issues and so on.
  55.   </td>
  56.  </tr>
  57.  
  58.  <tr>
  59.   <td valign=top><strong>Related Documentation</strong></td>
  60.   <td>
  61.         This section lists the Win Forms topics in the NGWS SDK documentation.
  62.   </td>
  63.  </tr>
  64. </table>
  65.  
  66. </p>
  67.  
  68. </div>
  69.  
  70. <!-- #include virtual="/QuickStart/winforms/include/footer.inc" -->
  71.  
  72.