I would like to write an ActiveX component in C#. I followed the following instructions:
When I test this ActiveX component using tstcon32.exe, the component runs fine, with the exception that nothing happens when I invoke the question method.
Q1. What's wrong since the Question-method doesn't work?
Q2. I plan to use the ActiveX component in Excel using VBA. If I want to generate events to the VBA-code that embeds the ActiveX component, how do I do that?
I am a beginner C# programmer so please have that in mind when replying. I have attached the project in case you are unable to download it from the link above.
When I test this ActiveX component using tstcon32.exe, the component runs fine, with the exception that nothing happens when I invoke the question method.
Q1. What's wrong since the Question-method doesn't work?
Q2. I plan to use the ActiveX component in Excel using VBA. If I want to generate events to the VBA-code that embeds the ActiveX component, how do I do that?
I am a beginner C# programmer so please have that in mind when replying. I have attached the project in case you are unable to download it from the link above.