Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by emm1

  1. emm1

    Using activex control(rich edit), to manipulate dbcs data

    Guys, I am no longer working with PB for almost a year now. But I guess that I can post a workaround to this problem now. PB 8.0.3, supports DBCS as such. As for your question Edders, how can you convert Japanese to single byte? I guess that it is not possible.... Rgds, Manish
  2. emm1

    Rich text control in PB

    Hi, Finally, I had to use the rich text ocx in my application. You can try that, if you like richtx32.ocx Regards, Manish
  3. emm1

    Rich text control in PB

    Can anyone please tell me, if it is possible to get rid of ugly looking "end-of-input" marker that always appears in a rich text edit control?
  4. emm1

    How to enter characters like ©¬, ¥á in a text box?

    Hi, If you just want to add a few characters, you can use a rich text control and key in the hex value of the character you want and then press ALT+X
  5. emm1

    Using activex control(rich edit), to manipulate dbcs data

    Hi, I'm using PB 8.0.3 (build 9704). I am using an active X control (rich text edit) in my application. This control can contain DBCS data also (in Chinese, japanese and korean languages). Now when I retrieve this data into the PB, I'm not able to see the characters in non-English letters...
  6. emm1

    how to change version no of exe?

    Hi, You can do so very easily in PB version 8.0 and above. You can specify the version of the exe directly in the "project" object properties tab. You can extract this information using Win32 API and also see it by right clicking the exe icon. Contact me if you need more info. Manish

Part and Inventory Search

Back
Top