Click here to Skip to main content
15,891,529 members
Home / Discussions / COM
   

COM

 
QuestionHow to fire an event within a thread in Vc++ Pin
Akshay Dave11-Oct-04 18:12
Akshay Dave11-Oct-04 18:12 
AnswerRe: How to fire an event within a thread in Vc++ Pin
Ravi Bhavnani13-Oct-04 6:46
professionalRavi Bhavnani13-Oct-04 6:46 
GeneralRe: How to fire an event within a thread in Vc++ Pin
Akshay Dave13-Oct-04 19:17
Akshay Dave13-Oct-04 19:17 
GeneralRe: How to fire an event within a thread in Vc++ Pin
Lim Bio Liong15-Oct-04 2:11
Lim Bio Liong15-Oct-04 2:11 
GeneralRe: How to fire an event within a thread in Vc++ Pin
Akshay Dave15-Oct-04 20:31
Akshay Dave15-Oct-04 20:31 
GeneralRe: How to fire an event within a thread in Vc++ Pin
Lim Bio Liong16-Oct-04 18:52
Lim Bio Liong16-Oct-04 18:52 
QuestionUsing Text Object Model for RichEdit manipulation? Pin
Jonathan Lee Brown11-Oct-04 12:37
Jonathan Lee Brown11-Oct-04 12:37 
GeneralRDO data binding works if set up at design time but not in code Pin
Yuqing Zhu10-Oct-04 17:37
Yuqing Zhu10-Oct-04 17:37 
In a vc++ project, I have a dialog box with a grid (m_flexGrid) and a
remote data control (m_rdc). In OnInitDialog, I set up m_rdc and then
try to set it to m_flexGrid with:

<br />
LPUNKNOWN rdcunk = m_rdc.GetControlUnknown();<br />
LPDISPATCH rdcdisp = NULL;<br />
HRESULT hr;<br />
hr = rdcunk->QueryInterface(IID_IDispatch, (void**)&rdcdisp);<br />
if (SUCCEEDED(hr)) {<br />
m_flexGrid.put_DataSource(rdcdisp);<br />
<br />
... ...<br />
<br />
}<br />


The put_DataSource give me a "Type mismatch" error. If I set up the
datasource property for grid in design time, everything works just fine.

Any suggestions?
Questionbar code coding using serial port? Pin
unambiguos8-Oct-04 19:01
unambiguos8-Oct-04 19:01 
GeneralCom basics Pin
Rajesh.J8-Oct-04 18:51
Rajesh.J8-Oct-04 18:51 
GeneralRe: Com basics Pin
User 21559710-Oct-04 19:30
User 21559710-Oct-04 19:30 
GeneralDevelop an IE plugin Pin
Asad Hussain8-Oct-04 9:20
Asad Hussain8-Oct-04 9:20 
GeneralRe: Develop an IE plugin Pin
Kurt Muellner12-Oct-04 22:20
Kurt Muellner12-Oct-04 22:20 
QuestionEnsuring an Excel app quits? Pin
Jeremy Ouellette7-Oct-04 12:27
Jeremy Ouellette7-Oct-04 12:27 
AnswerRe: Ensuring an Excel app quits? Pin
Jörgen Sigvardsson7-Oct-04 13:29
Jörgen Sigvardsson7-Oct-04 13:29 
GeneralRe: Ensuring an Excel app quits? Pin
Anonymous7-Oct-04 14:31
Anonymous7-Oct-04 14:31 
GeneralRe: Ensuring an Excel app quits? Pin
Jörgen Sigvardsson7-Oct-04 22:07
Jörgen Sigvardsson7-Oct-04 22:07 
GeneralRe: Ensuring an Excel app quits? Pin
Michael P Butler8-Oct-04 5:47
Michael P Butler8-Oct-04 5:47 
GeneralRe: Ensuring an Excel app quits? Pin
Jeremy Ouellette8-Oct-04 14:25
Jeremy Ouellette8-Oct-04 14:25 
GeneralPassing structs/classes from any language client. Pin
sergeyv20026-Oct-04 9:46
sergeyv20026-Oct-04 9:46 
GeneralRe: Passing structs/classes from any language client. Pin
Jörgen Sigvardsson7-Oct-04 13:17
Jörgen Sigvardsson7-Oct-04 13:17 
GeneralRe: Passing structs/classes from any language client. Pin
sergeyv20028-Oct-04 8:36
sergeyv20028-Oct-04 8:36 
Generalpassing struct to COM objects Pin
merlinos4-Oct-04 10:21
merlinos4-Oct-04 10:21 
GeneralRe: passing struct to COM objects Pin
Jörgen Sigvardsson4-Oct-04 13:08
Jörgen Sigvardsson4-Oct-04 13:08 
GeneralRe: passing struct to COM objects Pin
sergeyv20027-Oct-04 7:32
sergeyv20027-Oct-04 7:32 

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.