Help! I downloaded the sources for the FCKEditor and brought the project into my solution. I also copied the FCKEditor folder into my root folder.
I created a new form with the FCKEditor on the form. When I run my application I can see the form load because the window turns white (background color) and my title changes to "Web Page".
However I entered This.FCKEditor1.Value = "This is a test"; on the Form_Load event and I never see the text. I also am not able to type anything into the window. Also, there is no toolbar visible within the window.