how can we call audio and video files in vb.net?

  • Thread starter Thread starter rb
  • Start date Start date
R

rb

i created a button and when i click that button i want
audio and video files to run.
can u please let us know how this can be done?
 
* "rb said:
i created a button and when i click that button i want
audio and video files to run.
can u please let us know how this can be done?

I remember I already replied to the same question...
 
If it is only a single file that you need, just add an OLE
object and set it up to run that file.

If you want to automatically update the file to be played,
and to set it to auto-run based on a user selection from
(say) a list box, without having to click the "play"
button - that's what I came here to find out.
 
* "TC said:
If it is only a single file that you need, just add an OLE
object and set it up to run that file.

There is no OLE object in .NET any more, or am I missing something?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top