User Profile

Collapse

Profile Sidebar

Collapse
booyeeka
booyeeka
Last Activity: Oct 28 '09, 06:41 PM
Joined: Mar 13 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • booyeeka
    replied to [c#] join lines in richtextbox
    nope
    :-(

    i had sevaral attempts to solve this... all of them was with code like

    myRichTextBox.R tf = myRichTextBox.R tf.Replace("\\p ar", "");

    i tryed with
    \\pard
    \\pad
    \\n
    \\r\\n
    Enviroment.Newl ine

    etc etc, but i can not get result i want...

    i simply can not understand where is the problem... is maybe something...
    See more | Go to post

    Leave a comment:


  • booyeeka
    started a topic [c#] join lines in richtextbox

    [c#] join lines in richtextbox

    on a windows form, i have RichTextBox, with some text, in several lines. and one button on a form.

    i wolud like when i click on that button, to join all richtextbox of lines in one line, but not to loose text style (like font family, color, etc.)

    i can not do it with Replace, like \r\n, and not with the Replace(Environ ment.NewLine, "")........ :-((

    i have also tryed to replace \par and \pard,...
    See more | Go to post

  • booyeeka
    replied to C# and creation of Access database
    tnx, but i have to create that table using c#, and not with access
    See more | Go to post

    Leave a comment:


  • booyeeka
    started a topic C# and creation of Access database

    C# and creation of Access database

    Hi all!

    I need to create MS Access database table row, that have to store "long text" in it.

    What type of field I have to use?

    I tryed with adLongVarWChar, but it stores only 250 or something characters


    Please if you can help me with this.

    Thank you in advance!...
    See more | Go to post
    Last edited by debasisdas; Mar 14 '09, 04:39 PM. Reason: moved to c# forum.
No activity results to display
Show More
Working...