Search:

Type: Posts; User: hackerspk

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    16
    Views
    13,079

    VS 2008 Re: Equalize Size of Lines in RichtextBox

    I don't really know about English literature very well. But Urdu literature has a specific type of poetry named "Ghazal" http://en.wikipedia.org/wiki/Ghazal.
    This type is very popular in sub...
  2. Replies
    16
    Views
    13,079

    VS 2008 Re: Equalize Size of Lines in RichtextBox

    Ha Ha Ha. I am developing a much complex application. It is an open source RichTextEditor.
    101379
  3. Replies
    16
    Views
    13,079

    VS 2008 Re: Equalize Size of Lines in RichtextBox

    Unfortunately I cannot change the width RTB.
  4. Replies
    16
    Views
    13,079

    VS 2008 Re: Equalize Size of Lines in RichtextBox

    It is a pretty good one. I can now get the right measurement of lines. Following code give me the measurement of biggest line. Then only thing I left with to equal the size of each line. I think I...
  5. Replies
    16
    Views
    13,079

    VS 2008 Re: Equalize Size of Lines in RichtextBox

    I am using an extended richtextbox with some modification. Last year I posted its source here:
    http://www.vbforums.com/showthread.php?680802-ExtendedRichTextBox-control-usage
  6. Replies
    16
    Views
    13,079

    VS 2008 Re: Equalize Size of Lines in RichtextBox

    Thanks. But I am afraid it is not the real game. We cannot go with line.Length feature. Because there are words which occupy more space then some. For example: Q occupy more space then i. And in...
  7. Replies
    16
    Views
    13,079

    VS 2008 Equalize Size of Lines in RichtextBox

    I want to make a poetry writing application. I want every verse of a poem to be equal in size. e.g

    Some love good some love bad
    We all want something we never had

    This should look like this by...
  8. VS 2008 Re: Font Size Issue With Custom Created Listbox Control

    got it. thanks it is working.
  9. VS 2008 Re: Font Size Issue With Custom Created Listbox Control

    I think it can do the thing but there is a problem:

    100339
  10. VS 2008 [RESOLVED] Font Size Issue With Custom Created Listbox Control

    I am try to Inherits a Listbox control to change StringFormatFlags direction. All is OK, but when I change the font size of Listbox control it dose not draw item properly. How to fix this issue. I am...
  11. VS 2008 Re: Text Renderer Class For Arabic Script Languages

    Ok problem is resolved by Mick Doherty


    Namespace UrduTextRendrer
    Public Class UrduTextRendrer
    Inherits ToolStripProfessionalRenderer
    Protected Overrides Sub...
  12. VS 2008 Re: Text Renderer Class For Arabic Script Languages

    Windows Vista, 7,8 have good Unicode support when these windows renders Arabic script languages, there is no error. But windows xp if east asian languages are not installed it cannot able to render...
  13. VS 2008 Re: Text Renderer Class For Arabic Script Languages

    i thought of that but there is one problem more all the shortcut keys also turn to left so how to adjust these keys?
  14. VS 2008 Re: Text Renderer Class For Arabic Script Languages

    Any one else have some idea please?
  15. VS 2008 Re: Text Renderer Class For Arabic Script Languages

    It works great if you have Windows 7 +, But on windows xp if Asian languages are not installed then text will not shown correctly, if simply while rendering the text we change the string format flags...
  16. VS 2010 Re: Thousands of Rows in a Listbox- Visual Basic 2010

    Sample of which file?. if you mean the text file one want to read then simple create a text file with 1 item per line. Yes this method is so quick.
  17. VS 2008 Re: Text Renderer Class For Arabic Script Languages

    Any help guys
  18. VS 2010 Re: Thousands of Rows in a Listbox- Visual Basic 2010

    Hi there, Play with this code,


    If File.Exists(Application.StartupPath & "\List.txt") Then
    ListBox1.Items.Clear()
    Dim a As String =...
  19. VS 2008 [RESOLVED] Text Renderer Class For Arabic Script Languages

    By default .Net Toolstrip control not render the text for RightToLeft languages correctly, I written a class to do so. All is well else after drawing graphics all the menus of toolstrip which are...
  20. Replies
    1
    Views
    940

    VS 2008 Re: ExtendedRichTextBox control usage

    No one? come on guys..
  21. Replies
    1
    Views
    940

    VS 2008 ExtendedRichTextBox control usage

    I found an ExtendedRichTextBox which was in C# i converted this class to vb.net using online code converter. There are number of options in like justifying the text, Inserting numbers list to...
  22. VS 2008 Re: Font kerning or letter spacing in richtextbox

    Thanks for help proneal, But this is all about drawing text of windows form. I wan to do this in RichTextBox there is no Pain event in RichtextBox.
  23. VS 2008 Re: Font kerning or letter spacing in richtextbox

    i already checked it, it is not supported for Unicode characters.
  24. VS 2008 Re: Font kerning or letter spacing in richtextbox

    Thanks for suggesting the font, but how to set the kerning of font in richtextbox?
  25. VS 2008 Font kerning or letter spacing in richtextbox

    Hi, i want to set font kerning in richtextbox to adjust letter spacing with unicode support. is there any way to do so? t-:confused:
  26. Replies
    1
    Views
    11,308

    Re: Line Numbers in a RichTextBox.

    if you please explain how to insert line numbers to selection text in richtextbox i got error on this line

    SendMessage(New HandleRef(rtb, rtb.Handle), EM_SETPARAFORMAT, 0, param)

    "too many...
  27. VS 2008 Re: [RESOLVED] Change multiple selected fonts in richtextbox vb.net

    thanks it worked
  28. VS 2008 Re: Change multiple selected fonts in richtextbox vb.net

    Thanks for help but,
    this code work great if we have a limited text in our selection. but its worthless with large selection of text like 100000 characters. I have more than 1 lack characters in my...
  29. VS 2008 Re: Change multiple selected fonts in richtextbox vb.net

    ok i got this error
    "Object reference not set to an instance of an object."
  30. VS 2008 Re: Change multiple selected fonts in richtextbox vb.net

    that is what i am doing but it dose not work with multiple fonts in selection
  31. VS 2008 Re: Change multiple selected fonts in richtextbox vb.net

    i want to change selection font
  32. VS 2008 Re: Change multiple selected fonts in richtextbox vb.net

    i got your point, but still waiting for solution
  33. VS 2008 [RESOLVED] Change multiple selected fonts in richtextbox vb.net

    iam using this code to change the font in a richtextbox it's work if user select a single font if there are multiple fonts, and font sizes it dosenot work, any help please


    If...
  34. Replies
    5
    Views
    1,735

    VS 2008 Re: [RESOLVED] Word Under Mouse in RichtextBox

    thank you very much it work great now
  35. Replies
    5
    Views
    1,735

    VS 2008 Re: Word Under Mouse in RichtextBox

    Thanks,
    i saw that earlier but i need to use that word in contextmenustrip for right click menu so it dont work for me for that.
  36. Replies
    5
    Views
    1,735

    VS 2008 [RESOLVED] Word Under Mouse in RichtextBox

    i need some code to get the word under mouse in richtextbox after a search i found this code but it is good but dont working for first and last word after a newline in richtextbox anyone help me ???...
  37. Re: 20120102 - i00 .Net Spell Check - Code Project prize winner!

    if anyone tell me this spellchecker why not support right to left languages?
  38. Re: 20120102 - i00 .Net Spell Check - Code Project prize winner!

    there is no dought this is a great project but it is not working for right to left languages like Urdu, Arabic Persian. please fix it
  39. VS 2008 Re: Replace the first occurrence of the word in text

    Thanks. how to search for the word from listbox? problem is i have 84000 words in listbox so it take too much time for each word
  40. VS 2008 [RESOLVED] Replace the first occurrence of the word in text

    ok have a list of 84000 words , and have some articles in these articles i want to replace first occurrence of each word i have in listbox e.g


    For Each item In ListBox1.Items
    ...
Results 1 to 40 of 99
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width