473,811 Members | 2,038 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Is there something better than MediaPlayer? [Win C#]

From my understanding when exporting your app.exe with a mediaplay hooked
up, you must also place a copy of AxInterop.WMPLi b.dll and
Interop.WMPLib. dll" wrapper class. to the location of my app.exe.

Is there something better out there I should be using to avoid this and or a
better way of doing this so that I don't have to export the .dll's.

Any and all help is appreciated.

MikeY
Jun 27 '07 #1
3 1938
On Jun 27, 4:38 am, "MikeY" <mikesi...@yaho .comwrote:
From my understanding when exporting your app.exe with a mediaplay hooked
up, you must also place a copy of AxInterop.WMPLi b.dll and
Interop.WMPLib. dll" wrapper class. to the location of my app.exe.

Is there something better out there I should be using to avoid this and or a
better way of doing this so that I don't have to export the .dll's.

Any and all help is appreciated.

MikeY
Wrong Group... place it in an appriapriate group to get the answer.

Jun 28 '07 #2
Errrr This is a "general" .Net Forum. and being that I am coding in C# and
this is a general .Net question to my application, I do believe that it is
the acceptable forum. But thanks for your wonderful help and insight bro.

MikeY

"mnumzane" <mu****@gmail.c omwrote in message
news:11******** **************@ u2g2000hsc.goog legroups.com...
On Jun 27, 4:38 am, "MikeY" <mikesi...@yaho .comwrote:
>From my understanding when exporting your app.exe with a mediaplay hooked
up, you must also place a copy of AxInterop.WMPLi b.dll and
Interop.WMPLib .dll" wrapper class. to the location of my app.exe.

Is there something better out there I should be using to avoid this and
or a
better way of doing this so that I don't have to export the .dll's.

Any and all help is appreciated.

MikeY

Wrong Group... place it in an appriapriate group to get the answer.

Jun 28 '07 #3
Sorry Mike, my bad...
Why don't you add you DLL's to the GAC (Global Assembly Cache)? Or I'm
still misunderstandin g your question bro?

MikeY wrote:
Errrr This is a "general" .Net Forum. and being that I am coding in C# and
this is a general .Net question to my application, I do believe that it is
the acceptable forum. But thanks for your wonderful help and insight bro.

MikeY

"mnumzane" <mu****@gmail.c omwrote in message
news:11******** **************@ u2g2000hsc.goog legroups.com...
On Jun 27, 4:38 am, "MikeY" <mikesi...@yaho .comwrote:
From my understanding when exporting your app.exe with a mediaplay hooked
up, you must also place a copy of AxInterop.WMPLi b.dll and
Interop.WMPLib. dll" wrapper class. to the location of my app.exe.

Is there something better out there I should be using to avoid this and
or a
better way of doing this so that I don't have to export the .dll's.

Any and all help is appreciated.

MikeY
Wrong Group... place it in an appriapriate group to get the answer.
Jun 29 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2135
by: MLH | last post by:
The A97 set of controls has one at the end entitled "More Controls". Clicking it produces a host of ActiveX and OCX controls that can be dropped onto a form just as easily as a textbox. One of them is the MediaPlayer.MediaPlayer.1 control. I am able to select the control and place it onto a form. But I don't know how to configure it for use on a form. I was wondering where I could go to read more about it on the web?
0
1457
by: DotNetMania | last post by:
hi.. i have some questions about media player article on codeproject website...... http://www.codeproject.com/cs/media/directshowmediaplayer.asp?df=100&forumid=4399&select=820191#xx793428xx i have a media player class..
6
2012
by: Sjaakie Helderhorst | last post by:
Hi, I've been fooling around (noob) with VB.NET and put together a remote-controlled Mediaplayer-based 'server'. Had some troubles configuring interop on Windows XP with VS.NET 2003, but eventually things worked. Problem is I can't run the built output on any computer other than my own.... 'exception occured'. (Isn't VB.NET supposed to include all references when 'copy local' is set to true?) Anyone familiar with this problem (seems...
2
5211
by: Dick | last post by:
Hello, I've written a program that uses the Windows Mediaplayer. There are 2 files generated in my Bin folder: AxInterop.WMPLib.dll Interop.WMPLib.dll When running in the vb.net ide it works.
7
3388
by: xhunter | last post by:
ok here is my problem, I am trying to change the source file of the mediplayer using javascript, my script works perfectly in "Internet Explorer", but no matter what I do, it doesn't work in Firefox here is my player : <OBJECT classid=CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95 height=276 id=mediaPlayer type=application/x-oleobject width=320 standby="Loading Video..."> <embed
1
3179
by: William Johnston | last post by:
Hi, I modified a thumbnail creation app and get black images since the first second is black as well. My questions are: 1. How do I set the MediaPlayer.Clock property to start screen capture at two seconds? 2. How do I open a file without using a URI? Here's the sample code:
3
2999
by: William Johnston | last post by:
Hello, How do I explictly destruct a MediaPlayer object? The compiler complained about overriding Finalize. MediaPlayer does not implement IDisposable. Any suggestions? Thanks,
0
828
by: namrataa | last post by:
Hi, I have developed the mediaplayer using WPF mediaelement using C# in VS2008. I have developed a music Site in WPF browser application from where a user logs in and selects the song. Once when a user selects the song my mediaplayer should be invoked and play the selected song. Now my problem is how to invoke my mediaplayer from the site. Please anybody hepl me to resolve this.
0
9605
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10648
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10389
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10402
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10135
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9205
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7670
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6890
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5692
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.