Printing a box in a rich text box 
Author Message
 Printing a box in a rich text box

At this moment I am converting a PDS7 (QBX) app to windows using VB & intend
to use rtf files for the formats to print using selpos & seltext to pop the
fields to the format but if I use some of the bas 7 code like :-
Box1:
BoxTop=chr$(195)+string$(30,chr$(196))+chr$(191)
.selpos x
.seltext=BoxTop
the output is not what I expected its the following :-
+------------------------------+
and not the box top, I have changed fonts & sizes but to no avail.
Interestingly if I produce a box in word & save it in RTF format the box
displays ok in word but in my RTB I get +--------------+  again any ideas ?

                         Regards Jim



Thu, 18 Nov 2004 15:48:05 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Colour Text Box/Class Wrapper for Rich Text Box

2. Newbie question: Rich Text Box vs. Text Box

3. help: formatting rich text box/text box

4. Rich Text Box vs. Text Box Scrolling

5. Rich Text Box or text box control

6. Looking for APIs for text box and Rich text box

7. Rich Text Box wont print full text

8. Help: Printing text contained within the Rich Text box

9. Help: Printing text contained within the Rich Text box

10. Help: Printing text contained within the Rich Text box

11. Resizing a Rich Text Box and a List Box

12. Help in understanding drag drop from a list box to a rich text box

 

 
Powered by phpBB® Forum Software