Posted by AJ on 16:21:00 09-01-2003
Hi everyone
I have a problem with my project.
I need to create a form with a dockable panel. Then I need to see a RichEdit dock on the panel after crate the form.
What should I do for that?
Posted by PGuard on 07:28:00 09-02-2003
Please give some more information...Like what API you are using, what OS you are using and stuff like that
Lemmih
Posted by dxprog on 08:41:00 09-02-2003
Windows. As far as I know, no other OS uses the RichEdit control.
[addsig]
Posted by AJ on 14:33:00 09-02-2003
hi Lemmih
My OS is windows 98 and I use bcb 5.
I can mkae richedit to dock on the panel.
But I need to click richedit to dock richedit on panel.
richedit's property DragKind is dkDock and
DragMode = dmAutomatic , and panel's property DockSite = true.
I want to know what should i do dock the richedit on panel without click richedit.
Thans a lot
Posted by AJ on 14:37:00 09-02-2003
hi Lemmih
My OS is windows 98 and I use bcb 5.
I can make richedit to dock on the panel.
But I need to click richedit to dock it on panel.
richedit's property DragKind is dkDock and
DragMode = dmAutomatic , and panel's property DockSite = true.
I want to know what should i do to dock the richedit on panel without click richedit.
Thanks a lot