Click here to Skip to main content
15,890,670 members
Home / Discussions / COM
   

COM

 
AnswerRe: IPictureDisp to byte array Pin
Vi220-Aug-09 21:00
Vi220-Aug-09 21:00 
GeneralRe: IPictureDisp to byte array Pin
Stephen Hewitt23-Aug-09 4:37
Stephen Hewitt23-Aug-09 4:37 
QuestionForwarding Error Description through CComCoClass::Error crashs my app Pin
Don Rolando18-Aug-09 11:02
Don Rolando18-Aug-09 11:02 
AnswerRe: Forwarding Error Description through CComCoClass::Error crashs my app Pin
Don Rolando19-Aug-09 6:47
Don Rolando19-Aug-09 6:47 
QuestionHow can I add c# user control to c++ ATL? Pin
oleg fadi18-Aug-09 11:01
oleg fadi18-Aug-09 11:01 
AnswerRe: How can I add c# user control to c++ ATL? Pin
Don Rolando19-Aug-09 6:52
Don Rolando19-Aug-09 6:52 
QuestionConvert System.__ComObject to a class Pin
DeepToot17-Aug-09 9:35
DeepToot17-Aug-09 9:35 
AnswerRe: Convert System.__ComObject to a class Pin
Adam Maras17-Aug-09 10:25
Adam Maras17-Aug-09 10: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 10:34
DeepToot17-Aug-09 10:34 
GeneralRe: Convert System.__ComObject to a class Pin
warale00121-Oct-09 1:30
warale00121-Oct-09 1:30 
QuestionHolding a WMI provider instance Pin
srikanthos16-Aug-09 21:38
srikanthos16-Aug-09 21:38 
Questiondraw Visualization in custom directshow [modified] Pin
raj157616-Aug-09 19:43
raj157616-Aug-09 19:43 
QuestionMODI Microsoft Document Image Viewer 11 and 12 Pin Pin
JollyMansArt15-Aug-09 4:35
JollyMansArt15-Aug-09 4:35 
QuestionHow can I disable a KillBit for a special CLSID in a secure environment? Pin
ieaeitsch11-Aug-09 5:31
ieaeitsch11-Aug-09 5:31 
QuestionHow to set Caption and ToolTip to Toolbar button Pin
am 200910-Aug-09 22:47
am 200910-Aug-09 22:47 
QuestionQuestion about VARIANT deallocation Pin
GuimaSun10-Aug-09 4:53
GuimaSun10-Aug-09 4:53 
AnswerRe: Question about VARIANT deallocation Pin
Hristo-Bojilov10-Aug-09 6:12
Hristo-Bojilov10-Aug-09 6:12 
GeneralRe: Question about VARIANT deallocation Pin
GuimaSun10-Aug-09 6:27
GuimaSun10-Aug-09 6:27 
GeneralRe: Question about VARIANT deallocation Pin
Hristo-Bojilov10-Aug-09 6:45
Hristo-Bojilov10-Aug-09 6:45 
GeneralRe: Question about VARIANT deallocation Pin
GuimaSun10-Aug-09 7:08
GuimaSun10-Aug-09 7:08 
AnswerRe: Question about VARIANT deallocation Pin
Stuart Dootson10-Aug-09 8:21
professionalStuart Dootson10-Aug-09 8:21 
GeneralRe: Question about VARIANT deallocation Pin
GuimaSun10-Aug-09 8:43
GuimaSun10-Aug-09 8:43 
AnswerRe: Question about VARIANT deallocation Pin
Vi210-Aug-09 22:01
Vi210-Aug-09 22:01 
GeneralRe: Question about VARIANT deallocation Pin
GuimaSun12-Aug-09 4:12
GuimaSun12-Aug-09 4:12 
GeneralRe: Question about VARIANT deallocation Pin
Vi212-Aug-09 21:37
Vi212-Aug-09 21: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.