Skip to content
Hisham Bin Ateya edited this page Nov 27, 2016 · 1 revision

Getting Started

To use this repository, simply checkout the following steps:

Authoring Your User Control

To author and create your user control, please submit an issue describing the idea behind your user control what it does? What the properties and events that expose? get the feedback and start coding using our naming conventions. Please checkout the following steps to guide you to accomplish this task:

  • Step 0: Add a new tab named Honeydew in your Toolbox window, after that click "Choose Items" menu item, then click "Browse" button to select Honeydew.dll which located in Honeydew\Honeydew\bin\Debug
  • Step 1: Create your user control by adding a User Control named UserControl to the Honeydew project
  • Step 2: Build the Honeydew project
  • Step 3: Add a test form in the Honeydew.Tests named frmUserControlTest
  • Step 4: Drag your user control UserControl from the Honeydew to the frmUserControlTest and your free to use it!!
  • Step 5: Add an instance of your test form frmUserControlTest that you already created in the Step 3 into the Main function in Program.cs as the following:
Application.Run(frmUserControlTest());
Clone this wiki locally