Click here to Skip to main content
16,013,322 members
Home / Discussions / COM
   

COM

 
GeneralRe: ATL Problems ??? Ask for help ! Pin
Vi230-Jul-02 20:27
Vi230-Jul-02 20:27 
GeneralRe: ATL Problems ??? Ask for help ! Pin
Leesen31-Jul-02 1:45
Leesen31-Jul-02 1:45 
GeneralRe: ATL Problems ??? Ask for help ! Pin
Vi231-Jul-02 2:48
Vi231-Jul-02 2:48 
GeneralRe: ATL Problems ??? Ask for help ! Pin
Leesen3-Aug-02 22:51
Leesen3-Aug-02 22:51 
GeneralRe: ATL Problems ??? Ask for help ! Pin
Philippe Mori6-Aug-02 13:20
Philippe Mori6-Aug-02 13:20 
Generalcompilation problem with #import Pin
Lily1830-Jul-02 8:49
Lily1830-Jul-02 8:49 
GeneralRe: compilation problem with #import Pin
Gertjan Schuurmans4-Aug-02 3:12
Gertjan Schuurmans4-Aug-02 3:12 
QuestionHow to do this in MFC Pin
Anonymous29-Jul-02 21:03
Anonymous29-Jul-02 21:03 
when make a ComAddin:
in VB
Private Sub AddinInstance_OnConnection(ByVal Application As Object,
ByVal ConnectMode As AddInDesignerObjects.ext_ConnectMode,
ByVal AddInInst As Object,
custom() As Variant)

AddInInst.object = Me

End Sub

in MFC

STDMETHODIMP CMyAddin::OnConnection(IDispatch* Application,
ext_ConnectMode ConnectMode,
IDispatch* AddInInst,
LPSAFEARRAY* custom)
{

return S_OK;
}


Question is :
How to do (AddInInst.object = Me) in the MFC?

QuestionHow to Call ComAddin's function from MACRO? Pin
Gheyret29-Jul-02 19:14
Gheyret29-Jul-02 19:14 
GeneralConverting TCHAR to BSTR with ATL Pin
alma29-Jul-02 2:40
alma29-Jul-02 2:40 
GeneralRe: Converting TCHAR to BSTR with ATL Pin
Vi229-Jul-02 2:47
Vi229-Jul-02 2:47 
GeneralRe: Converting TCHAR to BSTR with ATL Pin
alma29-Jul-02 2:59
alma29-Jul-02 2:59 
GeneralRe: Converting TCHAR to BSTR with ATL Pin
Michael Dunn29-Jul-02 21:08
sitebuilderMichael Dunn29-Jul-02 21:08 
GeneralRe: Converting TCHAR to BSTR with ATL Pin
Mark Janveaux4-Aug-02 20:37
Mark Janveaux4-Aug-02 20:37 
GeneralRe: Converting TCHAR to BSTR with ATL Pin
alma4-Aug-02 21:58
alma4-Aug-02 21:58 
GeneralPropertyPage Pin
Naveen_mah29-Jul-02 1:16
Naveen_mah29-Jul-02 1:16 
GeneralImplementing IDispatch::GetIDSOfNames Pin
Alex Cramer28-Jul-02 22:18
Alex Cramer28-Jul-02 22:18 
GeneralRe: Implementing IDispatch::GetIDSOfNames Pin
Vi229-Jul-02 2:53
Vi229-Jul-02 2:53 
GeneralRe: Implementing IDispatch::GetIDSOfNames Pin
Alex Cramer29-Jul-02 17:05
Alex Cramer29-Jul-02 17:05 
GeneralRe: Implementing IDispatch::GetIDSOfNames Pin
Vi229-Jul-02 18:19
Vi229-Jul-02 18:19 
GeneralRe: Implementing IDispatch::GetIDSOfNames Pin
Alex Cramer29-Jul-02 18:48
Alex Cramer29-Jul-02 18:48 
GeneralRe: Implementing IDispatch::GetIDSOfNames Pin
Vi229-Jul-02 19:05
Vi229-Jul-02 19:05 
GeneralRe: Implementing IDispatch::GetIDSOfNames Pin
Alex Cramer29-Jul-02 20:34
Alex Cramer29-Jul-02 20:34 
GeneralCall Addin's Function From VBA Macro Pin
Anonymous28-Jul-02 21:16
Anonymous28-Jul-02 21:16 
Generalclass factories (simple COM server) Pin
Roman Nurik28-Jul-02 19:26
Roman Nurik28-Jul-02 19:26 

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.