Media Player in the Toolbox.

During my experiment with Visual C++ 2005 Express Edition,
I deposited Windows Media Player into the Toolbox Component section,
and used it successfully like any other tools.
I do have nevertheless problem with the related Help system.
I would like to have F1 to show the descriptions of the
methods and properties of the Media Player (like I have it on
other tools.) I do have Media Player SDK.
Please instruct me how can I make Media Player tool to
behave like the other tools?
Thanks for any guidance.


[563 byte] By [Dr.Pastor.] at [2007-12-22]
# 1
Thread moved to VC++ express edition forum
ahmedilyas at 2007-8-30 > top of Msdn Tech,Visual Studio Express Editions,Visual C++ 2005 Express Edition...
# 2

What is the purpose of the move?

How can one get to "VC++ express edition forum ?"

Dr.Pastor. at 2007-8-30 > top of Msdn Tech,Visual Studio Express Editions,Visual C++ 2005 Express Edition...
# 3
I have moved the thread into the correct forum
ahmedilyas at 2007-8-30 > top of Msdn Tech,Visual Studio Express Editions,Visual C++ 2005 Express Edition...
# 4

I can't find this "correct forum."

Would you be so kind to describe where is that "correct forum?"

Dr.Pastor. at 2007-8-30 > top of Msdn Tech,Visual Studio Express Editions,Visual C++ 2005 Express Edition...
# 5
Don't

kill the patient, it is now visible by people that frequent the Visual

C++ Express forum. Not exactly an Express kinda question but I

dare not move it again. Windows Media player uses a COM

interface. Those interfaces have an optional attribute that

specifies which help file is relevant to the interface. Windows

Media player however doesn't specify that attribute. Thus no

on-line help file. And none that was published by MSFT as far as

I know. You'll have to resort to whatever MSDN help is

available...

nobugz at 2007-8-30 > top of Msdn Tech,Visual Studio Express Editions,Visual C++ 2005 Express Edition...
# 6

Thank you Sir.

But I still can't find that forum.

The search returns nothing.

Give me please some location.

Dr.Pastor. at 2007-8-30 > top of Msdn Tech,Visual Studio Express Editions,Visual C++ 2005 Express Edition...
# 7
I haven't tried it, but the default interface for the WindowsMediaPlayer object defined in wmp.dll is IWMPPlayer4. You can cast the object instance to a whole bunch of other IWMP* interfaces, including IWMPPlayer, look in the tree to the left of the article for their definitions.
nobugz at 2007-8-30 > top of Msdn Tech,Visual Studio Express Editions,Visual C++ 2005 Express Edition...
# 8

Thank you Sir.

But I still do not know WHERE is that "correct" forum mentioned earlier.

I have asked for that now several times.

Please let me know what forum was/is that "correct" forum.

Dr.Pastor. at 2007-8-30 > top of Msdn Tech,Visual Studio Express Editions,Visual C++ 2005 Express Edition...
# 9
I gave you a clickable link in the previous post. Here it is again. Use the menu at the left to navigate. The main topic starts here. And here's the link spelled out:

http://windowssdk.msdn.microsoft.com/en-us/library/ms747098.aspx

nobugz at 2007-8-30 > top of Msdn Tech,Visual Studio Express Editions,Visual C++ 2005 Express Edition...
# 10

Thank you, it was very useful indeed!
It seems we do not understand each other.
What I would like to know where to was my message transfered
by ahmedilyas.
That is all.


Dr.Pastor. at 2007-8-30 > top of Msdn Tech,Visual Studio Express Editions,Visual C++ 2005 Express Edition...
# 11

the message was transferred by myself into the appropriate forum (Visual C++ express edition) which can be located here in this case:

http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=161&SiteID=1

If you want to view your threads you have created/subscribed to (without the need of worrying where it has been placed but it does help to place the topic in the appropriate forums for other members/questions) - click on the "My Threads" link at the top of the forum page towards the right handside in the navigation menu.

ahmedilyas at 2007-8-30 > top of Msdn Tech,Visual Studio Express Editions,Visual C++ 2005 Express Edition...
# 12

Thanks to you all!

Dr.Pastor. at 2007-8-30 > top of Msdn Tech,Visual Studio Express Editions,Visual C++ 2005 Express Edition...