Click here to Skip to main content
15,793,085 members
Home / Discussions / COM
   

COM

 
AnswerRe: IPictureDisp to byte array Pin
Vi220-Aug-09 22:00
Vi220-Aug-09 22:00 
GeneralRe: IPictureDisp to byte array Pin
Stephen Hewitt23-Aug-09 5:37
Stephen Hewitt23-Aug-09 5:37 
QuestionForwarding Error Description through CComCoClass::Error crashs my app Pin
Don Rolando18-Aug-09 12:02
Don Rolando18-Aug-09 12:02 
AnswerRe: Forwarding Error Description through CComCoClass::Error crashs my app Pin
Don Rolando19-Aug-09 7:47
Don Rolando19-Aug-09 7:47 
QuestionHow can I add c# user control to c++ ATL? Pin
oleg fadi18-Aug-09 12:01
oleg fadi18-Aug-09 12:01 
AnswerRe: How can I add c# user control to c++ ATL? Pin
Don Rolando19-Aug-09 7:52
Don Rolando19-Aug-09 7:52 
QuestionConvert System.__ComObject to a class Pin
DeepToot17-Aug-09 10:35
DeepToot17-Aug-09 10:35 
AnswerRe: Convert System.__ComObject to a class Pin
Adam Maras17-Aug-09 11:25
Adam Maras17-Aug-09 11:25 
If you're using .NET Framework 3.5 or previous for your applications, you're going to be forced to break out Reflection[^] to either manually deserialize the COM object into your custom types, or to just manually access the members themselves. If you're using .NET Framework 4, you can use C#'s new dynamic keyword to do the same thing with little excess code.

Adam Maras | Software Developer
Microsoft Certified Professional Developer

GeneralRe: Convert System.__ComObject to a class Pin
DeepToot17-Aug-09 11:34
DeepToot17-Aug-09 11:34 
GeneralRe: Convert System.__ComObject to a class Pin
warale00121-Oct-09 2:30
warale00121-Oct-09 2:30 
QuestionHolding a WMI provider instance Pin
srikanthos16-Aug-09 22:38
srikanthos16-Aug-09 22:38 
Questiondraw Visualization in custom directshow [modified] Pin
raj157616-Aug-09 20:43
raj157616-Aug-09 20:43 
QuestionMODI Microsoft Document Image Viewer 11 and 12 Pin Pin
JollyMansArt15-Aug-09 5:35
JollyMansArt15-Aug-09 5:35 
QuestionHow can I disable a KillBit for a special CLSID in a secure environment? Pin
ieaeitsch11-Aug-09 6:31
ieaeitsch11-Aug-09 6:31 
QuestionHow to set Caption and ToolTip to Toolbar button Pin
am 200910-Aug-09 23:47
am 200910-Aug-09 23:47 
QuestionQuestion about VARIANT deallocation Pin
GuimaSun10-Aug-09 5:53
GuimaSun10-Aug-09 5:53 
AnswerRe: Question about VARIANT deallocation Pin
Hristo-Bojilov10-Aug-09 7:12
Hristo-Bojilov10-Aug-09 7:12 
GeneralRe: Question about VARIANT deallocation Pin
GuimaSun10-Aug-09 7:27
GuimaSun10-Aug-09 7:27 
GeneralRe: Question about VARIANT deallocation Pin
Hristo-Bojilov10-Aug-09 7:45
Hristo-Bojilov10-Aug-09 7:45 
GeneralRe: Question about VARIANT deallocation Pin
GuimaSun10-Aug-09 8:08
GuimaSun10-Aug-09 8:08 
AnswerRe: Question about VARIANT deallocation Pin
Stuart Dootson10-Aug-09 9:21
professionalStuart Dootson10-Aug-09 9:21 
GeneralRe: Question about VARIANT deallocation Pin
GuimaSun10-Aug-09 9:43
GuimaSun10-Aug-09 9:43 
AnswerRe: Question about VARIANT deallocation Pin
Vi210-Aug-09 23:01
Vi210-Aug-09 23:01 
GeneralRe: Question about VARIANT deallocation Pin
GuimaSun12-Aug-09 5:12
GuimaSun12-Aug-09 5:12 
GeneralRe: Question about VARIANT deallocation Pin
Vi212-Aug-09 22:37
Vi212-Aug-09 22:37 

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.