Does anyone know how to add custom controls in a Rich Text Box? For example, how to add a button in a Rich Text Box?
Or with vb code or with RTF code.
Printable View
Does anyone know how to add custom controls in a Rich Text Box? For example, how to add a button in a Rich Text Box?
Or with vb code or with RTF code.
use the following code
VB Code:
SetParent Command1.hWnd, RichTextBox1.hWnd
:wave:
Your code doesn't work. As i know , vb6 doesn't have "setparent" method or function.
Doesn't anyone know something to help me? I know that it can be done by RTF code and i am sure for this but i don't know how. Can someone help me?
VB Code:
Declare Function SetParent Lib "user32" Alias "SetParent" (ByVal hWndChild As Long, ByVal hWndNewParent As Long) As Long
What makes you SO sure that you can do it using RTF code?Quote:
Originally posted by DarkX_Greece
Doesn't anyone know something to help me? I know that it can be done by RTF code and i am sure for this but i don't know how. Can someone help me?
Try to add a button or a picture box into a word document using MS Word from MS Office. Then save it as RTF document and then open it with WordPad. As you will see the button or the picture box. Then save it again from the WordPad and open with the notepad. You will see the the rtf code. Then copy paste the code and put it as:
RichTextBox1.TextRTF = << Paste here the rtf code from NotePad >>
You will see the button or the picture box as it is in the MS Word.
My problem is that i can not understand what is the proper code from all this. It is too big rtf code for only one button!
Please if you know , please help me
Thanks Manavo11!
(Äåí Ý÷ù áêïýóåé íÝá óïõ áðü ôüôå ðïõ óïõ Ýóôåéëá ôï áñ÷åßï ìÝóù email.)
You're welcome :afrog:
(Σόρυ που δεν σου έχω στείλει ακόμα αλλά με την σχολή δεν προλαβαίνω καθόλου... Μπαίνω internet μία στις τρείς μέρες :( Μετακομίζω επίσης Αθήνα τώρα και έχω ακόμα λιγότερο χρόνο...)
(ΟΚ! Το project που σου είχα στείλει ξέχνα το, έχω δημιουργήσει ένα άλλο, με καινούργιο κώδικα για parsing τα tags,που δουλεύει πάντα! Έχω χάσει το email σου, αν μπορείς στείλτο μου. Που μετακομίζεις στην αθήνα? Σε ποια περιοχή?)
Thanks all of you!!!!