WarrenW
Jun 14th, 2006, 12:42 AM
I have written OCX activex before but now I want to write a DLL to use in some ASP pages. The following will just be an example to know if something like this can be done for understanding.
For example, say I want to include a visual control such as a movie player control inside this control. And I want to add some buttons on the form to work the control, etc. - just like you would in a VB app. Can I do this and as long as the other controls that I use are installed on my web server, can the DLL be loaded on a user's web browser and played?
Basically I just want to group everything into one activex dll to call in the asp web page and have run in the web browser just like an application they would download.
Once I know this and figure it out, I want to then know how to pass data to the DLL for settings and then methods to call it to start, etc.
Thanks!
For example, say I want to include a visual control such as a movie player control inside this control. And I want to add some buttons on the form to work the control, etc. - just like you would in a VB app. Can I do this and as long as the other controls that I use are installed on my web server, can the DLL be loaded on a user's web browser and played?
Basically I just want to group everything into one activex dll to call in the asp web page and have run in the web browser just like an application they would download.
Once I know this and figure it out, I want to then know how to pass data to the DLL for settings and then methods to call it to start, etc.
Thanks!