Click here to Skip to main content
15,886,362 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: user breakpoint called from code at 0x7c90120e Pin
Stuart Dootson12-May-09 0:46
professionalStuart Dootson12-May-09 0:46 
GeneralRe: user breakpoint called from code at 0x7c90120e Pin
Geeknerd579-Dec-09 9:02
Geeknerd579-Dec-09 9:02 
QuestionHow to get the List of Applications that associated to a File extention. Pin
Nitheesh George12-May-09 0:18
Nitheesh George12-May-09 0:18 
AnswerRe: How to get the List of Applications that associated to a File extention. Pin
David Crow12-May-09 2:45
David Crow12-May-09 2:45 
QuestionRegQueryValueEx returns value 6 Pin
B060611511-May-09 23:03
B060611511-May-09 23:03 
AnswerRe: RegQueryValueEx returns value 6 Pin
Rajesh R Subramanian11-May-09 23:10
professionalRajesh R Subramanian11-May-09 23:10 
AnswerRe: RegQueryValueEx returns value 6 Pin
Naveen11-May-09 23:12
Naveen11-May-09 23:12 
GeneralRe: RegQueryValueEx returns value 6 Pin
B060611511-May-09 23:53
B060611511-May-09 23:53 
HKEY hKey = GetRegistryKey(CString ("Connections") );

this has been successful as i have called RegEnumValue and thats working fine.

but problem is with RegQueryValueEx

int t= RegQueryValueEx( hKey, strValue, NULL, &Type,(LPBYTE)rgValue,&size1);
GeneralRe: RegQueryValueEx returns value 6 Pin
CPallini11-May-09 23:58
mveCPallini11-May-09 23:58 
AnswerRe: RegQueryValueEx returns value 6 Pin
CPallini11-May-09 23:49
mveCPallini11-May-09 23:49 
QuestionHi Pin
Junior Artist11-May-09 22:35
Junior Artist11-May-09 22:35 
AnswerRe: Hi Pin
Chandrasekharan P11-May-09 22:37
Chandrasekharan P11-May-09 22:37 
AnswerRe: Hi Pin
CPallini11-May-09 23:46
mveCPallini11-May-09 23:46 
AnswerRe: Hi Pin
Michael Schubert12-May-09 1:31
Michael Schubert12-May-09 1:31 
GeneralRe: Hi Pin
Junior Artist13-May-09 10:31
Junior Artist13-May-09 10:31 
QuestionHow to know if LargeAddressAware is set? Pin
wilburke11-May-09 22:27
wilburke11-May-09 22:27 
AnswerRe: How to know if LargeAddressAware is set? Pin
Naveen11-May-09 23:03
Naveen11-May-09 23:03 
AnswerRe: How to know if LargeAddressAware is set? Pin
Stuart Dootson11-May-09 23:55
professionalStuart Dootson11-May-09 23:55 
GeneralRe: How to know if LargeAddressAware is set? Pin
wilburke12-May-09 3:52
wilburke12-May-09 3:52 
QuestionC++ in Unix Pin
002comp11-May-09 21:40
002comp11-May-09 21:40 
AnswerRe: C++ in Unix Pin
CPallini11-May-09 22:00
mveCPallini11-May-09 22:00 
AnswerRe: C++ in Unix Pin
Stuart Dootson11-May-09 22:14
professionalStuart Dootson11-May-09 22:14 
GeneralRe: C++ in Unix Pin
002comp11-May-09 23:24
002comp11-May-09 23:24 
GeneralRe: C++ in Unix Pin
Rajesh R Subramanian11-May-09 23:31
professionalRajesh R Subramanian11-May-09 23:31 
QuestionEdit box disappears on switching tabs Pin
vishnugupta11-May-09 21:29
vishnugupta11-May-09 21:29 

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.