Click here to Skip to main content
15,905,967 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: IStorage and IStream Pin
Waldermort6-Aug-06 5:47
Waldermort6-Aug-06 5:47 
GeneralRe: IStorage and IStream Pin
Waldermort6-Aug-06 6:37
Waldermort6-Aug-06 6:37 
AnswerRe: IStorage and IStream Pin
bob169726-Aug-06 5:55
bob169726-Aug-06 5:55 
QuestionRe: IStorage and IStream Pin
David Crow7-Aug-06 3:50
David Crow7-Aug-06 3:50 
QuestionKeyboard Navigation in Win32 application Pin
_sidd6-Aug-06 4:44
_sidd6-Aug-06 4:44 
AnswerRe: Keyboard Navigation in Win32 application Pin
James Brown6-Aug-06 7:02
James Brown6-Aug-06 7:02 
QuestionMFC Control Wizard in VS2005 Pin
Matthias19786-Aug-06 2:17
Matthias19786-Aug-06 2:17 
AnswerRe: MFC Control Wizard in VS2005 Pin
bob169726-Aug-06 6:08
bob169726-Aug-06 6:08 
I've had this happen when trying to add OLE automation support after my project was already created.

I had to use the GUID generator tool, to create a GUID in the IMPLEMENT_OLECREATE format and place something like the following in my Application implementation file. Your needs may be slightly different but maybe this'll help you work out the details. For what it's worth...

// {EF6B41DD-E766-45d8-B731-5923AF4B105A}
const GUID CDECL BASED_CODE _tlid =
{ 0xef6b41dd, 0xe766, 0x45d8, 0xb7, 0x31, 0x59, 0x23, 0xaf, 0x4b, 0x10, 0x5a } };
const WORD _wVerMajor = 1;
const WORD _wVerMinor = 0;


QuestionInsert numbers to access using ADO Pin
Mugambi6-Aug-06 0:26
Mugambi6-Aug-06 0:26 
QuestionProcessing LVN_ITEMCHANGED for multiple items Pin
_johan5-Aug-06 21:21
_johan5-Aug-06 21:21 
QuestionRe: Processing LVN_ITEMCHANGED for multiple items Pin
David Crow7-Aug-06 3:55
David Crow7-Aug-06 3:55 
AnswerRe: Processing LVN_ITEMCHANGED for multiple items Pin
_johan7-Aug-06 11:34
_johan7-Aug-06 11:34 
Questionchange bk color of CPropertySheet Pin
includeh105-Aug-06 21:17
includeh105-Aug-06 21:17 
QuestionCList Vs CArray MFC Pin
-Mohan-5-Aug-06 18:59
-Mohan-5-Aug-06 18:59 
AnswerRe: CList Vs CArray MFC Pin
Joe Woodbury5-Aug-06 19:44
professionalJoe Woodbury5-Aug-06 19:44 
AnswerRe: CList Vs CArray MFC Pin
ThatsAlok5-Aug-06 23:09
ThatsAlok5-Aug-06 23:09 
AnswerRe: CList Vs CArray MFC Pin
Christian Graus6-Aug-06 1:47
protectorChristian Graus6-Aug-06 1:47 
GeneralRe: CList Vs CArray MFC Pin
bob169726-Aug-06 5:46
bob169726-Aug-06 5:46 
GeneralRe: CList Vs CArray MFC Pin
Kevin McFarlane6-Aug-06 6:43
Kevin McFarlane6-Aug-06 6:43 
GeneralRe: CList Vs CArray MFC Pin
bob169726-Aug-06 7:35
bob169726-Aug-06 7:35 
GeneralRe: CList Vs CArray MFC Pin
Kevin McFarlane6-Aug-06 8:50
Kevin McFarlane6-Aug-06 8:50 
GeneralRe: CList Vs CArray MFC [modified] Pin
bob169726-Aug-06 9:27
bob169726-Aug-06 9:27 
GeneralRe: CList Vs CArray MFC Pin
Kevin McFarlane6-Aug-06 9:44
Kevin McFarlane6-Aug-06 9:44 
GeneralRe: CList Vs CArray MFC Pin
Christian Graus6-Aug-06 10:46
protectorChristian Graus6-Aug-06 10:46 
GeneralRe: CList Vs CArray MFC Pin
Zac Howland7-Aug-06 4:11
Zac Howland7-Aug-06 4:11 

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.