What is the 'type' of the FredCK.FCKeditorV2 control? Is it Editor? ie. If I wish to reference it in a class file, is the following right:
Public pages_txtContent As FredCK.FCKeditorV2.Editor
When I try to compile it, I am met with an error 'Type FredCK.FCKeditorV2.Editor is not defined.' I have imported the dll using:
Imports FredCK.FCKeditorV2
The class I am trying to import it into inherits from the base class System.Web.UI.Page. Is this the problem? I hope it's not too vague
Should mention, .Net 2.0, VB (I do not use Visual Studio - yep, it is all done by hand at this stage )
Thu, 08/21/2008 - 10:31
#1
Re: Control Reference
I figured it out. The control type is FCKeditor ..... hmmmm
FredCK.FCKeditorV2.FCKeditor