|
-
Feb 12th, 2009, 02:24 PM
#1
Thread Starter
PowerPoster
-
Feb 12th, 2009, 08:46 PM
#2
Addicted Member
Re: RichTextBox aligning text
Tab sets should work. What is the code you are using now that resulted in the attached image?
-
Feb 12th, 2009, 08:52 PM
#3
Thread Starter
PowerPoster
Re: RichTextBox aligning text
 Originally Posted by Tom Moran
Tab sets should work. What is the code you are using now that resulted in the attached image?
I found some code here that may work: I'm testing
http://www.vb-helper.com/howto_richt...drag_tabs.html
Waiting for a full featured smart phone with out marrying a provider
Go Android
Go raiders 
-
Feb 12th, 2009, 09:20 PM
#4
Re: RichTextBox aligning text
i do my best to test code works before i post it, but sometimes am unable to do so for some reason, and usually say so if this is the case.
Note code snippets posted are just that and do not include error handling that is required in real world applications, but avoid On Error Resume Next
dim all variables as required as often i have done so elsewhere in my code but only posted the relevant part
come back and mark your original post as resolved if your problem is fixed
pete
-
Feb 12th, 2009, 09:38 PM
#5
Thread Starter
PowerPoster
Re: RichTextBox aligning text
 Originally Posted by westconn1
try a table
Unfortunately a table does not work. My rtf's also have the feature of adding a table, but there is no way to restrict entry to cells. the entry will goes right past the borders of the table or spill into the next cell.
Waiting for a full featured smart phone with out marrying a provider
Go Android
Go raiders 
-
Feb 13th, 2009, 07:57 AM
#6
Addicted Member
Re: [RESOLVED] RichTextBox aligning text
Also there is a bug in the Rich Text Box DLL with tables. It does not wrap multiline cells properly.
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
|