CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: HanneSThEGreaT

Search: Search took 0.09 seconds.

  1. Re: VBNET function to convert charset encoding to windows-1256

    I forgot one little small detail, that you might also have set already.
    Also remember to set your RightToLeft Property for the TextBox or Label to True
  2. Re: VBNET function to convert charset encoding to windows-1256

    I think you are over-complicating things.

    This is all you need :


    Private Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click

    Dim...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured