"activex control" in VB.net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an application containing WMP and I'd like to create an "online"
version of it. I believe that this used to be accomplished with activex in
VB 6. How would I go about recreating it for use in websites like youtube,
or other flash players? Do I have to go back to VB 6?
 
Can someone tell me if I'm not posting as a "MSDN Subscriber"? I'm not
getting any response from anyone for my posts... I thought someone was
supposed to respond in 2 days.

Thanks
 
I have an application containing WMP and I'd like to create an "online"
version of it. I believe that this used to be accomplished with activex in
VB 6. How would I go about recreating it for use in websites like youtube,
or other flash players? Do I have to go back to VB 6?

AFAIK ActiveX is alive and well with on the .Net framework. Since
ActiveX is not my area of expertise, I did a quick search in the
Asp.Net group and found the following thread that may be of use to
you:

http://groups.google.com/group/micr...ws+media+player&rnum=2&hl=en#12c13dde12ecf77a

Thanks,

Seth Rowe
 
thanks for the response.

I think I'm just not making myself very clear. I don't want to embed the
Windows Media Player activeX control into a webpage. I've created my own
player in VB2005 as a windows forms project. Now I'd like to make it into
something like an Activex Control and drop IT into a webpage.
Any ideas?
 
Back
Top