473,797 Members | 3,187 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Tray icon Problem of windows media player 10

monirul arfin
56 New Member
Hi all,
Recently I installed " Windows Media Bonus Pack for Windows XP " to get tray icon for windows media player 10 in system tray .

But I couldn't find any tray icon option in this bonus pack. But im sure that this option installed because i found this in "Change or Remove programs" Option.

But I couldn't see any tray icon.
Please help me.

Grettings,
Monirul
Oct 3 '07 #1
6 2225
epots9
1,351 Recognized Expert Top Contributor
upgrade to 11, it has the function of loading the controls into the taskbar
Oct 3 '07 #2
coolgames
169 New Member
upgrade to 11, it has the function of loading the controls into the taskbar
well, in some cases he might NOT be able to upgrade.. (it requires atleast WinXP SP2) you only need SP1 for V10..

but back to topic....
just click on:
the little button that has an ARROW pointed < (it is located on the Right hand side most likely)
Oct 3 '07 #3
monirul arfin
56 New Member
Hi coolgames,
Which little button , I didn't found any little button has arrow pointed.
And my windows is WinXp sp2 Pack.

And epots9 thankyou for suggetion, but Im unable to upgrade 11. Because when im trying to upgrade 11, it is asked me to Validate my windows copy.




well, in some cases he might NOT be able to upgrade.. (it requires atleast WinXP SP2) you only need SP1 for V10..

but back to topic....
just click on:
the little button that has an ARROW pointed < (it is located on the Right hand side most likely)
Oct 4 '07 #4
bartonc
6,596 Recognized Expert Expert
And epots9 thankyou for suggetion, but Im unable to upgrade 11. Because when im trying to upgrade 11, it is asked me to Validate my windows copy.
You should validate. If you can not, I'm not sure that we can continue to provide your technical support. I'll have to check this issue with the Admin team.
Oct 4 '07 #5
coolgames
169 New Member
well, you SHOULD validate the PC because, that determines if your copy of Windows is "Genuine" or not.. (nothing bad or anyting)

i mean this is like a little tool to help microsoft from "Pirated" copy's of Windows...

ya, then i guess you should upgrade to 11...


and back to the button:

as per me, there is a Little button for the bar to appear...
i am sorry i can't be more specific than "<"

I hope that helps,
Coolgames
Oct 4 '07 #6
monirul arfin
56 New Member
Hi bartonc & coolgames,
Thank Your suggetion , my problem is solved.
I am enable this icon from the program folder wheris this program installed.
There i found a option to enable to this tray icon.

Grettings,
Monirul.
Oct 15 '07 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

0
2077
by: Mickel Grönroos | last post by:
Hi! Anybody tried using Windows Media Player 9 via win32com? (And more precisely, combining that with a Tkinter application.) I found a few earlier threads on Windows Media Player and Python, but it seems nobody has really got it to work, e.g. the below does not work: wmp = win32com.client.Dispatch("MediaPlayer.MediaPlayer.1") wmp.FileName = "C:/Path/To/Some/Media/File.wav"
10
2583
by: Zeljko | last post by:
Hi, I have a form with a tray icon. However, when I minimize the form, it stays visible - not in the task bar (I have showintaskbar property set to false), but in a form of a rectangle sitting above the task bar. Can't figure out why that happens - it looks very ugly... Any ideas ? Zeljko
3
13577
by: Mats-Lennart Hansson | last post by:
Hi, I'm having a hard time getting my service to show a sys tray icon. I've tried to create a separate Windows application where I simply add a notification icon to the form. In the OnStart method of the service I simply try to start the windows application which then should show the icon. I can't get it to work! When I run the separate Windows application the icon turns up, but when I start it from the service it doesn't. How should I...
1
8918
by: Anise | last post by:
I have a question concerning embedding a windows media player into a web application in .net.. I download Windows Media Player 10 and its SDK On the .ascx page I placed a windows media player object from the toolbox and all the sites i read say when "Adding the Windows Media Player control from the Toolbox also adds references to two libraries created by Visual
1
7898
by: Stephen Adam | last post by:
Hi there, Have spent a while trying to find out how to connect to Windows Media Player through COM. Unfortunately there doesnt seem to be much stuff about it on the web. What I need to do is create a simple console application which will be able to find out what the values of a currently playing tack. I've downloaded the Windows Media player SDK which come with some IDL and
4
7996
by: utkarsh | last post by:
Hi, I want to develop a Window Service in C# that should be capable of sisplaying the a icon in the window tray. Based on some logic in service, icon should be changed to some other color/image and I needed single click, double click event and context menu also on that tray icon to perform some other operation and show some window form.
3
5193
by: UJ | last post by:
I have a .avi file that uses the Divx codec. If I load it with windows media player program it works fine. If I load it using my control in a program, it doesn't display. Over standard media files work fine so it's this particular file. Do I have to do anything when the file uses a non-included codec? How can I tell what Codec it's using? TIA - Jeff.
3
7943
by: Patrick Dugan | last post by:
I am using VS2005 (vb) and I have a program that starts when Windows boots up. Occasionally the icon that should appear in the system tray does not show up. The program is still running in memory but the tray icon is not there. If I start the program after Windows has booted up the icon shows every time. I am assuming that the reason is due to the icon being created before the system tray is loaded/running. I have used a timer with...
0
2670
by: artsohc | last post by:
Hey Everyone, this is my first time posting so go easy on me. I am trying to hook up music-on-hold at the office I work at. I got all the music loaded and I got Windows Media Player working while the phones are on hold, but now I am trying to write a script that will allow Windows Media Player to run as a service so I can make it auto-start with out needing a user logged in on the computer. Also it would allow the music-on-hold to work if we...
0
9537
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
10469
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
10246
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
10209
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,...
1
7560
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
6803
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
5582
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3750
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2934
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.