Iso File From Dvd For Bluray Player
Jul 20, 2010
provide code for creating iso file from dvd for bluray player, i have tried using imapi2fs.dll but its not working .i dnt know whats the problem.it showing .iso but not working on blura player.
View 2 Replies
ADVERTISEMENT
Dec 13, 2011
I m trying to create media player .i want to add an swf file in current running video file at the top of my video player or bottom of my video.
View 2 Replies
Jun 28, 2011
Public Class EasyPlayer
Private Sub EasyPlayer_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
System.Diagnostics.Process.Start("MediaPlayer")
End Sub
[code]....
View 1 Replies
Jan 19, 2012
So I am trying to make a program that allows you to move two shapes using two KeyPress events, one to move the first object and another for the second. It works, but it can only move one of the two objects, not both at the same time.
Private
Sub
Form_KeyPress1(ByVal[code]......
View 9 Replies
Apr 10, 2009
I want to know that how to add FLV payer component in VB.Net..cz windows Media Player doesn't play the FLV player.
View 2 Replies
Aug 13, 2009
i am using following code to play a mp3 with build action for mp3 after adding to application is set to copy always...
Public
Class Form1
ivate Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles
[code].....
View 4 Replies
Jan 25, 2012
I have 28 mp3 and 28 wav files. A Treeview allows user to select "Matthew" then click on a chapter and that chapter plays. What I want to accomplish, is to allow the user to click on "Matthew" in the treeview and the m3u (playlist) plays the entire Audio
Book of "Matthew".
I have researched the forums, tried numerus examps, checked out MSDN examps and Learn and still cannot find a way to accomplish what I want.
View 2 Replies
May 2, 2010
i created a media player in vb.net or vb2008 and it will import music files and play stop and fast forward but when the song has finished i want it to skip to the next one in the listbox. does any 1 know how to do this.
View 2 Replies
Jan 3, 2011
Just wongering if there is anyway either via registry or api to get some basic info on the currnent playing file in windows mediaplayer? or from the explorer window when the file is clicked to be played
What i would like to get is artist and song title
I have a small app i have written to get lyrics from lyricwiki - my aim is not to have to start the file in any differnt way than just double clicking the file as i may decide to get lyrics mid way through a song so my app will just store that info encase i want to look for lyrics
I am using vb.net visual studio 2005
View 8 Replies
Jun 3, 2011
I'm making a quiz and I've got a set of questions and answers being loading into two different arrays, the idea is to answer a question with a choice of 4 buttons, so on a button click the answers checks to see if it is correct and moves along to the next question (while doing this the questions and answers change)However, my problem is that i've set up an audio player as the questions are for example "what is the sound?" and there is a preview button which uses the audio player to play the sound for the user.
Now everything moves with the array however, the sound still remains the same on every question after the quesiotn has been answered. So my set of answers move (when debugging, the sound array does move but the player doesn't seem to want to) with the array and i need the player to change to the specific array position which it is in as well.
Audio Player:
Dim answer = CorAnsList(qNum).sound
Dim answerPrev As String = My.Computer.FileSystem.CurrentDirectory & "sounds" & answer & ".wav"
Private Sub btnPrev_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnPre.Click
[code]....
View 1 Replies
Oct 13, 2011
I am using flash player 11 in VB.Net when I load the swf file in flash player the CPU usage goes to 100%. Any other light weight flash player to use in vb.net?
View 1 Replies
Feb 6, 2012
How do you pass a wav file to a mediaplayer via a memory stream? In other words is it possible to pass a stream instead of a url to play a wav file?
View 9 Replies
May 7, 2010
I made a media player that has a list box and u click on a song and it plays. But the problem is it says the file path not the song's name and length.
View 11 Replies
Feb 20, 2007
Is possible - to open a music file in Windows Media Player from a visual basic program?
If i had 'track1.mp3' for example, does anyone know how to open this from visual basic in windows media player?
View 6 Replies
Dec 11, 2011
I m design a media player in vb.net..now i play 1Gb video movie.. i want to set the commercial time like every 15 mint my video automatically stop and some commercials play automatically after complete commercials my video[code]...
View 6 Replies
Mar 13, 2011
I have tried to do this before with a custom file type for a text editor. I barely got it to work... and now I can't even find those files. Now I just want for when I make my NSIS Setup that the file association can allow the mp3 player to play the files when the file itself is double clicked.
View 19 Replies
Aug 12, 2009
Play a mp3 file without adding a Windows Media Player Control
View 5 Replies
Nov 12, 2011
I want to play a WMV file without using a Windows Media Player Control.
View 39 Replies
Nov 23, 2010
I'm making a speed card game [URL] for the final in one of my programming classes. I'm looking for a little assistance with how to go about getting it done the best way. I've included the code I have so far below. How does it look? What would you do differently? Would you do anything the way I did? I need to have one AI player and a human player.
Code:
View 3 Replies
Jun 9, 2011
make media player in vb6 or vb2010.. not using windows media player..
View 1 Replies
Sep 18, 2009
I'm using the windows media player (wmp.dll) in vb.net 2008 and would like to know if it's possible to play a specific portion of the video. For example, I would like to start to play the video X minutes from the start and for Y amount of time.
View 1 Replies
Jul 13, 2009
I m selecting the folder & playing all the files in the media player, of that folder. As u know folder contains all types of files including text,zip,image & so on. So I want that when URL that is assigned to Media Player is .txt,then i assign any default image from resources. I do not want to check extensions- Currently I m checking the extension of each file before paying but i dont want dat.
[Code]...
View 5 Replies
Sep 18, 2009
I'm using the windows media player (wmp.dll) in vb.net 2008 and would like to know if it's possible to play a specific portion of the video. For example, I would like to start to play the video X minutes from the start and for Y amount of time.
View 1 Replies
Nov 23, 2010
I get an unhandled exception when I use a windows media player control on the form in order to play a movie file.It only happens when I run the program. But in debug, the error does not occur. What do I do?
View 4 Replies
Oct 19, 2010
I need to get a button to enter the applications subfolder and randomly select 1 file to be played in the windows media player COM which i have put in the form. I have tried creating a shuffling playlist but i cant get it to stop after one file is played (it just goes on shuffeling to another file, and i really do not want a playlist). I manage to create a batch file to be started to randomly pick a file in that folder, but when i do this the file is being played in the systems default player..
View 2 Replies
Sep 16, 2010
Im trying to open media player (full screen) and play a movie. When i create the file path like so: Dim MoviePathVTS As String = String.Concat("""" + tempMoviePath, " \VIDEO_TS\VTS_01_1.VOB" + """")
It wont play the file but if i do it like this: Dim video1 = """F:\Movies\DvD\Angels and Deamons\VIDEO_TS\VTS_01_1.VOB"""
It plays fine? the file paths are the same including the extra "" but it just refuses to play. I need the top one because i have many movies in a treeview.
Heres my code
Private Sub watchNow_Click(ByVal sender As Object, ByVal e As EventArgs)
'get the position of the selected node
Dim i = movieTreeView.SelectedNode.Index
[CODE]...
View 2 Replies
Jan 31, 2011
When I right click on the component area, a contextmenu appears.I want to disable this OR remove "Settings" and "About Adobe Flash Player..".I searched the internet for a solution,but almost all the suggestions were about the Visual Basic 6. Anyone knows how to correct this in Visual basic 2008 ? (And sorry for my English if there is a mistake )
View 1 Replies
Oct 27, 2009
I have created a media player (vb.net 2005) using the media player control. Plays fine when using open dialog box and url. I have set my player as the default player but when I click on a media file, the player will open but not play. I am sure it has to do with on open event and coding the url to see the selected file just like any other media player out there.
View 14 Replies
Apr 10, 2009
Its mine first post in this forum..I want to know that how to add FLV payer component in VB.Net..cz windows Media Player does't play the FLV player.
View 7 Replies
Jul 7, 2009
I have problem, when I add Real Player in form. This one..
This is a problem...
I reinstalled real player , and nothing happened , the problem still with me.
The VB in the attachment....
View 6 Replies