Search

You searched for the word(s): microsoft
Showing page 11 of 109 (1,088 total posts) < 1 second(s)
  • Re: Configuration Error

    This is usally a .Net Framework cache problem. Try this: - Close you VStudio- in the TaskManager, stop your Aspnet Process (it will restart automatically)- go to C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/ and delete everything- open you VStudio project, rebuild and check if the CuteEditor.Dll is in the Bin directory ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 25, 2005
  • Re: Custom Button

    demmett, Your code is here:   <!-- #include file = ''EditorTool/include_CuteEditor.asp'' --> <HTML> <HEAD> <META NAME=''GENERATOR'' Content=''Microsoft Visual Studio 6.0''> <script language=''JavaScript''> <!-- function Paste_Html1(editorID,value) { var editor = new Object(); ...
    Posted to Cute Editor for ASP (Forum) by Adam on March 9, 2005
  • Re: How to install IP license in the Global Assembly Cache...

    Gerhard, It's not necessary to add the control into Global Assembly Cache. Adding CuteEditor to the Global Assembly Cache Below is the instructions of Placing a DotNetGallery.dll in the GAC 1. Open MMC from Start Menu > Run 2. In MMC, Open mscorcfg.msc file. This file can by default be located at ...
    Posted to ASP.Net Image Gallery (Forum) by Adam on February 2, 2005
  • Re: Support for Opera 7

    Cute Editor uses JavaScript to access functionality that already exists in IE and Mozilla. In IE this functionality is called ''MSHTML''   http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/editing/mshtmleditor.asp In Mozilla this is called ''Midas''  http://www.mozilla.org/editor/midas-spec.html If ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 29, 2004
  • Re: New Version don´t work wih Opera 7.23

    Cute Editor uses JavaScript to access functionality that already exists in IE and Mozilla. In IE this functionality is called ''MSHTML''   http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/editing/mshtmleditor.asp In Mozilla this is called ''Midas''  http://www.mozilla.org/editor/midas-spec.html If ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 29, 2004
  • Re: Question about Add customer button?

    alemke,   Cute Editor for ASP allows you add your custom button like the followings:   editor.CustomAddons = ''<span title=''''Custom Addons'''' class=''''button'''' onclick=''''alert('This is a custom function');'''' type=''''btn'''' border=''''0''''> Custom button ...
    Posted to Cute Editor for ASP (Forum) by Adam on November 15, 2004
  • Re: XML Creation Error

    Never mind I resolved the issue, You need to have MSXML 4.0 sp2 installed on your system from http://www.microsoft.com/downloads/details.aspx?FamilyID=3144b72b-b4f2-46da-b4b6-c5d7485f2b42&DisplayLang=en   Also Please fix the forum, I am tired of getting the javascript error when my mouse goes over the body of the text on the message, ...
    Posted to Cute Editor for ASP (Forum) by rcroeder on June 23, 2004
  • Re: retrieve data from database

      <%      Set conn = Server.CreateObject(''ADODB.Connection'')     connstr=''Provider=Microsoft.Jet.OLEDB.4.0;Data Source='' & Server.MapPath(''test.mdb'')     conn.Open connstr       ' save the change to the Access Database    if ...
    Posted to Cute Editor for ASP (Forum) by Adam on February 8, 2004
  • Re: "Insert images" button

    Zapotec,   1. What does the ''Preview'' button on the ''Insert images'' page do?   ''Preview'' button will be removed in the future release. We use the onchange event to catch the image property changes. If the user made the change to the image border size and didn't move the mouse cursor. The change will not show in the preview ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 15, 2004
  • Re: strange error

    You probably need to add the mime type for  the jse extention to application/octet-stream. see: http://support.microsoft.com/?id=326965 Earlier versions of IIS include a wildcard character MIME mapping, which permits IIS to serve any file regardless of its extension. IIS 6.0 does not include this wildcard character MIME mapping and does not ...
    Posted to Cute Editor for ASP (Forum) by Zapotec on December 17, 2003
« First ... < Previous 9 10 11 12 13 Next > ... Last »