Re: NetSpell is removeing a blank line when checking

  •  09-28-2006, 4:31 PM

    Re: NetSpell is removeing a blank line when checking

    No it does not do it there.
     
    I am inserting the following code at runtime. "<br><br> My Name<br>[email protected]<br>"
    by using
     
    myString = "<br><br> My Name<br>[email protected]<br>"
     
    editor.Text = myString
    editor.Draw()
     
    Then it is when i add to the message and hit teh spell check button that it removes the line.
    To insert the line i am jst hitting the return key.
     
    If I use a Shift return spell check does not take away the line.
    if the shift return is the answer, is there a way to make the enter key a shift return?
View Complete Thread