Right Datagrid to display Unicode

I am trying to use a datagrid to display both English and Japanese Characters. I have to use Forms 2.0 and there doesn't seem to be a datagrid associated to these Forms.

Does anyone have a suggestion on a Form to use to display the unicode chars..




Answer this question

Right Datagrid to display Unicode

  • arvindbksc

    Sorry yar, DataGrid or DataGridView is not available in Forms2.0. Any other solution


  • a.i.

    Hi

     

    Check the link below, which contain details on unicode chars in VB 6.0, when u scroll it describes abt unicode chars in grid controls..

    http://www.cyberactivex.com/UnicodeTutorialVb.htm#GridControls

     or

    http://www.codeguru.com/cpp/misc/misc/windowsmessaging/article.php/c10251/

    for simple example on unicode (but no datagrid involved).

     

    Hope this helps.



  • question mark

    In Windows Forms 2.0, the DataGrid control has been replaced by DataGridView control. Add that to your form. It is Unicode-enabled by default.

    -Mamta


  • Superboy

    Hi thanks 4 ur reply. Actually i need to display Unicode characters in DataGrid Control in VB6.0 So please explain in detail for VB6.0 (not .Net)


  • TomPepe

    You are possibly mixing up Windows.Forms for .NET 2.0 with the ActiveX version of Forms 2.0. The latter is off topic for these forums. You'd need some kind of ActiveX version of a datagrid, I vaguely remember MS Flexgrid back from the VB6 days...


  • nathan koterba

    hi,

    Is your problem solved

    Thank you,
    Bhanu.



  • Right Datagrid to display Unicode