Click here to Skip to main content
15,915,763 members
Home / Discussions / C#
   

C#

 
GeneralRe: Palindrome question Pin
Anonymous16-Feb-05 7:29
Anonymous16-Feb-05 7:29 
Generalclient problem Pin
Member 132576616-Feb-05 6:49
Member 132576616-Feb-05 6:49 
GeneralRe: client problem Pin
Judah Gabriel Himango16-Feb-05 8:44
sponsorJudah Gabriel Himango16-Feb-05 8:44 
Generalrystal Reports - Change to rpt file not taking effect C# Pin
dazbuda16-Feb-05 6:27
dazbuda16-Feb-05 6:27 
GeneralCrystal Reports - Change to rpt file not taking effect Pin
dazbuda16-Feb-05 6:25
dazbuda16-Feb-05 6:25 
GeneralRe: Crystal Reports - Change to rpt file not taking effect Pin
Michael P Butler16-Feb-05 6:37
Michael P Butler16-Feb-05 6:37 
GeneralRe: Crystal Reports - Change to rpt file not taking effect Pin
dazbuda17-Feb-05 4:13
dazbuda17-Feb-05 4:13 
GeneralUrgent help needed with late binding events Pin
BigAndy16-Feb-05 5:38
BigAndy16-Feb-05 5:38 
Hi guys,

I can't find this anywhere on the web after googling for hours, so the first person with the correct answer will be awarded the title of "Genius".

Here's my problem: I'm doing some late binding in C# with PowerPoint (automation). I can call methods and get/set properties using Type.InvokeMember, for example:

returnObject = instance.GetType().InvokeMember(methodName, BindingFlags.InvokeMethod, null, instance, parameters);

That works just fine. But how do I subscribe to and handle events that are fired from a PowerPoint object using late binding? Can I use InvokeMethod and pass in a delegate? I have no idea.

Thanks in advance, you guys are the greatest!

Andy
GeneralRe: Urgent help needed with late binding events Pin
S. Senthil Kumar16-Feb-05 7:29
S. Senthil Kumar16-Feb-05 7:29 
GeneralI couldn't find an exact subject for this thread... Pin
cemlouis16-Feb-05 5:01
cemlouis16-Feb-05 5:01 
Generalbyte[] to Hexadecimal string Pin
V.16-Feb-05 4:49
professionalV.16-Feb-05 4:49 
GeneralRe: byte[] to Hexadecimal string Pin
S. Senthil Kumar16-Feb-05 7:31
S. Senthil Kumar16-Feb-05 7:31 
GeneralRe: byte[] to Hexadecimal string Pin
V.16-Feb-05 20:38
professionalV.16-Feb-05 20:38 
GeneralDatarelation Update Pin
msogun16-Feb-05 4:23
msogun16-Feb-05 4:23 
GeneralRe: Datarelation Update Pin
Kodanda Pani17-Feb-05 0:04
Kodanda Pani17-Feb-05 0:04 
Questionhow to create an AVI stream in memory? Pin
[DK]KiloDunse16-Feb-05 4:09
[DK]KiloDunse16-Feb-05 4:09 
AnswerRe: how to create an AVI stream in memory? Pin
Judah Gabriel Himango16-Feb-05 4:43
sponsorJudah Gabriel Himango16-Feb-05 4:43 
GeneralRe: how to create an AVI stream in memory? Pin
[DK]KiloDunse16-Feb-05 7:58
[DK]KiloDunse16-Feb-05 7:58 
GeneralRe: how to create an AVI stream in memory? Pin
Judah Gabriel Himango16-Feb-05 8:35
sponsorJudah Gabriel Himango16-Feb-05 8:35 
GeneralRe: how to create an AVI stream in memory? Pin
[DK]KiloDunse16-Feb-05 8:46
[DK]KiloDunse16-Feb-05 8:46 
GeneralA question of Array Pin
RockRock16-Feb-05 3:48
RockRock16-Feb-05 3:48 
GeneralRe: A question of Array Pin
Judah Gabriel Himango16-Feb-05 4:31
sponsorJudah Gabriel Himango16-Feb-05 4:31 
GeneralMimicking C# DataGrid formatting in HTML or XML Pin
joschmo8016-Feb-05 2:11
joschmo8016-Feb-05 2:11 
Questionhow add new voices to the windows menu Pin
Anonymous16-Feb-05 1:52
Anonymous16-Feb-05 1:52 
AnswerRe: how add new voices to the windows menu Pin
Judah Gabriel Himango16-Feb-05 4:33
sponsorJudah Gabriel Himango16-Feb-05 4:33 

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.