User Profile

Collapse

Profile Sidebar

Collapse
yuleball
yuleball
Last Activity: Jul 16 '09, 06:53 AM
Joined: Nov 19 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • yuleball
    started a topic TextBox

    TextBox

    In microsoft word we can add a textbox o document. Is there a way to add the same in rtb in vb.net
    See more | Go to post

  • yuleball
    replied to changing the position of underline
    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?
    See more | Go to post

    Leave a comment:


  • yuleball
    started a topic changing the position of underline

    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.
    See more | Go to post

  • yuleball
    started a topic combining diacritical marks

    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?
    See more | Go to post

  • yuleball
    replied to Adding textbox to rtb in vb 6
    thnx veena but i want smthg whose size can be changed
    See more | Go to post

    Leave a comment:


  • yuleball
    replied to Adding textbox to rtb in vb 6
    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?
    See more | Go to post

    Leave a comment:


  • yuleball
    replied to fully justify text
    Yes I can do left justify. I want to do it in vb 6.0
    See more | Go to post

    Leave a comment:


  • yuleball
    started a topic fully justify text

    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
    See more | Go to post

  • yuleball
    started a topic Adding textbox to rtb in vb 6

    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...
    See more | Go to post

  • yuleball
    started a topic KeyPress for text box

    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
    See more | Go to post

  • yuleball
    replied to Change the listindex of a combobox
    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()...
    See more | Go to post

    Leave a comment:


  • yuleball
    replied to Change the listindex of a combobox
    its ok. i have found the solution
    See more | Go to post

    Leave a comment:


  • yuleball
    started a topic Justify in rich text box in vb 6.0

    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 ...
    See more | Go to post

  • yuleball
    started a topic combining diacritical marks

    combining diacritical marks

    How can i implement combining diacritical marks in vb 6.0
    See more | Go to post

  • yuleball
    started a topic Change the listindex of a combobox

    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?
    See more | Go to post
No activity results to display
Show More
Working...