Click to See Complete Forum and Search --> : ActiveX Functionality(new to .NET)


JeanChretien
August 31st, 2003, 10:22 PM
I was playing around with .NET for the first time today (I worked a little with Visual 6 over the summer) and had some trouble with event handling.

When I created my project, I unchecked Enable ActiveX support. Is there a way to allow button click events at this point? When I go in the class view to add an event, I get an error (can't remember the name - but it lists no classes and no selectable options for the fields). It works ok with ActiveX support enabled.

I guess my question is, how do you hardcode ActiveX support (is there any tools to add this functionality later)? If I copied my class from a project with activex support into one without it, would the buttons work?