Click here to Skip to main content
15,902,759 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem in adding registry entry values Pin
Nitheesh George31-Mar-08 7:19
Nitheesh George31-Mar-08 7:19 
GeneralRe: Problem in adding registry entry values Pin
CPallini31-Mar-08 10:24
mveCPallini31-Mar-08 10:24 
GeneralRe: Problem in adding registry entry values Pin
neha.agarwal2731-Mar-08 20:17
neha.agarwal2731-Mar-08 20:17 
GeneralRe: Problem in adding registry entry values Pin
CPallini31-Mar-08 21:25
mveCPallini31-Mar-08 21:25 
GeneralRe: Problem in adding registry entry values Pin
neha.agarwal2731-Mar-08 22:14
neha.agarwal2731-Mar-08 22:14 
QuestionRe: Problem in adding registry entry values Pin
CPallini31-Mar-08 22:39
mveCPallini31-Mar-08 22:39 
GeneralRe: Problem in adding registry entry values Pin
neha.agarwal2731-Mar-08 23:10
neha.agarwal2731-Mar-08 23:10 
GeneralRe: Problem in adding registry entry values Pin
CPallini1-Apr-08 0:45
mveCPallini1-Apr-08 0:45 
I don't see any REG_BINARY in your code.

BTW To maintain generic text mappings, I suggest you to change from (str4.GetLength()+1)*2
to (str4.GetLength()+1) * sizeof(TCHAR) .
Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke


GeneralRe: Problem in adding registry entry values Pin
Hamid_RT7-Apr-08 2:46
Hamid_RT7-Apr-08 2:46 
Questionreg Display in static control with UNICODE aware project!!! Pin
ganesa moorthy31-Mar-08 1:43
ganesa moorthy31-Mar-08 1:43 
GeneralRe: reg Display in static control with UNICODE aware project!!! Pin
Cedric Moonen31-Mar-08 1:53
Cedric Moonen31-Mar-08 1:53 
QuestionRe: reg Display in static control with UNICODE aware project!!! Pin
ganesa moorthy31-Mar-08 2:00
ganesa moorthy31-Mar-08 2:00 
Generalnew in VC++ Pin
shohel89931-Mar-08 1:31
shohel89931-Mar-08 1:31 
GeneralRe: new in VC++ Pin
Cedric Moonen31-Mar-08 1:40
Cedric Moonen31-Mar-08 1:40 
GeneralRe: new in VC++ Pin
Saurabh.Garg31-Mar-08 1:42
Saurabh.Garg31-Mar-08 1:42 
GeneralRe: new in VC++ Pin
CPallini31-Mar-08 1:45
mveCPallini31-Mar-08 1:45 
QuestionList of "Registered Windows" Pin
Mushtaque Nizamani31-Mar-08 1:14
Mushtaque Nizamani31-Mar-08 1:14 
GeneralRe: List of "Registered Windows" Pin
Saurabh.Garg31-Mar-08 1:34
Saurabh.Garg31-Mar-08 1:34 
GeneralFileTime to uLongLong Pin
john563231-Mar-08 0:50
john563231-Mar-08 0:50 
GeneralRe: FileTime to uLongLong Pin
Saurabh.Garg31-Mar-08 1:37
Saurabh.Garg31-Mar-08 1:37 
GeneralRe: FileTime to uLongLong Pin
CPallini31-Mar-08 1:39
mveCPallini31-Mar-08 1:39 
QuestionHelp:- Develop Remote Software Installation Utility Pin
Sachinpatole31-Mar-08 0:36
Sachinpatole31-Mar-08 0:36 
GeneralRe: Help:- Develop Remote Software Installation Utility Pin
Matthew Faithfull31-Mar-08 0:45
Matthew Faithfull31-Mar-08 0:45 
GeneralMFC tips..* Pin
rowdy_vc++30-Mar-08 23:52
rowdy_vc++30-Mar-08 23:52 
GeneralRe: MFC tips..* Pin
Cedric Moonen31-Mar-08 0:00
Cedric Moonen31-Mar-08 0:00 

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.