Search

You searched for the word(s): .net 4.0
Showing page 181 of 1,307 (13,069 total posts) < 1 second(s)
  • Re: cute chat cache without a log table

    Dear tajamal,   Please open ''/CuteSoft_Client/CuteChat/ChatAdmin/Log.aspx'' You can find the following line: <%@ Page language=''c#'' Inherits=''CuteChat.ChatAdminPage'' %> You can change it to <%@ Page language=''c#''  %> After done, your following requirement should can be implemented, the user don't need sign as ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Eric on January 31, 2011
  • Re: Javascript API Document?

    Hi SKH,   If you mean that, achieve the same function as the toolbar buttons by javascript.Please try the code below  <%@ Page Language=''C#'' AutoEventWireup=''true'' %>      ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 4, 2010
  • Re: contextmenus

    Hi kjell.ek, How to add ''InsertLink'' menu into the context menu. 1. Open file ''CuteSoft_Client\CuteEditor\Configuration\ContextMenuMode\Simple.config '' 2. Add the sectioin below into to <contextmenus>  <ref name=''InsertLink'' /> 3. Open file ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 17, 2010
  • Re: The problem with the license file

    Hi Larsik,   I am sorry to hear the trouble on your side. Please let me assure you that official license files never expire. If you do have ''expiration'' message, chances are the official file has been overwritten by temp ones. First of all, let's get your license file re-generated. In order to do that, I will need your buyer's email@ or ...
    Posted to ASP.Net Image Gallery (Forum) by Karen on October 4, 2010
  • Re: Embedding Messenger window or Hiding It

    Hi Calsy,   Please try the example below. It shows you how to add CuteMessenger in the page as embed mode.   <%@ Page Language=''C#'' %> ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Kenneth on September 27, 2010
  • Re: Create New Directory

    Dear SergeGusev ,   Please refer to the following snippet:            if (!Directory.Exists(@''D:\\MyUserFileStorage\\Serge\\Images\\Test''))          {               ...
    Posted to Cute Editor for ASP (Forum) by Eric on September 14, 2010
  • Re: Problems running demos

    Dear ruperty, I tested your two examples: http://www.voteinusa.com/demo1.php http://www.voteinusa.com/demo2.php the first one works fine, the second throw error,   You can set another temporary directory and try it again:  <?php    $uploader=new ...
    Posted to PHP File Uploader (Forum) by Eric on September 2, 2010
  • Re: Buttons not working in Windows 7?

    Hi rlovelace,   Please let you client test on our demo http://cutesoft.net/example/general.aspx.   If the demo works for him, please donwload the latest version and try again.   Also, you can let him test on different borwser on your site, it maybe a security settings problem of the browser(try re-set all security settings to ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 26, 2010
  • Re: attachements

    You can click button ''Downloadable Files'', and then upload file. If you want to use the uploaded files later, you only need click it and then insert it to editor area, othere users will can right click the file and save to their local computer. If you want to click one button and then select some files and then send it, you ...
    Posted to Cute Editor for .NET (Forum) by Eric on August 19, 2010
  • Re: span deleted

    I tested this issue both Chrome 5.0.375 and IE8.0, it works on my end, the steps are as follows,   1.   Open link http://cutesoft.net/asp/EnableAll.asp , and switch to ''HTML''   2.   Input   <a href=''xyz''><span>Text</span></a>  in html code editor ...
    Posted to Cute Editor for ASP (Forum) by Eric on June 17, 2010