MSDN documentation for MFC OLE wrapper method/prperties
-
Hi, First off I like to thank Richard MacCutchan with helping in setting up my C++ project to generate the MFC OLE wrappers classes One strange thing unlike the regualar MFC classes CWinThread, CDialog There doen't seem to be any MSDN docmentation about any of the methods in the wrapper classes One can only guess by thier name what they do thanks
-
Hi, First off I like to thank Richard MacCutchan with helping in setting up my C++ project to generate the MFC OLE wrappers classes One strange thing unlike the regualar MFC classes CWinThread, CDialog There doen't seem to be any MSDN docmentation about any of the methods in the wrapper classes One can only guess by thier name what they do thanks
-
Hi, I am finally begining to understand why the Microsoft article said I should create dialog based ontrol as a MFC app needs a main window I tried to follow the article in creating the project but I wa a bit confused what the srticle meant by changing the IDOK button IDCRUN I ended up getting some sort of exception when existing Cdialog::Initinstance I beleive it be a invalid Hwnd for the Dialog COnceputally then the Excel spread sheet is a control with the Cdialog being the mainwindow Richard the doumentation you pointed me to was about Wrapper classes as MFC frontends the OLE functions I was looking for documentation of the type Cdialog::GetDefID in native MFC there would be documentation for Range::SetValue for the wrapper classes Thanks again
-
Hi, I am finally begining to understand why the Microsoft article said I should create dialog based ontrol as a MFC app needs a main window I tried to follow the article in creating the project but I wa a bit confused what the srticle meant by changing the IDOK button IDCRUN I ended up getting some sort of exception when existing Cdialog::Initinstance I beleive it be a invalid Hwnd for the Dialog COnceputally then the Excel spread sheet is a control with the Cdialog being the mainwindow Richard the doumentation you pointed me to was about Wrapper classes as MFC frontends the OLE functions I was looking for documentation of the type Cdialog::GetDefID in native MFC there would be documentation for Range::SetValue for the wrapper classes Thanks again
I keep pointing you to MSDN and various related pieces of documentation, but you keep coming back here asking for the same thing. Try using the tools at your disposal (Google, Bing etc) to find what you are looking for.
One of these days I'm going to think of a really clever signature.