Results 1 to 7 of 7

Thread: Pleeeeeeeeeeeeeaaaaaaaaaaaase Help Me

  1. #1

    Thread Starter
    Lively Member israr's Avatar
    Join Date
    May 2001
    Posts
    73

    Unhappy Pleeeeeeeeeeeeeaaaaaaaaaaaase Help Me

    I have a problem in the Unicode Controls like Microsoft Forms 2.0 Library and the with the RichTextBox controls even with the latest version,

    the problem is that these controls in vb only gets some unicode characters but they get all characters from any keyboard in other languages arabic etc.. in other programmin languages like c++

    can anybody help me to solve this problem.

    i can insert these characters programmatically.
    Private Sub VBForums_Newthread()
    If Thread.Question = Hard then
    MSGBox "No one can reply..."
    Else If Thread.Question=Easy then
    Print "It's very easy.."
    MsgBox "God helps those who helps themselves."
    End If
    End sub

  2. #2
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431
    You should be aware of the following:

    The Fm20.dll is NOT redistributable. You must have an application such as Microsoft Office 97 on the target system that installs Fm20.dll as part of its setup. (Fm20.dll is included with the OSR2 and OSR2.5 releases of Windows 95.) You can also find this file on the Visual Basic 5.0 CD under the \TOOLS\DataTool\Datatool\Msdesign folder. This will be installed only if you run the setup for the Visual Database Tools. In any case, you may not distribute the Fm20.dll as part of your setup, even if you purchase the Microsoft Office Developer Edition product.

    As an alternative to having your end users install Microsoft Office, you can have them freely download and install the Microsoft ActiveX Control Pad, which also installs the Fm20.dll. For more information, see the following Microsoft Developer Network (MSDN) Web site:

    Microsoft ActiveX Control Pad
    http://msdn.microsoft.com/workshop/misc/cpad/

    NOTE: The use of these Microsoft Forms components in your own compiled applications, such as those written with Microsoft Visual C++ and Microsoft Visual Basic, is not recommended or supported. These controls were designed and tested to work exclusively within Microsoft Office and its Visual Basic for Applications environment.

  3. #3

    Thread Starter
    Lively Member israr's Avatar
    Join Date
    May 2001
    Posts
    73

    Please help me in my problem

    I can type the Î but not the ټ character in a RichTextBox or Forms 2.0 TextBox in Visual Basic
    but I can type both of them in same controls in Visual C++

  4. #4
    PowerPoster
    Join Date
    Nov 2001
    Location
    Trying to reach and stay in the cloud
    Posts
    2,089
    As far as I am aware, VB6 is not unicode "Aware" so I guess, it wont be possible to display unicode characters.

  5. #5

  6. #6

    Thread Starter
    Lively Member israr's Avatar
    Join Date
    May 2001
    Posts
    73
    no the problem with vb is that it recieves the char 63 or the "?" character instead of a unicode character code like 1690.
    Private Sub VBForums_Newthread()
    If Thread.Question = Hard then
    MSGBox "No one can reply..."
    Else If Thread.Question=Easy then
    Print "It's very easy.."
    MsgBox "God helps those who helps themselves."
    End If
    End sub

  7. #7

    Thread Starter
    Lively Member israr's Avatar
    Join Date
    May 2001
    Posts
    73

    Please help me

    Please, Please, Please can't anybody help me.
    Private Sub VBForums_Newthread()
    If Thread.Question = Hard then
    MSGBox "No one can reply..."
    Else If Thread.Question=Easy then
    Print "It's very easy.."
    MsgBox "God helps those who helps themselves."
    End If
    End sub

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width