Results 1 to 2 of 2

Thread: any 1 who is visual basic master

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2000
    Posts
    10

    Thumbs up


    i want to copy the text of richtextbox to ms word
    for this i used the clipboard.

    i used the code to copy to the clipboard
    Clipboard.SetText RichTextBox8.TextRTF, vbCFRTF
    it works.


    but when i used the code to copy to the MS word

    r.Range.InsertAfter Clipboard.GetText(vbcfrtf)

    {where r as document}

    then what i see on the MSword is.


    {\rtf1\ansi\ansicpg1252\deff0\deftab720{\fonttbl{\f0\fswiss MS Sans Serif;}{\f1\froman\fcharset2 Symbol;}{\f2\fswiss MS Sans Serif;}}
    {\colortbl\red0\green0\blue0;}
    \deflang1033\pard\plain\f2\fs17 Ric\plain\f2\fs17\b hTextBox8
    \par }


    i have the text "richtextbox8" in the text box.
    but when i use the "ctrl+v" to paste the text in the word then it pasted formatted text( that is what i want)

    please give me the coding to insert the formatted text to the ms word.


    waiting 4 reply
    it would be a great help!!!!!!!!!!!!!!!!!!!!!!!!!!!

    sk

  2. #2
    Fanatic Member
    Join Date
    Aug 2000
    Posts
    617

    Dear Friend

    Chitchat! is the wrong forum to put this question on?
    You should move this to General V-questions

    The people in Chichat are all bored... Though they may not be boring...
    See the heading 'boredom' and they aaaal want to talk about everything BUT VB!? Can u imagine???

    Just an advice..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width