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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: RGeorg
  • Content: Threads
  • Order by date
  1. RGeorg

    FindResourceEx and CreateDialogParam

    I am loading multiple language resources and the strings load properly. I am having a problem getting the dialog identifiers. Here is the code: Code: LPCTSTR get_dialog(int nResID) { LPCTSTR ptcBlock; HGLOBAL hg; HRSRC hResourceInfoBlock; LPCTSTR szTemplate = MAKEINTRESOURCE(nResID)...
  2. RGeorg

    Mangling Simplified Chinese characters in a combo box

    I have an urgent problem on my hands. I looked through the old posts but found nothing. When I build a list of names (WCHAR) in a ComboBox that include Simplified Chinese, the drop-down displays the chinese characters correctly. However when I select an item containing the said characters it...

Part and Inventory Search

Back
Top