Click here to Skip to main content
16,013,642 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralConverting XML strings from webservice Pin
ldaoust17-Jun-04 9:44
ldaoust17-Jun-04 9:44 
Generaldisplaying bmp image Pin
pavanbabut17-Jun-04 9:28
pavanbabut17-Jun-04 9:28 
GeneralRe: displaying bmp image Pin
microcyb17-Jun-04 10:04
microcyb17-Jun-04 10:04 
GeneralRe: displaying bmp image Pin
pavanbabut17-Jun-04 10:11
pavanbabut17-Jun-04 10:11 
GeneralRe: displaying bmp image Pin
vleungc17-Jun-04 12:24
vleungc17-Jun-04 12:24 
GeneralRegOpenKeyEx on MS Visual C++ Pin
carpetbagger17-Jun-04 9:19
carpetbagger17-Jun-04 9:19 
GeneralRe: RegOpenKeyEx on MS Visual C++ Pin
gamitech17-Jun-04 12:02
gamitech17-Jun-04 12:02 
GeneralRe: RegOpenKeyEx on MS Visual C++ Pin
ask_you17-Jun-04 20:47
ask_you17-Jun-04 20:47 
hello,

if i m not wrong ur problem is when

char *reg_key_tree = "Software\\microsoft\\etc"
lRet = RegOpenKeyEx(HKEY_LOCAL_MACHINE, reg_key_tree, 0, KEY_QUERY_VALUE, &hKey);

and when
lRet = RegOpenKeyEx(HKEY_LOCAL_MACHINE, "Software\\microsoft\\etc"
, 0, KEY_QUERY_VALUE, &hKey);
there is no prblm.

well, i tried out this with my application. there is absolutely no problem. check out ur pointer def...

ask_you
GeneralEnumeration Attributes Pin
Kevin Kucera17-Jun-04 9:18
sussKevin Kucera17-Jun-04 9:18 
GeneralRe: Enumeration Attributes Pin
Michael Dunn17-Jun-04 20:21
sitebuilderMichael Dunn17-Jun-04 20:21 
GeneralDisplaying a CTreeView Pin
kfaday17-Jun-04 9:10
kfaday17-Jun-04 9:10 
GeneralLoad a bitmap in a CStatic form a file Pin
kfaday17-Jun-04 9:07
kfaday17-Jun-04 9:07 
GeneralRe: Load a bitmap in a CStatic form a file Pin
ldaoust17-Jun-04 9:47
ldaoust17-Jun-04 9:47 
GeneralRe: Load a bitmap in a CStatic form a file Pin
kfaday19-Jun-04 4:39
kfaday19-Jun-04 4:39 
GeneralSockets in 64-bit Pin
s7roz17-Jun-04 8:56
s7roz17-Jun-04 8:56 
GeneralRe: Sockets in 64-bit Pin
valikac17-Jun-04 12:57
valikac17-Jun-04 12:57 
GeneralCString vs. std::string performance for large buffers Pin
Maximilien17-Jun-04 7:45
Maximilien17-Jun-04 7:45 
GeneralRe: CString vs. std::string performance for large buffers Pin
palbano17-Jun-04 8:22
palbano17-Jun-04 8:22 
Generalfollowup and another question. Pin
Maximilien17-Jun-04 10:34
Maximilien17-Jun-04 10:34 
GeneralRe: followup and another question. Pin
vladfein17-Jun-04 11:32
vladfein17-Jun-04 11:32 
GeneralDDEML - DdePostAdvise Pin
swerajan17-Jun-04 7:20
swerajan17-Jun-04 7:20 
GeneralBasic Graphics Question Pin
Piccaso17-Jun-04 6:30
Piccaso17-Jun-04 6:30 
GeneralRe: Basic Graphics Question Pin
Roger Wright17-Jun-04 6:52
professionalRoger Wright17-Jun-04 6:52 
GeneralRe: Basic Graphics Question Pin
palbano17-Jun-04 6:52
palbano17-Jun-04 6:52 
GeneralRe: Basic Graphics Question Pin
pavanbabut20-Jun-04 8:18
pavanbabut20-Jun-04 8:18 

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.