Search

You searched for the word(s): .net 4.0
Showing page 281 of 1,307 (13,069 total posts) < 1 second(s)
  • Re: PDF file download question.

    It's important to leave the error trapping in there by the way, see my other thread (http://cutesoft.net/forums/thread/37251.aspx).  The converter appears to be somewhat unstable.  I updated the comments in my example slightly too, since I had copied my code from an earlier routine that attached the file to an email.  I was ...
    Posted to Cute Editor for .NET (Forum) by quackmire on March 6, 2008
  • Sending Email

    I created cutesoft editor and added some text and  images. I setted Images folder depending on User. I saved to a html file this Editor text and want to send to a Email with this saved document as body of email. All text is going but images are not showing in the email.   I send mails to support team they are not responding at ...
    Posted to Cute Editor for .NET (Forum) by Vasuu on March 3, 2008
  • Re: Setup questions regarding messenger and chat

    Ok, thx for the reply! Have some additional questions regarding the whole setup. Initially I wonder if this setup is possible for the messenger. Today we have some web servers and some database servers. The problem, as a described above, is that we use mySql and not a database software that messenger supports. So, the messenger is going to be ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by husbil on February 28, 2008
  • Crash when converting HTML to PDF

    If I paste this code:   <table>     <tbody>         <tr>             <td valign=''bottom'' width=''151'' colspan=''3''></td>             ...
    Posted to Cute Editor for .NET (Forum) by quackmire on February 21, 2008
  • Re: Paragraph Default Rather than Divs

    MWorth,   Please set the following property to P.   Editor.BreakElement Property Specify the behavior when the ''enter'' key is pressed in the editor The default is BreakElement.Div. BreakElement Enumeration Determines what happens when the ''enter'' key is pressed in the editor [ ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 21, 2008
  • Re: Convert HTML to PDF creates damaged PDF

    Hey,   I just had a very similar issue and found the solution after a few hours of banging my head.  After looking at your code, I think my solution would work for you too   http://cutesoft.net/forums/thread/37203.aspx   In the above example, after you call the save method, add the line:   x.Position = ...
    Posted to Cute Editor for .NET (Forum) by quackmire on February 20, 2008
  • Re: Want to use SqlFileStorage Class

    I am having this same problem with the SQLFileStorage. If I don't use the default root ''/'' directory you can't navigate up from lower directories. For example. If I set the root to ''Editor1.SetSecurityGalleryPath(''/test'')'' and then navigate to a directory below this in the InsertImage Dialog, such as ''/test/myimages''/ it works fine. ...
    Posted to Cute Editor for .NET (Forum) by bellwa on February 10, 2008
  • Hi - got some problem with Cutesoft--URGENT

    Hi,       Why is no one replying to http://cutesoft.net/forums/thread/36797.aspx , Please so reply it, it is urgent. My original license file is not working. even though i gave the original email used while purchasing, no one sent me a new license file.   If there is another problem, please tell me the process. I am ...
    Posted to Cute Editor for .NET (Forum) by raviteja84 on February 7, 2008
  • Re: License Issue

    MansonServices,   The official license file will not expire.   You have your own License File, but you are using an Evaluation License file. Solution: Please find the license file we sent to you upon purchase, and upload it to your server. If you are unable to find the license file, email us and specify the email ...
    Posted to Cute Editor for ASP (Forum) by Adam on February 7, 2008
  • Re: Add DotNetNuke Custom Button

    bmolzen,   >>Image1.ImageUrl    = ''tools.gif''   This ImageUrl is a regular asp.net Image path. You can do:   Image1.ImageUrl    = ''~/images/tools.gif''   Image1.ImageUrl    = ''/images/tools.gif''   And point it to any ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 28, 2008