Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. how to implement regional font in VB 6.0 ?

how to implement regional font in VB 6.0 ?

Scheduled Pinned Locked Moved Visual Basic
questionhelptutorial
4 Posts 2 Posters 7 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Mohan G
    wrote on last edited by
    #1

    :eek: hi happy new year to all i am from india, i want to programm an application in VB 6.0 to implement a regional font. is this possible , if so how can i do it ? i mean if i set the font for a text box to that font will it take the same letters as expected ? and i want to generate the reports in the same font also... pls. any one help me Mohan G

    D 1 Reply Last reply
    0
    • M Mohan G

      :eek: hi happy new year to all i am from india, i want to programm an application in VB 6.0 to implement a regional font. is this possible , if so how can i do it ? i mean if i set the font for a text box to that font will it take the same letters as expected ? and i want to generate the reports in the same font also... pls. any one help me Mohan G

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      This doesn't make any sense to me. Do you want to create a new font? Or do you want to use fonts that have the same character sets? Or are you talking about typing chracters in a text box in the local language? In any case - I think what your getting at is "localization". For more information on localization and VB6, you might want to start here[^]. RageInTheMachine9532

      M 1 Reply Last reply
      0
      • D Dave Kreskowiak

        This doesn't make any sense to me. Do you want to create a new font? Or do you want to use fonts that have the same character sets? Or are you talking about typing chracters in a text box in the local language? In any case - I think what your getting at is "localization". For more information on localization and VB6, you might want to start here[^]. RageInTheMachine9532

        M Offline
        M Offline
        Mohan G
        wrote on last edited by
        #3

        hi rage thanx for your reply. yes i am "talking about typing chracters in a text box (or in any editable intrinsic control) in the local language?. is this possible ? can you show me a way out here please ? Mohan G

        D 1 Reply Last reply
        0
        • M Mohan G

          hi rage thanx for your reply. yes i am "talking about typing chracters in a text box (or in any editable intrinsic control) in the local language?. is this possible ? can you show me a way out here please ? Mohan G

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #4

          OK. Now your definately talking about localization, not to mention depending on the keyboard the user is using. If your going to be accepting input in German or Arabic, it's best to use a German or Arabic keyboard. You can change the font to something that supports the language your using, but no font supports every character of every language your using. You can change the input language and font using the "Regional and Language Options" control panel in Windows 2000/XP. But your app is also going to have to be designed to handle such a situation. How to do this is covered in the topic of "International Issues" in the VB6 documentation, here[^]. It also includes an example application that demonstrates how to resolve the issues of localization and accepting input in different languages. RageInTheMachine9532

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups