User Profile

Collapse

Profile Sidebar

Collapse
hmFG
hmFG
Last Activity: Feb 18 '11, 10:04 AM
Joined: Dec 24 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • word automation using c# and a template (format problem)

    I'm working on a word automation project and having trouble on the format of the inserted text from a rich text box

    I have successfully replace the field in my template using the following code:

    Code:
     if (fieldName == "background")
                        {
    
                            myMergeField.Select();
    
                            oWord.Selection.TypeText(rtbBackground.Text);
    ...
    See more | Go to post

  • hmFG
    started a topic better rich text box

    better rich text box

    What are the difference between the windows form rich text box and the WPF richtextbox?
    For a word processor project, does the WPF rich text box better than the WinForm rich text box?
    Thank you
    See more | Go to post
No activity results to display
Show More
Working...