trichview.support
new user |
Author |
Message |
gusse |
Posted: 06/13/2002 17:32:15 Hi there i´m looking at the richedit and I have some q.. 1. I want to create an autodetetect url. like when i enter www.microsoft.com then it would automatic create a hyberlink , but how?? 2. Can I insert object and how? 3. I have some trouble to stream data to a richedit control, Do I do something wrong ?? M:=TMemoryStream.Create; TBlobfield(qryKnowledgeBase.FieldByName('SOLUTION')).SaveToStream(M); M.Position:=0; frmNoteEditor.Editor.Lines.LoadFromStream(M); //data is inserted into the richedit component "editor " frmNoteEditor.Editor2.LoadRTFFromStream(M); //but not this one frmNoteEditor.Editor2.format; frmNoteEditor.ShowModal; M.Free; thanx Brian Gustavsen InnDevelop Technologies. |
Powered by ABC Amber Outlook Express Converter