Click here to Skip to main content
16,017,333 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Try to post you question in the C++/CLI forum. Pin
CPallini22-May-07 9:32
mveCPallini22-May-07 9:32 
GeneralRe: Try to post you question in the C++/CLI forum. Pin
Hamid_RT22-May-07 9:58
Hamid_RT22-May-07 9:58 
QuestionTab order and active x control Pin
amyvt22-May-07 3:43
amyvt22-May-07 3:43 
QuestionIDispatch::Invoke() function Pin
Syamlal S Nair22-May-07 2:27
Syamlal S Nair22-May-07 2:27 
AnswerRe: IDispatch::Invoke() function Pin
Arman S.22-May-07 3:32
Arman S.22-May-07 3:32 
AnswerRe: IDispatch::Invoke() function Pin
CPallini22-May-07 4:13
mveCPallini22-May-07 4:13 
GeneralRe: IDispatch::Invoke() function Pin
Syamlal S Nair22-May-07 23:19
Syamlal S Nair22-May-07 23:19 
GeneralRe: IDispatch::Invoke() function Pin
CPallini23-May-07 0:16
mveCPallini23-May-07 0:16 
Usually a COM component exposes its functionalities not only with IDispatch interface but with other ones, oriented towards VTBL binding.

Your client can ask such an Interface (via QueryInterface method of IUnknown interface) and call directly its exposed methods (this way is simpler and more efficient).

Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

QuestionFile operation problem. Pin
sandeepkavade22-May-07 1:57
sandeepkavade22-May-07 1:57 
QuestionRe: File operation problem. Pin
David Crow22-May-07 2:47
David Crow22-May-07 2:47 
QuestionWorker threads and GUI Pin
iayd22-May-07 1:21
iayd22-May-07 1:21 
AnswerRe: Worker threads and GUI Pin
Arman S.22-May-07 1:59
Arman S.22-May-07 1:59 
AnswerRe: Worker threads and GUI Pin
Roger Stoltz22-May-07 2:56
Roger Stoltz22-May-07 2:56 
GeneralRe: Worker threads and GUI Pin
iayd22-May-07 3:25
iayd22-May-07 3:25 
GeneralRe: Worker threads and GUI Pin
Manoj Kumar Rai22-May-07 4:18
professionalManoj Kumar Rai22-May-07 4:18 
GeneralRe: Worker threads and GUI Pin
Roger Stoltz22-May-07 5:05
Roger Stoltz22-May-07 5:05 
QuestionButton control Pin
saisp22-May-07 1:13
saisp22-May-07 1:13 
AnswerRe: Button control Pin
josip cagalj22-May-07 1:15
josip cagalj22-May-07 1:15 
AnswerRe: Button control Pin
Hamid_RT22-May-07 1:21
Hamid_RT22-May-07 1:21 
AnswerRe: Button control Pin
Hamid_RT22-May-07 1:25
Hamid_RT22-May-07 1:25 
GeneralRe: Button control Pin
saisp22-May-07 1:56
saisp22-May-07 1:56 
GeneralRe: Button control Pin
Hamid_RT22-May-07 2:05
Hamid_RT22-May-07 2:05 
GeneralRe: Button control Pin
saisp22-May-07 2:23
saisp22-May-07 2:23 
QuestionRe: Button control Pin
Hamid_RT22-May-07 7:43
Hamid_RT22-May-07 7:43 
AnswerRe: Button control Pin
David Crow22-May-07 2:58
David Crow22-May-07 2:58 

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.