Click here to Skip to main content
15,919,245 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How can i control the size of Dialog [modified] Pin
Sam_c5-Aug-07 5:57
Sam_c5-Aug-07 5:57 
AnswerRe: How can i control the size of Dialog Pin
ThatsAlok5-Aug-07 19:52
ThatsAlok5-Aug-07 19:52 
Questionreturn value CoCreateInstance not documented in MSDN Pin
George_George4-Aug-07 20:00
George_George4-Aug-07 20:00 
AnswerRe: return value CoCreateInstance not documented in MSDN [modified] Pin
Mark Salsbery4-Aug-07 20:48
Mark Salsbery4-Aug-07 20:48 
GeneralRe: return value CoCreateInstance not documented in MSDN Pin
George_George4-Aug-07 21:02
George_George4-Aug-07 21:02 
AnswerRe: return value CoCreateInstance not documented in MSDN Pin
bob169725-Aug-07 17:19
bob169725-Aug-07 17:19 
GeneralRe: return value CoCreateInstance not documented in MSDN Pin
George_George5-Aug-07 18:05
George_George5-Aug-07 18:05 
QuestionRe: return value CoCreateInstance not documented in MSDN Pin
bob169725-Aug-07 21:06
bob169725-Aug-07 21:06 
Here are some ideas/questions based on past experiences with COM...

When you register/unregister the dll using "regsvr32.exe" from a "cmd" window, what message do you get?

Have you verified that the item shows up in "OLE View"? If you are using Visual C++ 6.0, "OLE View" is in the "Microsoft Visual C++ 6.0 Tools" in the program list.

You can also search HKCR (HKEY_CLASSES_ROOT) to verify the ProgID, CLSID, and classes are all there.

How did you create your MyDriver class in Visual C++?

Did you verify the CLSID and the class GUID are correct in your code? Always copy and paste them from "OLE View" to avoid any miskeying when not using the ProgID.
AnswerRe: return value CoCreateInstance not documented in MSDN Pin
George_George5-Aug-07 21:14
George_George5-Aug-07 21:14 
Questionhow to pass a structure as reference. [modified] Pin
uday kiran janaswamy4-Aug-07 19:49
uday kiran janaswamy4-Aug-07 19:49 
QuestionRe: how to pass a structure as reference. Pin
Mark Salsbery4-Aug-07 20:54
Mark Salsbery4-Aug-07 20:54 
AnswerRe: how to pass a structure as reference. Pin
Legolas655-Aug-07 3:41
Legolas655-Aug-07 3:41 
GeneralRe: how to pass a structure as reference. Pin
uday kiran janaswamy6-Aug-07 3:05
uday kiran janaswamy6-Aug-07 3:05 
AnswerRe: how to pass a structure as reference. Pin
bob169725-Aug-07 5:11
bob169725-Aug-07 5:11 
GeneralRe: how to pass a structure as reference. Pin
uday kiran janaswamy6-Aug-07 3:03
uday kiran janaswamy6-Aug-07 3:03 
AnswerRe: how to pass a structure as reference. Pin
ThatsAlok5-Aug-07 19:51
ThatsAlok5-Aug-07 19:51 
Questionlist.remove removes all the list Pin
beriho4-Aug-07 18:25
beriho4-Aug-07 18:25 
AnswerRe: list.remove removes all the list Pin
Chris Losinger5-Aug-07 10:52
professionalChris Losinger5-Aug-07 10:52 
GeneralRe: list.remove removes all the list Pin
beriho5-Aug-07 19:38
beriho5-Aug-07 19:38 
QuestionStop list view items from being sorted Pin
Perspx4-Aug-07 11:20
Perspx4-Aug-07 11:20 
AnswerRe: Stop list view items from being sorted Pin
Mark Salsbery4-Aug-07 11:52
Mark Salsbery4-Aug-07 11:52 
GeneralRe: Stop list view items from being sorted Pin
Perspx4-Aug-07 11:53
Perspx4-Aug-07 11:53 
GeneralRe: Stop list view items from being sorted Pin
Mark Salsbery4-Aug-07 12:09
Mark Salsbery4-Aug-07 12:09 
QuestionRe: Stop list view items from being sorted Pin
Hamid_RT4-Aug-07 19:21
Hamid_RT4-Aug-07 19:21 
QuestionRe: Stop list view items from being sorted Pin
Perspx5-Aug-07 2:15
Perspx5-Aug-07 2:15 

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.