Results 1 to 8 of 8

Thread: How to use Unicode simply

  1. #1

    Thread Starter
    Addicted Member thamizhinpan's Avatar
    Join Date
    Dec 2005
    Location
    TE
    Posts
    243

    How to use Unicode simply

    How can I use unicode simply in my project without any activeX objects in Visual Basic 6
    If above question or answer will help to you
    Don't forget to rate me
    தமிழ்இன்பன்

  2. #2
    INXSIVE Bruce Fox's Avatar
    Join Date
    Sep 2001
    Location
    Melbourne, Australia
    Posts
    7,429

    Re: How to use Unicode simply

    What is it you want to do with it???

  3. #3
    Addicted Member
    Join Date
    Nov 2005
    Posts
    153

    Re: How to use Unicode simply

    Check This tutorial maybe it will help you.

    http://www.cyberactivex.com/UnicodeTutorialVb.htm
    This is The Prophet MOHAMMAD!
    =======================
    My SuperMen:
    RhinoBull, gigemboy, jmcilhinney, |2eM!x, Edneeis and Hack

  4. #4

    Thread Starter
    Addicted Member thamizhinpan's Avatar
    Join Date
    Dec 2005
    Location
    TE
    Posts
    243

    Re: How to use Unicode simply

    Sorry! I can't get enough information in this site.
    I want to add a unicode text item in a list box, in my project. How can I add it
    If above question or answer will help to you
    Don't forget to rate me
    தமிழ்இன்பன்

  5. #5
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: How to use Unicode simply

    I think you should read this from our FAQ section (especially "Where are the controls?"):
    http://www.vbforums.com/showthread.php?t=365738

    ..it doesn't look good

  6. #6
    Fanatic Member Comintern's Avatar
    Join Date
    Nov 2004
    Location
    Lincoln, NE
    Posts
    826

    Re: How to use Unicode simply

    Quote Originally Posted by thamizhinpan
    Sorry! I can't get enough information in this site.
    I want to add a unicode text item in a list box, in my project. How can I add it
    From the CodeBank.

  7. #7

    Thread Starter
    Addicted Member thamizhinpan's Avatar
    Join Date
    Dec 2005
    Location
    TE
    Posts
    243

    Re: How to use Unicode simply

    Yes I have get a code for unicode supported listbox. But I want to use unicode in menus and labels and message boxes. How can I do to it?
    If above question or answer will help to you
    Don't forget to rate me
    தமிழ்இன்பன்

  8. #8
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: How to use Unicode simply

    Short answer: With great difficulty.

    Long answer: You need to use the specific API function calls. I've forgotten all the menu ones. Labels are a VB invention, they are just painted onto the form, you can use GDI32 functions for this. For message boxes, it is MessageBoxW() from user32.dll.

    And remember always to use the -W variants of functions that you pass strings to. If you need a hand with writing any declarations just ask. Strings are typed as Long and you pass them using StrPtr(mystring).

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