Locking RichTextBox I have a text with pictures saved in RTF. Although I set the property Locked of RichTextBox control to false, user is still able to change the size of picture. I need to let him select part of text to copy to clipboard, etc. but he shouldn't be able to ch
RichTextBox How to...... Is there a way to prevent an RTF box from scrolling? When doing a word search for instance, it scrolls all the way to its end. Is there a way to make it remain stationary where it happens to be? -- Dale Beckett
Sendmessage to richtextbox Hi, I'm copying a MSChart to a RichTextBox control, using the following code: = SendMessage WM_PASTE, 0, 0 The problem
can't ctrl+c and RichTextBox Hi I have the following routine to try and copy the selected text to the clipboard from an MS richtextbox Private Sub As Integer, Shift As Integer) If Shift = vbCtrlMask Then If KeyCode = vbKeyC Then VB.Clipboard.
RichTextBox 'Seek' What parameter(s) do I use to move the caret to a particular line and scroll to make it visible? I use ' Scroll the lines. Success = 0, lines) to scroll by 'lines'.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum