CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17
  1. #16
    Join Date
    Aug 1999
    Posts
    586

    Re: Problem in Reading Regsitry Value ...

    Quote Originally Posted by santoshthankach
    Hi All,

    My problem is still not resolved.
    Can any Guru step in and lend me a helping hand

    Santosh
    The API *is* returning the correct string (or should be if you're compiling for Unicode). Run an experiment to confirm it in your own mind. Loop through the string character by character and dump each character out (as an "int" for instance). You should see that it matches the string in the registry (look up the corresponding Unicode character). It's simply a display problem as others have now pointed out.

  2. #17
    Join Date
    Aug 1999
    Posts
    586

    Re: Problem in Reading Regsitry Value ...

    Quote Originally Posted by Sef
    The API *is* returning the correct string (or should be if you're compiling for Unicode). Run an experiment to confirm it in your own mind. Loop through the string character by character and dump each character out (as an "int" for instance). You should see that it matches the string in the registry (look up the corresponding Unicode character). It's simply a display problem as others have now pointed out.
    Or alternavely look in the "Memory" window if you know how to properly read this (if not it's good learn)

Page 2 of 2 FirstFirst 12

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

Featured