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
Apr 11, 2009
how to use registry key to make my application autostart.
View 1 Replies
Mar 1, 2010
I've developed a VB.NET console application and tried to use the Build | Publish menu option in Visual Studio 2008 to create a Setup. It works fine except two things:
- when I run the Setup on a Windows 2003 Server, it installs the application in the C:Winntprofiles\Local SettingsApps2.0 directory. How can I configure the setup so that it would prompt for a target directory for the application?
- After the Setup is complete, it starts the application automatically. How can I suppress the auto-start?
View 1 Replies
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
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
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
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