Click here to Skip to main content
15,907,492 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Catch Ctrl-C Pin
Archer2828-Aug-04 19:13
Archer2828-Aug-04 19:13 
GeneralTooltips stopped working Pin
gokings6-Aug-04 6:40
gokings6-Aug-04 6:40 
GeneralRe: Tooltips stopped working Pin
Blake Miller6-Aug-04 8:38
Blake Miller6-Aug-04 8:38 
GeneralRe: Tooltips stopped working Pin
gokings6-Aug-04 22:36
gokings6-Aug-04 22:36 
GeneralRe: Tooltips stopped working Pin
Blake Miller9-Aug-04 5:04
Blake Miller9-Aug-04 5:04 
GeneralRe: Tooltips stopped working Pin
gokings9-Aug-04 6:46
gokings9-Aug-04 6:46 
GeneralNotifications of CButton (On Client) do not work when changing parents Pin
GNZ6-Aug-04 6:24
GNZ6-Aug-04 6:24 
GeneralWriting to Registry - non-printable characters Pin
Kaleb Pederson6-Aug-04 5:39
Kaleb Pederson6-Aug-04 5:39 
I'm using the following simple code to write to the registry, but for some reason I'm getting non-printable characters in the registry:

<br />
class CRegKey* rc = new CRegKey(HKEY_LOCAL_MACHINE);<br />
<br />
rc->Open(HKEY_LOCAL_MACHINE,"Path\\to\\key");<br />
rc->SetStringValue("Name","CMS Document and Media Server");<br />
rc->Close();<br />
delete rc;<br />


What shows up in the registry follows:

CMS Document|and|Media Server


Both the |'s are actually non-printable characters. Any ideas about what's going on?

Thanks.

--Kaleb
GeneralRe: Writing to Registry - non-printable characters Pin
David Crow6-Aug-04 6:02
David Crow6-Aug-04 6:02 
GeneralRe: Writing to Registry - non-printable characters Pin
Kaleb Pederson6-Aug-04 7:24
Kaleb Pederson6-Aug-04 7:24 
GeneralSDI MainFrame Style Pin
act_x6-Aug-04 5:29
act_x6-Aug-04 5:29 
GeneralRe: SDI MainFrame Style Pin
Edwin Brunner6-Aug-04 6:05
Edwin Brunner6-Aug-04 6:05 
GeneralRe: SDI MainFrame Style Pin
act_x6-Aug-04 6:24
act_x6-Aug-04 6:24 
GeneralRe: SDI MainFrame Style Pin
valikac6-Aug-04 6:06
valikac6-Aug-04 6:06 
Questionretrieving an _int64 with stroul? Pin
ns6-Aug-04 4:46
ns6-Aug-04 4:46 
AnswerRe: retrieving an _int64 with stroul? Pin
Antony M Kancidrowski6-Aug-04 4:57
Antony M Kancidrowski6-Aug-04 4:57 
GeneralRe: retrieving an _int64 with stroul? Pin
ns6-Aug-04 5:32
ns6-Aug-04 5:32 
GeneralRe: retrieving an _int64 with stroul? Pin
ns6-Aug-04 5:49
ns6-Aug-04 5:49 
AnswerRe: retrieving an _int64 with stroul? Pin
jmkhael6-Aug-04 4:59
jmkhael6-Aug-04 4:59 
GeneralRe: retrieving an _int64 with stroul? Pin
ns6-Aug-04 5:31
ns6-Aug-04 5:31 
GeneralInternet Explorer Pin
Member 12759356-Aug-04 4:26
Member 12759356-Aug-04 4:26 
GeneralRe: Internet Explorer Pin
David Crow6-Aug-04 4:29
David Crow6-Aug-04 4:29 
GeneralSorting CTreeCtrl items ... Pin
Maximilien6-Aug-04 4:24
Maximilien6-Aug-04 4:24 
QuestionPossible to check for download? Pin
Larsson6-Aug-04 3:53
Larsson6-Aug-04 3:53 
AnswerRe: Possible to check for download? Pin
David Crow6-Aug-04 4:28
David Crow6-Aug-04 4:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.