Click here to Skip to main content
15,910,121 members
Home / Discussions / C#
   

C#

 
GeneralRe: Web Services Applications Pin
electriac11-Dec-09 14:02
electriac11-Dec-09 14:02 
GeneralRe: Web Services Applications Pin
Luc Pattyn11-Dec-09 14:08
sitebuilderLuc Pattyn11-Dec-09 14:08 
GeneralRe: Web Services Applications Pin
electriac11-Dec-09 14:15
electriac11-Dec-09 14:15 
GeneralRe: Web Services Applications Pin
Luc Pattyn11-Dec-09 14:24
sitebuilderLuc Pattyn11-Dec-09 14:24 
GeneralRe: Web Services Applications Pin
electriac11-Dec-09 14:34
electriac11-Dec-09 14:34 
GeneralRe: Web Services Applications Pin
Luc Pattyn11-Dec-09 14:49
sitebuilderLuc Pattyn11-Dec-09 14:49 
QuestionError: cannot convert from 'ref Scripting.Dictionary [c:\...\Interop.Scripting.dll]' to 'ref Scripting.Dictionary []' Pin
Wes Jones11-Dec-09 11:58
Wes Jones11-Dec-09 11:58 
AnswerRe: Error: cannot convert from 'ref Scripting.Dictionary [c:\...\Interop.Scripting.dll]' to 'ref Scripting.Dictionary []' Pin
Abhinav S11-Dec-09 22:45
Abhinav S11-Dec-09 22:45 
QuestionVisual Studio 2008 Windows Service - CPU process usage [modified] Pin
Tomb42111-Dec-09 10:56
Tomb42111-Dec-09 10:56 
AnswerRe: Visual Studio 2008 Windows Service - CPU process usage Pin
Luc Pattyn11-Dec-09 11:06
sitebuilderLuc Pattyn11-Dec-09 11:06 
GeneralRe: Visual Studio 2008 Windows Service - CPU process usage Pin
Tomb42112-Dec-09 1:53
Tomb42112-Dec-09 1:53 
AnswerRe: Visual Studio 2008 Windows Service - CPU process usage Pin
Luc Pattyn12-Dec-09 2:28
sitebuilderLuc Pattyn12-Dec-09 2:28 
GeneralRe: Visual Studio 2008 Windows Service - CPU process usage Pin
Tomb42112-Dec-09 4:14
Tomb42112-Dec-09 4:14 
GeneralRe: Visual Studio 2008 Windows Service - CPU process usage Pin
Tomb42114-Dec-09 2:31
Tomb42114-Dec-09 2:31 
QuestionListView in WPF Pin
Antonio JVS11-Dec-09 8:28
Antonio JVS11-Dec-09 8:28 
QuestionLoader Lock was detected [modified] Pin
Xelalem11-Dec-09 7:58
Xelalem11-Dec-09 7:58 
AnswerRe: Loader Lock was detected Pin
Saksida Bojan11-Dec-09 8:56
Saksida Bojan11-Dec-09 8:56 
QuestionInfo about casting Pin
Saksida Bojan11-Dec-09 7:55
Saksida Bojan11-Dec-09 7:55 
AnswerRe: Info about casting Pin
Andrew Rissing11-Dec-09 8:00
Andrew Rissing11-Dec-09 8:00 
GeneralRe: Info about casting Pin
Andrew Rissing11-Dec-09 8:03
Andrew Rissing11-Dec-09 8:03 
GeneralRe: Info about casting Pin
Saksida Bojan11-Dec-09 8:43
Saksida Bojan11-Dec-09 8:43 
GeneralRe: Info about casting Pin
harold aptroot11-Dec-09 9:03
harold aptroot11-Dec-09 9:03 
QuestionHow do I attach event handlers to a late-bound object (C#)? Pin
Hawks Talon11-Dec-09 6:52
Hawks Talon11-Dec-09 6:52 
AnswerRe: How do I attach event handlers to a late-bound object (C#)? Pin
Saksida Bojan11-Dec-09 7:03
Saksida Bojan11-Dec-09 7:03 
GeneralRe: How do I attach event handlers to a late-bound object (C#)? Pin
Hawks Talon11-Dec-09 7:35
Hawks Talon11-Dec-09 7:35 
Hmmm.....Option 1 is not really feesable because of cost. Options 2 and 3 would be a big pain although they are doable.

I think there has to be a way to do what I am trying to accompish biw the Interop. I'm able to get and set properties by using type.InvokeMember() and I can even get an event object by using type.GetEvent(), I just need that last little bit to bind it to my event handlers.

Thank you,
Eric Ritzie

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.