Using WebHtmlEdit in your projects

Adding Web Html Editor to your toolbox in VS.NET

Right click your Visual Studio toolbox and select Add / Remove Items. Then click Browse, and find the WebHtmlEdit.DLL (by default it is installed in "C:\Program Files\JitBit\WebHtmlEdit Control\". Click Open, click OK, and you will notice the HtmlEdit icon on your Toolbox.

Adding a HtmlEdit control to your webform.

WebHtmlEdit control consists of a DLL-file (assembly) and a set of images, used to render the control (toolbar icons etc.). To use the control you have to place it on a webform, and to copy the image set to your project's folder.

To place the WebHtmlEdit control on a webform simply drag the control from your toolbox to your webform in Visual Studio .NET.

After placing a control to your form, you have to copy the images used by the control to your project folder. All the images needed by the contol are placed into installation folder under "\HtmlEditImgs" subfolder (ie. "C:\Program Files\JiBit\WebHtmlEdit Control\HtmlEditImgs"). Copy this entire folder to your project's location (ie. "C:\Inetpub\wwwroot\MyApp\HtmlEditImgs").

© JitBit Software www.jitbit.com