Click here to Skip to main content
15,890,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Sending KeyStroke Pin
David Crow15-Mar-10 6:05
David Crow15-Mar-10 6:05 
QuestionCAsyncSocket - socket error Pin
diptipanchal15-Mar-10 0:33
diptipanchal15-Mar-10 0:33 
AnswerRe: CAsyncSocket - socket error Pin
Rozis15-Mar-10 2:58
Rozis15-Mar-10 2:58 
AnswerRe: CAsyncSocket - socket error Pin
Moak15-Mar-10 4:05
Moak15-Mar-10 4:05 
QuestionRemove text from image Pin
Game-point14-Mar-10 22:39
Game-point14-Mar-10 22:39 
QuestionHow to read clsid from registry in MFC Pin
rahul.kulshreshtha14-Mar-10 22:35
rahul.kulshreshtha14-Mar-10 22:35 
AnswerRe: How to read clsid from registry in MFC Pin
«_Superman_»14-Mar-10 23:11
professional«_Superman_»14-Mar-10 23:11 
GeneralRe: How to read clsid from registry in MFC Pin
rahul.kulshreshtha15-Mar-10 1:14
rahul.kulshreshtha15-Mar-10 1:14 
A Big thanks to you ...

Actually I was getting ErrorCode 3 (Path not found) but I did not checked error-code. Thanks for reminding that.

The problem was with my pc bit version. I am on 64-bit version. So when I searched registry for key
{D27CDB6E-AE6D-11cf-96B8-444553540000}, I found it "Wow6432Node\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}" path.

So I was fetching it as

RegOpenKeyEx(HKEY_CLASSES_ROOT, _T("Wow6432Node\\CLSID\\{D27CDB6E-AE6D-11cf-96B8-444553540000}"), 0, KEY_READ, &m_hkey);


and it was giving path error. While the path is right, I have checked in registry.

but when I removed "Wow6432Node", all worked fine. I think registry/api was redirecting my call.

I was also confused with "(Default)" but I googled out. Now going to test in different pcs and users if all works fine everywhere.

Thanks
Rahul
Questionoffice viewer component! help me! Pin
sy111114-Mar-10 21:35
sy111114-Mar-10 21:35 
AnswerRe: office viewer component! help me! Pin
ThatsAlok15-Mar-10 1:51
ThatsAlok15-Mar-10 1:51 
QuestionReading from a .ini file Pin
jannathali14-Mar-10 21:09
jannathali14-Mar-10 21:09 
AnswerRe: Reading from a .ini file Pin
CPallini14-Mar-10 21:16
mveCPallini14-Mar-10 21:16 
AnswerRe: Reading from a .ini file Pin
SandipG 14-Mar-10 21:39
SandipG 14-Mar-10 21:39 
GeneralRe: Reading from a .ini file Pin
jannathali14-Mar-10 22:09
jannathali14-Mar-10 22:09 
GeneralRe: Reading from a .ini file [modified] Pin
SandipG 14-Mar-10 22:19
SandipG 14-Mar-10 22:19 
GeneralRe: Reading from a .ini file Pin
ThatsAlok15-Mar-10 1:50
ThatsAlok15-Mar-10 1:50 
AnswerRe: Reading from a .ini file Pin
Iain Clarke, Warrior Programmer14-Mar-10 22:30
Iain Clarke, Warrior Programmer14-Mar-10 22:30 
QuestionPlease chk there is some mistake? Pin
Le@rner14-Mar-10 19:48
Le@rner14-Mar-10 19:48 
AnswerRe: Please chk there is some mistake? Pin
Eugen Podsypalnikov14-Mar-10 20:54
Eugen Podsypalnikov14-Mar-10 20:54 
QuestionRe: Please chk there is some mistake? Pin
CPallini14-Mar-10 21:54
mveCPallini14-Mar-10 21:54 
JokeRe: Please chk there is some mistake? Pin
ThatsAlok15-Mar-10 1:48
ThatsAlok15-Mar-10 1:48 
JokeRe: Please chk there is some mistake? Pin
CPallini15-Mar-10 1:57
mveCPallini15-Mar-10 1:57 
GeneralRe: Please chk there is some mistake? Pin
Tim Craig15-Mar-10 8:48
Tim Craig15-Mar-10 8:48 
QuestionRe: Please chk there is some mistake? Pin
David Crow15-Mar-10 2:55
David Crow15-Mar-10 2:55 
Questionpublic/private key pair and digital certificate Pin
Varghese Paul M14-Mar-10 18:10
Varghese Paul M14-Mar-10 18:10 

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.