iNTERFACEWARE Products Manual > Installing and Using Chameleon > Sample Applications > C# Server Application > Step 1 - Creating the Form |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
The first step in creating this application is to open Microsoft Visual Studio 2005 and create a form for your application. The figure below shows how this form could look: This form contains three components:
In this sample application, these components are named HL7Message, ChangeButton and ParsedOutput, respectively. Once you have your form, the next step is to use Chameleon to create a VMD file that defines the types of messages that you want to parse and the fields that you want to extract from these messages. |