|
-
Feb 4th, 2003, 04:35 PM
#1
Thread Starter
Hyperactive Member
-
Feb 4th, 2003, 05:17 PM
#2
Sleep mode
Well , try this :
undock richtextbox , and use this code :
VB Code:
'load event if didn't work then try it with resize .
RichTextBox1.Dock = Splitter1.Dock.Right
I don't if it works but .....
-
Feb 4th, 2003, 06:03 PM
#3
Thread Starter
Hyperactive Member
nope, it doesn't
-
Feb 4th, 2003, 08:46 PM
#4
Try either putting the richtextbox on a panel and have that fill the space or put a panel above the rtb and dock it as well.
-
Feb 5th, 2003, 07:23 AM
#5
Thread Starter
Hyperactive Member
Thanks Edneeis, after a lot of diffetent docking combinations, it finally works.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|