Click here to Skip to main content
15,921,454 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: 3D model and GUI Pin
Steve Echols18-Apr-07 18:18
Steve Echols18-Apr-07 18:18 
QuestionHow to modify the pop-up menu caption dynamicly? Pin
snailflying18-Apr-07 14:38
snailflying18-Apr-07 14:38 
AnswerRe: How to modify the pop-up menu caption dynamicly? Pin
Steve Echols18-Apr-07 17:34
Steve Echols18-Apr-07 17:34 
QuestionPKCS12 Pin
Andy H18-Apr-07 9:08
Andy H18-Apr-07 9:08 
AnswerRe: PKCS12 Pin
Dmitry Khudorozhkov18-Apr-07 16:58
Dmitry Khudorozhkov18-Apr-07 16:58 
GeneralRe: PKCS12 Pin
Andy H18-Apr-07 23:43
Andy H18-Apr-07 23:43 
QuestionVC++6: OCX : registering/using problems... Pin
Joan M18-Apr-07 8:08
professionalJoan M18-Apr-07 8:08 
AnswerRe: VC++6: OCX : registering/using problems... Pin
Roger Stoltz18-Apr-07 11:15
Roger Stoltz18-Apr-07 11:15 
Seems to be something wrong with the typelib.
Open the ocx-file with OLE/VIEW to verify that it contains a typelib.

If it does, have a look in the registry at the following:
Locate the ProgID of the ActiveX below HKCR to get hold of the CLSID.
Locate the CLSID below HKCR\CLSID. Below that key there should be a 'TypeLib' key with the GUID for the typelib as default value.
Locate that GUID below the HKCR\TypeLib path. Below it you should have at least one key that corresponds to the typelib version of the control. Below that key you should have at least one key that corresponds to the language used by the control, the LANGID where zero means "language neutral" and is usually the only one present. Below that key you should find a 'win32' key where the default value is the path to the file that contains the actual typelib, usually the ocx-file.
Verify that the file is present at the designated location. You could correct it if it's erroneous.

If the information above doesn't exist, try and deregister the control with "regsvr32 /u ocxname.ocx" and verify that all keys are deleted.
Register it again and verify that the keys are written.


"It's supposed to be hard, otherwise anybody could do it!" - selfquote
"High speed never compensates for wrong direction!" - unknown

GeneralRe: VC++6: OCX : registering/using problems... Pin
Joan M18-Apr-07 23:49
professionalJoan M18-Apr-07 23:49 
GeneralRe: VC++6: OCX : registering/using problems... Pin
Roger Stoltz19-Apr-07 1:13
Roger Stoltz19-Apr-07 1:13 
GeneralRe: VC++6: OCX : registering/using problems... Pin
Joan M19-Apr-07 1:30
professionalJoan M19-Apr-07 1:30 
GeneralRe: VC++6: OCX : registering/using problems... Pin
Roger Stoltz19-Apr-07 1:54
Roger Stoltz19-Apr-07 1:54 
QuestionInvalidateRect problem Pin
deville7518-Apr-07 7:26
deville7518-Apr-07 7:26 
QuestionRe: InvalidateRect problem Pin
Maximilien18-Apr-07 7:58
Maximilien18-Apr-07 7:58 
QuestionIDE template Pin
Vaclav_18-Apr-07 6:09
Vaclav_18-Apr-07 6:09 
AnswerRe: IDE template Pin
David Crow18-Apr-07 7:02
David Crow18-Apr-07 7:02 
Questionproblem with cmenu Pin
Vishal Lakhanpal18-Apr-07 5:08
Vishal Lakhanpal18-Apr-07 5:08 
AnswerRe: problem with cmenu Pin
Hamid_RT18-Apr-07 7:28
Hamid_RT18-Apr-07 7:28 
QuestionRe: problem with cmenu Pin
Hamid_RT20-Apr-07 2:50
Hamid_RT20-Apr-07 2:50 
AnswerRe: problem with cmenu Pin
Hamid_RT20-Apr-07 19:29
Hamid_RT20-Apr-07 19:29 
Questionproblem with cmenu Pin
Vishal Lakhanpal18-Apr-07 5:06
Vishal Lakhanpal18-Apr-07 5:06 
AnswerRe: problem with cmenu Pin
Arman S.18-Apr-07 20:06
Arman S.18-Apr-07 20:06 
AnswerRe: problem with cmenu Pin
Atul2318-Apr-07 23:25
Atul2318-Apr-07 23:25 
GeneralRe: problem with cmenu Pin
Vishal Lakhanpal20-Apr-07 0:14
Vishal Lakhanpal20-Apr-07 0:14 
QuestionHow to use OnNotify() function? Pin
bosfan18-Apr-07 5:04
bosfan18-Apr-07 5:04 

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.