User Profile
Collapse
-
TextBox
In microsoft word we can add a textbox o document. Is there a way to add the same in rtb in vb.net -
I have created my own font but its not working. Is there a way to draw a line using line control under text in rtb? -
changing the position of underline
Is there any way through which I can change the position of underline? I want to move it below the default position where it appears by using .SelUnderline. -
combining diacritical marks
hi I am designing an editor program. I am using ChrW() and AscW() functions to print the character on screen. I want to implement combining diacritical marks(or accent marks) i-e if i print a character and then i want to put diacritic on it by using specific key then i shud be able to place diacritic above or below that character so that they appear as one character. Is there any way to accomplish this in vb? -
-
Hi Veena, Sorry for late reply. I hav tried this code but its not working. I hav added this code to the menu entry "Add TextBox". When i click this menu item only a character is printed. Maybe i'm not using it correctly.
If I add a textbox is it possible to change its size using mouse at runtime? And can i save it with rtb document?Leave a comment:
-
-
fully justify text
I want to fully justify text in rtb. I am designing an urdu editor. The urdu language is written from right to left. So the text is right justified initially.
Waiting for reply -
Adding textbox to rtb in vb 6
I am designing an editor program using rich text box in vb 6.0. I want to add a special box for entering verse or poems so that when I click a button, this box is placed at current position of cursor e-g if cursor is at line#3, the box is placed at line#3 and focus is changed from rtb to box. And after entering text in this box, when i click rtb, focus is changed from box to rtb, also cursor is placed below this box. Also I want that when I save... -
KeyPress for text box
I have added a text box in rtb. I want to call KeyPress() event of rtb for the text box. How can i do that -
Well I'm using a combobox for changing font size. When i run my program the value shown in combobox is 10(because i have set the listindex as equal to that value. When i change the font size to e-g 48 the value shown in combobox is 48. I want that when i place cursor on text of different font sizes, the value of combo box also change accordingly. I have done this by adding following code to SelChange event of rtb
Private Sub rtfText_SelChan ge()...Leave a comment:
-
-
Justify in rich text box in vb 6.0
I want to properly "JUSTIFY" the text in rich textbox control.
Which I mean to say is Right characters to be aligned to right margin and left characters to be aligned to left margin. An example is in MS-WORD there are four methods of text alignment i.e. Left Justify, Right Justify, Central alignment and fourth is "JUSTIFY". I want the solution for fourth method. The remaining are available by default for rich text box ... -
combining diacritical marks
How can i implement combining diacritical marks in vb 6.0 -
Change the listindex of a combobox
How can I change the listIndex of a combobox while cursor is placed on text of different font sizes like in microsoft word?
No activity results to display
Show More
Leave a comment: