Listerine
March 30th, 2004, 11:01 AM
I thought you could use any controls like vb controls or other older ocx's.
I see the article on MSDN talking about controls that can be used but it doesn't specifically say that all others are out, I was thinking this was going to be more vb like but I guess since its not a vb program....
So is there an easy way to take an ocx and create some web form control wrapper? I know you can make controls but I don't see how to inherit or insert or inject or inflate controls you might want to base yours on.
I have an ocx and I can get it to display on the web form I just cannot seem to use it, its always Nothing. There's not some sort of new I need to do.
I even have it list in the top with the Public withevents and the control has properties and I can see the functions in intellisense.
What am I missing besides the point?
I see the article on MSDN talking about controls that can be used but it doesn't specifically say that all others are out, I was thinking this was going to be more vb like but I guess since its not a vb program....
So is there an easy way to take an ocx and create some web form control wrapper? I know you can make controls but I don't see how to inherit or insert or inject or inflate controls you might want to base yours on.
I have an ocx and I can get it to display on the web form I just cannot seem to use it, its always Nothing. There's not some sort of new I need to do.
I even have it list in the top with the Public withevents and the control has properties and I can see the functions in intellisense.
What am I missing besides the point?