Dvd / Cd Player In "AxWindowsMediaPlayer1"

Nov 4, 2010

Well Ive searched all over the web, and nothing to find for use of cd and dvd play in vb.net using the "WindowsMediaPlayer1" component And ive looked through and Ive found some subs in it to support this eg.)

[Code]...

View 2 Replies


ADVERTISEMENT

AxWindowsMediaPlayer1 Autostart?

Aug 3, 2009

i have put Form1.AxWindowsMediaPlayer1 in Form1 to play when program start.And when i press button to open me new form (Form2) i made Form1.AxWindowsMediaPlayer1.close()To stop the sound to start the music from the Form2 media player

And here is mine problem how to make Form2 button "Close" that close Form2 Me.Close() and to have Form1.AxWindowsMediaPlayer1 to start music again or resume it?

View 1 Replies

Why AxWindowsMediaPlayer1 Component Is White

Mar 19, 2009

why my AxWindowsMediaPlayer1 component is white?I would like it to be black like some of the others that I see on the Web. Is there a way to change it? Change it as like it had a different skin?I am using the latest version of WMP and perphaps its all due to the version?

View 7 Replies

AxWindowsMediaPlayer1 And Playing Track From A Certain Point Of Time

Apr 1, 2009

Using the Windows Media Player control that I called, AxWindowsMediaPlayer1 com is it possible in VB.Net to start playing a track from a certain point of time?

So I have a 5 min track, but I want to start playing it from 3min 33secs for example.

how do you pass a pause and un-pause to the control?

View 4 Replies

AxWindowsMediaPlayer1 Play Automaticaly The Next Song In Listbox?

Aug 3, 2010

I had make a web radio player application but i want also my application to work like .mp3 player so i make

a new form (the code is below) my listbox work fine also the AxWindowsMediaPlayer1. But i don't know how i can set the AxWindowsMediaPlayer1 to play the next track in listbox.

[Code]...

View 9 Replies

Made A Media Player But When Click Open With It Opens The Player But Doesn't Load The Film

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

Make Two Player Game That Allows You To Move Both Player Objects With The Same Event?

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

Indows Media Player Doesn't Play The FLV Player?

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

Playing Mp3, Without Seeing Media Player And Closing Player?

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

Game Programming :: Speed (Card Game) One AI Player And A Human Player

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

Make VB 2010 Media Player Using Picturebox Not Windows Media Player?

Jun 9, 2011

make media player in vb6 or vb2010.. not using windows media player..

View 1 Replies

VS 2008 (Flash Player Component) - Disable OR Remove "Settings" And "About Adobe Flash Player"

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

Add FLV Player Component?

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

Cannot Add Real Player

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

Connect A Player To Another?

Jun 27, 2009

where i can use as a reference for a game I'm developing

well i just want to know on how to connect a player to another, using ip address...

second, on how to restrict another player actions because my game is turn based.

View 1 Replies

Controlling One Player With Other In VB?

Mar 9, 2010

if i have two media players in form1 and form2 respectively....how can i control the media player in form2 with media player in form1....so that if i pause media player in form1...the media player in form2 should get passed and if i scrub the seek bar in player1 the seek bar in player in form2 should move along with it...how can i do that.......means how to play single video in both players at once...

View 1 Replies

How To Execute VLC Player

Sep 21, 2010

I'm trying to play a video file by executing the player file and calling the "open" method. Although it works perfectly on GOM player, it does not work in VLC player, Windows Media Player and BS player. I tried other methods instead of "open" such as "url", "play", etc. but they are useless. Below the working code is shown:

Dim PlayerPath As String = "C:Program FilesGRETECHGomPlayerGOM.exe"
Dim process As Process = New Process
process.StartInfo.FileName = PlayerPath

[code]....

View 2 Replies

How To Import Player

May 1, 2010

Hi how can I import other player than winodws media player in vb,let's say winap player.

View 2 Replies

How To Us Silverlight Player On VB

Feb 12, 2011

How can i use SilverLight Video Player on Visual basic 2010

View 1 Replies

Using A M3u (playlist) In Player?

Jan 24, 2012

I have the entire bible in audio. Lets start with Matthew. Matthew has 28 seperate mp3 chapters I have converted to wav for my app. They work fine. However, I wish to somehow use the Matthew.m3u (playlist) which "includes" or "points to" the entire 28 chapters. I want to do this so the user does not have to keep clicking to get to the next chapter, ie. chapter 3...click to chapter 4. I want it to just play from chapter 1-28 then stop.

View 4 Replies

Track Bar In Media Player?

Mar 15, 2010

So basicly ive made a media player in vb using the windows media player control and everything is fine except that when i use the trackbar to navigate on a video it starts stopping and starting like a scratched cd (there is nothing wrong with the video file) strangely this does not happen whilst playing audio files the shaking stops if i pause it for a second ant then play it again but incorporating a pause in the trackbar function does not help. This the code i found on the internet but this produces the same result:[code]...

View 5 Replies

.NET Media Player Control?

Dec 18, 2010

I've looked around a bit and have yet to find an answer: Is there a Media Player Control in the .NET Framework? I know there is a COM control

View 4 Replies

Adding All Swf Files From Dir To Player In Vb?

Mar 2, 2010

how can i add all swf files from dir to player in vb by just selecting directory.and play it in shockwave flash player in vb...

i have tested a swf file and it is working fine now how can i achieve the above target

View 1 Replies

Audio Player With Waveform?

Jun 27, 2011

I'm looking for a free audio player control that has ability to display waveform of the audio being played.

View 1 Replies

Cannot Add Real Player In Form

Jul 10, 2009

My Program is Visual Basic 2008 professional..I have problem, when I add Real Player in form.url...When I add Real Player In the form, I cannot open the form, and it comes this error.url...This is important information..My laptop is HP, and I have vista 64 bit.I have new version of Real Player.I added the Real Player to form from here,,url...How can open the form with Real Player?

View 4 Replies

Check If A Player Has Won The Game?

Nov 25, 2009

How would I check if a player has won the game? I've figured out that there is only eight possibilities for X and eight again for O which makes sixteen in total.Here is what I've tried so far..

If Square1.Text + Square2.Text + Square3.Text = "X" Then
MessageBox.Show("Player 1 has won the game!", "Player 1 wins!", MessageBoxButtons.OK, MessageBoxIcon.Exclamation)
End If

I thought that this code will only allow that message box to appear only if all of the squares have X as its text. But the message box appears when there is only one square with X. How can I make it so that the message box only appears when all 3 squares have an X.

View 2 Replies

Connect .net Program To A Mp3 Player?

Feb 13, 2009

i'm trying to build a program where I could preview the songs, and then copy it to my mp3 player. Is there anyway that I could connect the mp3 player with my vb.net program? So far what I have done is just a normal mp3 player using the windows media player in vb.net 2008 express edition.

View 1 Replies

Create A Movie Player By Using VB?

Sep 6, 2010

how to create a movie player by using visual basic?

View 3 Replies

Creating Player Turns?

Mar 28, 2009

Another newbie question i am afraid, I have created a game of pontoon it generates the numbers into an array and the assigns the values to the labels. this all works great.however the bit that i am stuck on is creating a player turn as each label has a name lnlP1Card1 to lblP1Card5 for player 1 and lblP2Card1 -5 for player 2 etc. I tried to create a set of if statements that checked a counter and then if the counters value matched the if statement the players turn moved to the next player. sample

If pcount < 5 Then
Do
If pcount = 1 Then

[code]....

View 1 Replies

DVD Player Full Screen

Feb 17, 2009

I,ve been making this DVD Player everything is fine all the codes are fine but I can't put Full Screen on my DVD Player. I have been trying to work it out for a while but can't seem to do it. I have this button that says Full Screen and I'm trying to work out how i can click on the button and the dvd player goes full screen.[code]

View 10 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved