Click here to Skip to main content
15,881,204 members
Home / Discussions / C#
   

C#

 
GeneralRe: I Find This Baffling Pin
Roger Wright20-May-10 3:02
professionalRoger Wright20-May-10 3:02 
GeneralRe: I Find This Baffling Pin
Roger Wright20-May-10 16:17
professionalRoger Wright20-May-10 16:17 
QuestionHttpWebRequest simultaneously!!!! Pin
Christian_V_V19-May-10 18:05
Christian_V_V19-May-10 18:05 
AnswerRe: HttpWebRequest simultaneously!!!! Pin
Luc Pattyn19-May-10 18:45
sitebuilderLuc Pattyn19-May-10 18:45 
AnswerRe: HttpWebRequest simultaneously!!!! Pin
Jens Meyer19-May-10 19:03
Jens Meyer19-May-10 19:03 
AnswerRe: HttpWebRequest simultaneously!!!! Pin
Martin Jarvis20-May-10 6:23
Martin Jarvis20-May-10 6:23 
QuestionNeed to call COM component using reflections in C#.NET Pin
glitteringsound19-May-10 10:46
glitteringsound19-May-10 10:46 
AnswerRe: Need to call COM component using reflections in C#.NET Pin
Hristo-Bojilov19-May-10 23:19
Hristo-Bojilov19-May-10 23:19 
1.You could use Type.IsCOMObject to determinate if this is an instance of COM object.

2.You could get Syste.Type instance by using Type.GetTypeFromCLSID or Type.GetTypeFromProgID .
You really needn't to call CoCreateInstance you could just use
System.Activator class instead of and Marshal.FinalReleaseComObject to free it.
Life is a stage and we are all actors!

QuestionIcon "Lock Out" Mystery Pin
PDTUM19-May-10 10:37
PDTUM19-May-10 10:37 
AnswerRe: Icon "Lock Out" Mystery Pin
Martin Jarvis20-May-10 6:25
Martin Jarvis20-May-10 6:25 
AnswerRe: Icon "Lock Out" Mystery Pin
PDTUM20-May-10 6:47
PDTUM20-May-10 6:47 
QuestionRe: Grid Column Event Help - Need to fill Grid column with text on the fly Pin
roman_s19-May-10 10:07
roman_s19-May-10 10:07 
QuestionCast Inherited to Base Pin
mbv80019-May-10 9:50
mbv80019-May-10 9:50 
AnswerRe: Cast Inherited to Base Pin
#realJSOP19-May-10 10:14
mve#realJSOP19-May-10 10:14 
AnswerRe: Cast Inherited to Base Pin
Luc Pattyn19-May-10 10:46
sitebuilderLuc Pattyn19-May-10 10:46 
GeneralRe: Cast Inherited to Base Pin
PIEBALDconsult19-May-10 12:18
mvePIEBALDconsult19-May-10 12:18 
GeneralRe: Cast Inherited to Base Pin
Luc Pattyn19-May-10 12:28
sitebuilderLuc Pattyn19-May-10 12:28 
GeneralRe: Cast Inherited to Base Pin
PIEBALDconsult19-May-10 12:50
mvePIEBALDconsult19-May-10 12:50 
GeneralRe: Cast Inherited to Base Pin
Roger Wright20-May-10 11:07
professionalRoger Wright20-May-10 11:07 
GeneralRe: Cast Inherited to Base Pin
PIEBALDconsult20-May-10 12:58
mvePIEBALDconsult20-May-10 12:58 
GeneralRe: Cast Inherited to Base Pin
Roger Wright20-May-10 16:32
professionalRoger Wright20-May-10 16:32 
GeneralRe: Cast Inherited to Base Pin
Pete O'Hanlon19-May-10 23:07
mvePete O'Hanlon19-May-10 23:07 
AnswerRe: Cast Inherited to Base Pin
T M Gray19-May-10 11:54
T M Gray19-May-10 11:54 
QuestionImage Comparison Pin
eddieangel19-May-10 8:33
eddieangel19-May-10 8:33 
AnswerRe: Image Comparison Pin
Henry Minute19-May-10 9:19
Henry Minute19-May-10 9:19 

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.