Create A MediaPlayer Program?

Nov 5, 2009

I need to know how to create a program like MediaPlayer from scratch .Does Directshow do this ??? And if yes , what the steps I should follow to have full control at this side of programming ( Is there any SDK I should download )?I'm using VisualBasic 2008 Pro.

View 10 Replies


ADVERTISEMENT

Different Playback Speed Mediaplayer

Dec 27, 2009

I am making a program that works with my hometrainer so i can now have my speed and distanse on my screen but now when i start byking i would like to play a video on my screen also when i am biking slow the video has to play slow when i am biking fast the video has to play fast is there any one how can tell my how todo this whith a sample

View 3 Replies

Load The Decrypted One On A Mediaplayer?

Jun 5, 2009

I have a wpf application that stores videos/images and generic files

1) what is the best way to encrypt these type of file in term of performances

2) and when you encrypt a video how do you load the decrypted one on a mediaplayer?

View 10 Replies

VS 2008 MediaPlayer For Windows Xp?

Jan 9, 2012

I wrote a program for Playing Video's , I used 'AxInterop.WMPLib.dll' This i think will only work with 64 bit machines because it is Media player 12. I need to play my video's on a Windows XP 32 bit machine. But i need a older version of the player. Where can i download the dll for Mediaplayer 11.

View 1 Replies

Forms :: Mediaplayer Time In Label?

Dec 4, 2011

so i am busy with a mediaplayer ( just for fun ) and everything pretty much works, but one thing doesn't.the thing is ive got 2 labels, the first label needs to show how much ive already played, and the second label needs to show the duration of the media file.example: a media file from 1 hour 32 minutes and 18 second and i have already player 43 minutes and 9 seconds from it, then the first label needs to show 00:43:09 and the second label 01:32:18.

View 5 Replies

Mediaplayer : Unable To Play Some Songs?

Dec 21, 2009

In my VB.Net application, I am using Mediaplayer for playing songs. It is working fine with some songs. But some songs are not playing. I gave msdxm.ocx for COM componetes. I used breakpoint to see what is happening, I got the the error as "Error HRESULT E_FAIL has been returned from a call to a COM component.". I am using the following code,

AxMediaPlayer1.FileName = "D:Songsabc.mp3"
AxMediaPlayer1.Play()

View 2 Replies

Mediaplayer Fade In Visual Studio?

Sep 14, 2010

Is there any ready method/function etc to create a fade in/fade out effect for sound with Windows Mediaplayer in Visual Studio Express 2008?

View 3 Replies

Add Effects To Sounds That Are Playing Using The Mediaplayer Control?

Sep 15, 2009

is it possible to add effects to sounds that are playing using the mediaplayer control?. i have tried using directsound which works good and i can add effects to the sounds playing but it wont play mp3 files and i have looked all over for information on directshow which does play mp3s but all the examples i managed to find all have about 50 lines of code just to play one track and dont show how to add effects.

i need to play several sounds at the same time and add different effects to each track and also be able to play - stop - pause each individual track at will mediaplayer i can do this but dont know how to add effects directsound i can do all of this but cant play mp3s.is there any way to add effects using mediaplayer control? or does anyone please know where i can see a code example in directshow that adds effects to the sounds playing?

View 2 Replies

MediaPlayer.URL Makes Vb 2010 Application Not Responding?

Sep 19, 2011

Im building an application in vb 2010 which uses window media player component. When I run the application in debug mode and Press Play button, the application hangs up and stops responding. When I press PAUSE button in vb 2010 the line it shows is

mediaPlayer.URL = curl

View 3 Replies

Playing Video - Auto Seeking In MediaPlayer

Mar 4, 2010

If I have a video of 70 Seconds and I want to play it directly from 31 seconds to onwards how can I do that in vb.net.

View 1 Replies

VS 2005 Receive The Time And If The Mediaplayer Is Paused Using Api?

Oct 30, 2010

I want to receive the time and if the mediaplayer is paused using api.My problem is that the child is called Static but there�s 3 items there and it seems that I just get the first of them.

Heres my code so far:

Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As IntPtr
Private Declare Function FindWindowEx Lib "user32" Alias "FindWindowExA" (ByVal hWnd1 As

[code].....

View 4 Replies

Move And Re-size A Window That Has BorderStyle = None With MediaPlayer As Child

Jul 10, 2011

What I am doing is making a Media Player, but I am making it to be some sort like BS Player.

The Video part of the player is on its own with no border and then there is going to be a separate Form for the controls. (I might need help with that later) But the first thing that I have to do is make the window movable and re-sizable by dragging the Media Player (WMP). WMP is taking up the whole screen of the Form so there is no where to click on the original Form. If possible, I would like it to show contents while dragging, ignoring the Windows Appearance and Performance. If that can't be done or is to much work, I will settle for just the border of the Form being showed while moved.

For re-sizing, the media player has to stay the same size as the form, but it also has to stay the same Ratio of the video. So as long as I can specify the current height and width of the window and also get then get the width while the window is being re-sized, I can get the height that the window needs to be by using this formula.

Window.y / Window.x * Sized Window.x = New Window.y .

I know that may sound complicated or maybe I am making it harder then it actually is, this is just how I know how to do it. I will explain what each variable in the Formula means.

Window.y is the current height of the window

Window.x is the current width of the window

Sized Window.x is the width of the window while it is being re-sized

New Window.y is the final height for the new size of the window

View 11 Replies

Create A Windows Form Application Program That Can Create Games Something Like Gamemaker Or Klik?

Aug 4, 2010

Hello I want to create a windows form application program that can create games something like Gamemaker or Klik & Play (butt less advanced) with D&D "Drag and Drop" events and actions.

View 7 Replies

Create A Program That Asks For Input Then Uses An Else Statement To Create A Handling Fee Balance

Nov 30, 2011

To create a program that asks for input then uses an else statement to create a handling fee balance.

Input: sales record - first name, last name, purchase amount, balance before purchase

Output: report - full name, old balance, purchase amount, handling fee, new balance

Definitions: handling fee is 5% of the old balance if the old balance is less than $1000.00 else it is 2% new balance = old balance + purchase + handling fee

Processing:
Ask for and receive sales information
Calculate new balance
Print output report
End the program when a purchase amount of 9999.99 is entered

View 3 Replies

Which Of The MediaPlayer Events Is Related To "FileEnd" (when The Playing File Reaches To Its End)?

Apr 11, 2007

Which of the MediaPlayer events is related to "FileEnd" (when the playing file reaches to its end)?

I tried "EndOfStream" event, but it didn't work.

View 5 Replies

VS 2010 Create A Program To Allow A Student To Create Their Own Schedule?

Nov 30, 2010

I have a project to do for one of my classes that i need help on. Its and extra credit so im left on my own. Project Create a program to allow a student to create there own schedule. what i am trying to do is create a checkedlistbox for the student to check classes they are taking, and need something else to pop up or to show in another box or listbox the classes they can take for the next quarter. I know it has to do with if then statements but i dont know how to write basically:"if (class is checked in checkedlistbox) then ( these are the classes you can take)".

View 2 Replies

VS 2008 Write A Program To Create A Shortcut In The Startup Folder Of A Different Program?

Jun 15, 2009

how i can write a program to create a shortcut in the startup folder of a different program. So i have one program on my computer that should run at startup, i just need another program to create a shortcut to it, and then copy this shortcut into the startup folder.

View 20 Replies

Create A .net Program And Allow Visitors To A Website To Download This Program?

Nov 15, 2009

I am very very new to VB.NET and would like to ask a simple question. I want to create a vb.net program and allow visitors to a website to download this program. However, I prefer not to have visitors download a zip folder. I would like to have a program that just gives a prompt to save in a selected folder, once the saved file is selected it prompts the person to download, and then when finished prompts the person to run the program. The reason is twofold:

1. I don't like the extra step involved with unzipping the file. and 2. I don't like the visitors having to look for the "main" file program within the new downloaded folder. So is there any way to have just one file for others to download without having it in a zip folder?

View 4 Replies

Create A Program That Installs Required .dll's For A Program?

Jun 3, 2010

I'm trying to create a program that installs required .dll's for a program due to a clean install..What I need to do is Get a value in the registry and use it for the program files path.. but I've noticed some pc's don't have the same configuration because of the version the user is using. Anyway This is what I have so far:[code].....

What I'm trying to do is find a registry key called "SoftInstallPath", if found I need the end of the path to goto the new directory(new_dll) not the old one (dll).. and if "SoftInstallPath" cannot be found.. I need it to find "ProgInstallPath" and use it instead and do the same thing.By the way I'm using Visual Studio Professional 2008 on a Vista x86 machine.Also error I keep getting is: Warning 10 Function 'FixPath' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used.

View 4 Replies

Create A Program In Program That Interfaced With An USB Device?

Feb 5, 2009

Anyone ever try and create a program in visual basic that interfaced with an USB device? For example say I want to build a clock but I want to have the software to control this through usb. I want to write the clock setting program that tells the clock what to set for time and date and things like that.

View 3 Replies

Create A Program That Will Auto Update Another Program?

Mar 30, 2009

I want to create a program that will auto update another program i have created. I want (this program) to check for updates (from a txt file that i wil have in the first line the previous version and in the second line the present version) and if there will be a new version then start downloading and the progress bar will show the progress. How can i do this?

View 3 Replies

Create A New Program From An Existing Program?

Jan 3, 2011

What is the easiest way to use an existing program as a basis for a new, similar program--without messing up the existing program?

View 7 Replies

Program That Create A New Program (VB2008)

Apr 14, 2010

I was looking in this [URL]

I want a program a very simple program, a software that will let you enter a name and then you click "Create". This will create a program and when you click it it will show "Hello! *the name*"

View 4 Replies

VS 2008 VB Program Create Another VB Program?

Dec 31, 2009

Lets say I have a program that has a textbox and a button. I want the button to create another program that will show a messagebox, inside the messagebox will be the textbox from the 1st program. How would I do this?

View 7 Replies

Create A ADO.net Using Program?

Sep 25, 2009

How do i create a ADO.net using VB.net

View 2 Replies

How To Create A Program In .net

Sep 22, 2009

[size=3][size=7][font=Lucida Console]

View 4 Replies

Create A Circuit Program?

Dec 27, 2010

Currently, one of our assignment for Physics are to create a program that can calculate series, parallel and combined circuit, with any number of capacitance. We are using Visual Basic.

1. How to make that when we click the 'Enter Capacitance', a pop up show and tell us to enter number of capacitance, or to enter value for a number of capacitance?

[code]...

View 6 Replies

Create A Combsort Program In VB?

Aug 21, 2009

Function Combsort(Values As Range) As Variant()

Dim N As Long
Dim Answer() As Variant
Dim Counter As Long
Dim Swap As Boolean

[code].....

I am having trouble figuring out how to create a combsort program in visual basic. I want to sort the data with the combsort method but I my program only compares each cell to the gap cell but doesnt compare the rest to each other.

View 1 Replies

Create A Dll File In Program?

Dec 28, 2009

How to create a dll file using Visual Basic.net ? I'm using MS Visual Studio 2008.

View 9 Replies

Create A Form Within Program?

Nov 3, 2009

Does anybody know how to create a form within visal basic 8

on the top of the form you have colums and on the left side of the form you have rows with the time

View 4 Replies







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