GUI Based Opinion Poll


Description

Tools Used: Microsoft .NET Framework Beta 2 ,Text Editor.

This is a article on how to create a opinion poll in C#. It creates a Text file on your c drive storing the voting parameters in it. On subsequent votes it accesses this file to show you the results. The display is shown using GDI+.

Compile the Opinion and OpinionPollResults cs files using the command: csc Opinion.cs OpinionPollResult.cs or csc /t:winexe Opinion.cs OpinionPollResult.cs


Similar Articles