Software Design Using C++Advanced Windows Forms ApplicationsNote that this functionality is no longer available. This gave a quick way to produce a Windows application with a graphical user interface. Elsewhere in these web pages we have mostly been using console applications, which have a simple text mode interface. The Windows Forms Applications can be more interesting and also more friendly to use, but we will have to expend a little more effort to set them up. This section contains Windows Forms Apps with more complex coding than that found in the Intermediate section. All of the examples in this section and the two related sections were created and tested with Visual Studio .NET 2003. They should also work in Visual Studio .NET 2005. Examples
Related Items:
|