Search

You searched for the word(s): .net 4.0
Showing page 124 of 1,307 (13,069 total posts) < 1 second(s)
  • Our editor has a build-in uploader which may make the steps easier for you

    Are you asking how to publish a .pdf document that's on your own hard drive to all other people, especially your boss? Well, you can either upload the file to your web server or turn on IIS service on your PC to give other people public access. Then to add the file at a link.   Our editor has a build-in uploader which may easy the steps for ...
    Posted to FAQ (Forum) by Karen on September 22, 2005
  • Re: DOMAIN LICENSE

    You may also install and use the Software on an unlimited number of developer workstations (but not on a development server) for use in connection with the same single website host name when accessed by the http://localhost/Webapplication;  If you need further help, please write to us at support@cutesoft.net with details of your ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 12, 2005
  • Re: Urgent ,Want to count total words in editor

    Please try the following steps:   1. Create a custom button. 2. When the people click the custom button, you use the Editor.PlainText property get all total words.   2. Then you can count total words based onn the result.   This is an example showing you how to create a server side custom ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 8, 2005
  • Re: Multiple errors using CuteSoft

    Steven,   Welcome to CuteSoft support forums.  1. Sometimes, a user can copy from Word and the editor underlines the entire documentAnswer: This bug has been fixed. Please upgrade to the version 4.5.0.1. 2. Sometimes when copying from Word, the editor changes some of the font (not all of it) or changes the colorAnswer: Can you ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 29, 2005
  • Re: Regular expressions???

    Hi Doug,   i don't know if this will work for you, but when i need to filter ish before i before it goes to my DB, i do a replace command on the string Variable.   Lets say you didn't want the word ''Hello'' entered into your DB, you wanted the word ''Hi'' instead.   Dim X as string   X = CuteEditor1.text X = ...
    Posted to Cute Editor for .NET (Forum) by DaveAtDigital on August 23, 2005
  • Re: Accessing a modal dialogue without displaying the editor itself

    Hi Fermin,   I think the answer to your question is to use the following code in your BLOCKED SCRIPT    var url=showModalDialog(''../CuteSoft_Client/CuteEditor/Dialogs/InsertImage.aspx?settinghash=&<%=Editor1.Setting.GetHashString()%>'', ''Image Manager'',''dialogWidth:670px;dialogHeight:650px'');   You can ...
    Posted to Cute Editor for .NET (Forum) by dotcom on August 22, 2005
  • Re: editor html

    un2005,  Cute Editor does display nicely indented code in the HTML mode. But the indented code is only for display.Cute Editor should always generate this formate: ''<table><tr></tr><tr></tr></table>''.Please check the following example:http://cutesoft.net/example/general.aspxAfter you click the ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 13, 2005
  • Re: inlines styles, not font tags?

    Alex, apdaniel wrote:   Just purchased the server licence for your ASP cuteeditor and I've got a couple of questions.     Not in this version. This feature is only available in the .Net version right now. We will add it into the ASP new version.    apdaniel wrote:   Secondly, I can't seem to populate ...
    Posted to Cute Editor for ASP (Forum) by Adam on August 13, 2005
  • Re: databse image support and price information

     >> 1- Does it permits that the images are stored in a datbase? Yes. Please check the following link: http://cutesoft.net/example/howto.aspx Download the example source code Store Files (images, flashes and documents) in a Database ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 9, 2005
  • Re: set Edit area background image through code

    Ron,   Thanks for the kind words about CuteEditor.  >>Is there a way to programmically set the page properties like background image for the editor area? Yes. it's possible.Demo is here:http://cutesoft.net/example/backgroundimage2.aspxThe source code of this demo: <CE:Editor ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 18, 2005