Form Concepts CodeSample - Showing a dialog form
From Visual WebGui Wiki
| This article will have a few sections added to it soon, based on the following article type skeleton: NewCodeSampleTemplate |
Overview
This article is a part of Form Concepts series of articles.
The article contains a very simple codesample on how to create and show a dialog form.
VB.NET Code
Dim f As SlaveForm = New SlaveForm f.ShowDialog()
C# Code
| The conversion of this code to C# has not been completed yet. Please feel free to contribute and add contents to the Wiki |
